统计代码优化
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
</a-row>
|
||||
</a-form>
|
||||
<!-- 表格 -->
|
||||
<ele-pro-table ref="table" :datasource="datasource" :columns="columns" :where="where"
|
||||
<ele-pro-table ref="table" :datasource="datasource" :columns="columns" :where="where"
|
||||
:scroll="{ x: 'max-content' }" @done="(d) => (data = d.data)">
|
||||
</ele-pro-table>
|
||||
</a-card>
|
||||
@@ -60,7 +60,7 @@
|
||||
data: [],
|
||||
locale,
|
||||
datasource: {},
|
||||
// 表格数据接口
|
||||
// 表格数据接口
|
||||
// url: autonomyWaterFunctionTotalUrl,
|
||||
selection: [],
|
||||
tableColumns,
|
||||
@@ -107,8 +107,8 @@
|
||||
e.nTotal = "-1";
|
||||
e.transp = "-1";
|
||||
e.chla = "-1";
|
||||
e.ffeMajorOverStandardItemsMultiples = "-1";
|
||||
e.lprlMajorOverStandardItemsMultiples = "-1";
|
||||
e.ffeMajorOverStandardItemsMultiples = "-1";
|
||||
e.lprlMajorOverStandardItemsMultiples = "-1";
|
||||
})
|
||||
this.datasource = res.data.data;
|
||||
});
|
||||
@@ -127,45 +127,44 @@
|
||||
methods: {
|
||||
/* 刷新表格 */
|
||||
reload() {
|
||||
// this.$refs.table.reload({
|
||||
// where: this.where,
|
||||
// });
|
||||
this.loading = true;
|
||||
autonomyWaterFunctionTotal().then((res) => {
|
||||
res.data.data.forEach((e) => {
|
||||
e.wTemp = "-1";
|
||||
e.ph = "-1";
|
||||
e.dissolvedOxygen = "-1";
|
||||
e.cod = "-1";
|
||||
e.fiveDayBod = "-1";
|
||||
e.ammonia = "-1";
|
||||
e.cu = "-1";
|
||||
e.zn = "-1";
|
||||
e.f = "-1";
|
||||
e.se = "-1";
|
||||
e.as = "-1";
|
||||
e.hg = "-1";
|
||||
e.cd = "-1";
|
||||
e.cr6 = "-1";
|
||||
e.pb = "-1";
|
||||
e.cyanide = "-1";
|
||||
e.vPhen = "-1";
|
||||
e.oils = "-1";
|
||||
e.anSaa = "-1";
|
||||
e.s = "-1";
|
||||
e.coloOrg = "-1";
|
||||
e.so4 = "-1";
|
||||
e.cl = "-1";
|
||||
e.nitrateNitrogen = "-1";
|
||||
e.fe = "-1";
|
||||
e.mn = "-1";
|
||||
e.nTotal = "-1";
|
||||
e.transp = "-1";
|
||||
e.chla = "-1";
|
||||
e.ffeMajorOverStandardItemsMultiples = "-1";
|
||||
e.lprlMajorOverStandardItemsMultiples = "-1";
|
||||
})
|
||||
this.datasource = res.data.data;
|
||||
});
|
||||
res.data.data.forEach((e) => {
|
||||
e.wTemp = "-1";
|
||||
e.ph = "-1";
|
||||
e.dissolvedOxygen = "-1";
|
||||
e.cod = "-1";
|
||||
e.fiveDayBod = "-1";
|
||||
e.ammonia = "-1";
|
||||
e.cu = "-1";
|
||||
e.zn = "-1";
|
||||
e.f = "-1";
|
||||
e.se = "-1";
|
||||
e.as = "-1";
|
||||
e.hg = "-1";
|
||||
e.cd = "-1";
|
||||
e.cr6 = "-1";
|
||||
e.pb = "-1";
|
||||
e.cyanide = "-1";
|
||||
e.vPhen = "-1";
|
||||
e.oils = "-1";
|
||||
e.anSaa = "-1";
|
||||
e.s = "-1";
|
||||
e.coloOrg = "-1";
|
||||
e.so4 = "-1";
|
||||
e.cl = "-1";
|
||||
e.nitrateNitrogen = "-1";
|
||||
e.fe = "-1";
|
||||
e.mn = "-1";
|
||||
e.nTotal = "-1";
|
||||
e.transp = "-1";
|
||||
e.chla = "-1";
|
||||
e.ffeMajorOverStandardItemsMultiples = "-1";
|
||||
e.lprlMajorOverStandardItemsMultiples = "-1";
|
||||
})
|
||||
this.datasource = res.data.data;
|
||||
this.loading = false;
|
||||
});
|
||||
},
|
||||
/* 重置搜索 */
|
||||
reset() {
|
||||
|
||||
Reference in New Issue
Block a user