Commit c40760bc by 史敦盼

表格勾选

1 parent 49477cae
Showing with 11 additions and 0 deletions
......@@ -145,6 +145,10 @@
<div class="setscrolldialog">
<el-table
@selection-change="handleSelectionChange"
@row-click="
(row, column, event) => handleRowClick(row, column, event, 'multipleTable2')
"
ref="multipleTable2"
:data="XQtableData"
tooltip-effect="dark myTooltips"
style="width: 100%"
......@@ -366,6 +370,9 @@
<div class="setscrolldialogzj">
<el-table
@selection-change="handleSelectionChangeZJ"
@row-click="
(row, column, event) => handleRowClick(row, column, event, 'multipleTableZJ')
"
ref="multipleTableZJ"
:data="zjtableData"
tooltip-effect="dark myTooltips"
......@@ -493,6 +500,10 @@
<div class="setscrolldialog">
<el-table
@selection-change="handleSelectionChange"
@row-click="
(row, column, event) => handleRowClick(row, column, event, 'multipleTable3')
"
ref="multipleTable3"
:data="addtableData"
tooltip-effect="dark myTooltips"
style="width: 100%"
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!