回复版本

This commit is contained in:
aixianling
2022-09-14 10:57:49 +08:00
parent 07afc7bc38
commit 5d8ef65d6c
10 changed files with 30 additions and 2325 deletions

View File

@@ -134,7 +134,7 @@ export default {
colConfigs0() {
return [
{ prop: "groupOwnerName", label: "成员" },
{ label: "预计送达居民", prop: "groupCount" },
{ label: "预计送达居民", prop: "groupCount" },
];
},
colConfigs1() {
@@ -230,8 +230,12 @@ export default {
}
},
// 切换分段器
changeSub(index) {
this.subIndex = index;
changeSub0(index) {
this.subIndex0 = index;
this.getStatistics();
},
changeSub1(index) {
this.subIndex1 = index;
this.getStatistics();
},
// 获取数据
@@ -243,7 +247,6 @@ export default {
sendStatus: this.tabIndex==0? this.subIndex0: this.subIndex1,
taskId: this.id,
current: this.current,
size: 3000,
},
})
.then((res) => {
@@ -377,6 +380,7 @@ export default {
}
.header {
// height: 160px;
padding: 32px;
box-sizing: border-box;
background: #fff;
@@ -491,10 +495,15 @@ export default {
.tab {
margin-bottom: 34px;
::v-deep .u-subsection uni-view{
background: #eeef !important;
}
}
.sub-select {
}
}
}
}