This commit is contained in:
2022-07-20 19:37:49 +08:00
parent 4f30f55b66
commit 78b220f2ca
12 changed files with 197 additions and 44 deletions

View File

@@ -123,6 +123,7 @@
:data="form.tableData"
style="width: 100%;"
border
:highlight-current-row="true"
:header-cell-style="{background:'#f5f7fa',color:'#606266'}"
>
<el-table-column type="index" label="序号" width="55" align="center"/>

View File

@@ -30,7 +30,7 @@
style="width: 100%;"
max-height="300"
border
highlight-current-row
:highlight-current-row="true"
:row-class-name="tableRowClassName"
:header-cell-style="{background:'#f5f7fa',color:'#606266'}"
@row-click="clcikRow"
@@ -139,6 +139,7 @@
<el-table
ref="dis_table"
:data="form.tableMater"
:highlight-current-row="true"
style="width: 100%;"
max-height="300"
border