修改
This commit is contained in:
@@ -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"/>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user