|
@@ -223,8 +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
|
|
- <el-table-column prop="date" label="开嘱医生" align="center" min-width="26px">
|
|
228
|
+ <el-table-column type="selection" width="55"></el-table-column>
|
|
229
|
+ <el-table-column prop="date" label="开嘱医生" align="center" min-width="26px">
|
228
|
230
|
<template slot-scope="scope">
|
229
|
231
|
<span>{{ getXuserName(scope.row.advice_doctor) }}</span>
|
230
|
232
|
</template>
|
|
@@ -320,8 +322,9 @@
|
320
|
322
|
:cell-class-name="adviceNameShow"
|
321
|
323
|
:modal-append-to-body="false"
|
322
|
324
|
highlight-current-row
|
|
325
|
+ @selection-change="handleSelectionChange"
|
323
|
326
|
>
|
324
|
|
-
|
|
327
|
+ <el-table-column type="selection" width="55"></el-table-column>
|
325
|
328
|
<el-table-column prop="date" label="开嘱医生" align="center" min-width="26px">
|
326
|
329
|
<template slot-scope="scope">
|
327
|
330
|
<span>{{ getXuserName(scope.row.advice_doctor) }}</span>
|
|
@@ -794,6 +797,10 @@
|
794
|
797
|
|
795
|
798
|
},
|
796
|
799
|
methods: {
|
|
800
|
+ handleSelectionChange(){
|
|
801
|
+
|
|
802
|
+ },
|
|
803
|
+
|
797
|
804
|
//调试
|
798
|
805
|
lili(index,row){
|
799
|
806
|
// console.log("==index==",index)
|