|
@ -112,6 +112,7 @@ |
|
|
v-loading="dataListLoading" |
|
|
v-loading="dataListLoading" |
|
|
:data="dataList" |
|
|
:data="dataList" |
|
|
border |
|
|
border |
|
|
|
|
|
:row-key="row => { return row.id.toString() }" |
|
|
:header-cell-style="{ background: '#2195FE', color: '#FFFFFF' }" |
|
|
:header-cell-style="{ background: '#2195FE', color: '#FFFFFF' }" |
|
|
style="width: 100%; height: 564px" |
|
|
style="width: 100%; height: 564px" |
|
|
><el-table-column |
|
|
><el-table-column |
|
@ -153,8 +154,7 @@ |
|
|
show-overflow-tooltip |
|
|
show-overflow-tooltip |
|
|
></el-table-column> |
|
|
></el-table-column> |
|
|
<el-table-column |
|
|
<el-table-column |
|
|
:label="$t('handle')" |
|
|
label="操作" |
|
|
fixed="right" |
|
|
|
|
|
header-align="center" |
|
|
header-align="center" |
|
|
align="center" |
|
|
align="center" |
|
|
width="150" |
|
|
width="150" |
|
|