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

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

@ -166,8 +166,7 @@
show-overflow-tooltip
></el-table-column>
<el-table-column
:label="$t('handle')"
fixed="right"
label="操作"
header-align="center"
align="center"
width="150"

Loading…
Cancel
Save