huangyw 2 年 前
コミット
89b6b74aab
共有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,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>