回复版本
This commit is contained in:
@@ -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 {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user