Browse Source

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

XMLWAN 2 years ago
parent
commit
612b54a210
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/xt_pages/dialysis/details/dialog/DoctorAdviceDialog.vue

+ 3 - 2
src/xt_pages/dialysis/details/dialog/DoctorAdviceDialog.vue View File

@@ -223,9 +223,10 @@
223 223
         :cell-class-name="adviceNameShow"
224 224
         :modal-append-to-body="false"
225 225
         highlight-current-row
226
-        @selection-change="handleSelectionChange"
226
+        
227 227
       >
228
-        <el-table-column type="selection"  width="55"></el-table-column>
228
+      <!-- @selection-change="handleSelectionChange" -->
229
+        <!-- <el-table-column type="selection"  width="55"></el-table-column> -->
229 230
        <el-table-column prop="date" label="开嘱医生" align="center" min-width="26px">
230 231
           <template slot-scope="scope">
231 232
             <span>{{ getXuserName(scope.row.advice_doctor) }}</span>