feat(totalBonus): 奖金汇总移除云代相关列

This commit is contained in:
woody 2025-05-15 11:25:40 +08:00
parent a1d44e9b3d
commit e05f8c81fb
1 changed files with 1 additions and 19 deletions

View File

@ -426,14 +426,7 @@
:label="'首购实发小计' + '($)'"
:formatter="stateFormat"
/> -->
<el-table-column
v-if="allTxt.cloudRealSubtotalOri"
align="center"
prop="cloudRealSubtotalOri"
width="130"
:label="'云代实发小计' + `(${isLocalSymbol()})`"
:formatter="stateFormat"
/>
<!-- <el-table-column
v-if="allTxt.cloudRealSubtotal"
align="center"
@ -1079,17 +1072,6 @@ export default {
this.getDataList()
},
getMenu(e, id) {
if (e && id == 0) {
this.menuList.forEach((item) => {
this.$set(item, 'checked', true)
})
} else if (!e && id == 0) {
this.menuList.forEach((item) => {
this.$set(item, 'checked', false)
})
}
},
getData() {
api.accountList().then((res) => {
this.acList = res.data