Browse Source

fix:修改表格

master
123456 3 years ago
parent
commit
86a6ace91a
  1. 1
      src/views/modules/plugins/point/icpointnucleicmonitoring.vue
  2. 8
      src/views/modules/plugins/point/icpointvaccinesinoculation.vue

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

@ -257,6 +257,7 @@ export default {
pageSize: 20, pageSize: 20,
pageNo: 0, pageNo: 0,
total: 0, total: 0,
dataListLoading:false
}; };
}, },
components: { components: {

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

@ -102,6 +102,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;overflow: auto;" style="width: 100%; height: 564px;overflow: auto;"
> >
@ -112,12 +113,6 @@
type="index" type="index"
width="50" width="50"
></el-table-column> ></el-table-column>
<!--<el-table-column-->
<!--prop="orgName"-->
<!--label="所属组织名称"-->
<!--header-align="center"-->
<!--align="center"-->
<!--&gt;</el-table-column>-->
<el-table-column <el-table-column
prop="name" prop="name"
label="疫苗接种点名称" label="疫苗接种点名称"
@ -273,6 +268,7 @@ export default {
pageSize: 20, pageSize: 20,
pageNo: 0, pageNo: 0,
total: 0, total: 0,
dataListLoading:false,
}; };
}, },
components: { components: {

Loading…
Cancel
Save