浏览代码

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

XMLWAN 3 年前
父节点
当前提交
612b54a210
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      src/xt_pages/dialysis/details/dialog/DoctorAdviceDialog.vue

+ 3 - 2
src/xt_pages/dialysis/details/dialog/DoctorAdviceDialog.vue 查看文件

223
         :cell-class-name="adviceNameShow"
223
         :cell-class-name="adviceNameShow"
224
         :modal-append-to-body="false"
224
         :modal-append-to-body="false"
225
         highlight-current-row
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
        <el-table-column prop="date" label="开嘱医生" align="center" min-width="26px">
230
        <el-table-column prop="date" label="开嘱医生" align="center" min-width="26px">
230
           <template slot-scope="scope">
231
           <template slot-scope="scope">
231
             <span>{{ getXuserName(scope.row.advice_doctor) }}</span>
232
             <span>{{ getXuserName(scope.row.advice_doctor) }}</span>