feat(totalBonus): 奖金汇总移除云代相关列
This commit is contained in:
parent
a1d44e9b3d
commit
e05f8c81fb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue