Browse Source

fix:修改表格

master
123456 3 years ago
parent
commit
87b668da0a
  1. 4
      src/views/modules/plugins/point/icpointnucleicmonitoring.vue
  2. 3
      src/views/modules/plugins/point/icpointvaccinesinoculation.vue

4
src/views/modules/plugins/point/icpointnucleicmonitoring.vue

@ -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"

3
src/views/modules/plugins/point/icpointvaccinesinoculation.vue

@ -166,8 +166,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"

Loading…
Cancel
Save