feat(totalBonus): 奖金汇总移除云代相关列
This commit is contained in:
parent
a1d44e9b3d
commit
e05f8c81fb
|
@ -426,14 +426,7 @@
|
||||||
:label="'首购实发小计' + '($)'"
|
:label="'首购实发小计' + '($)'"
|
||||||
:formatter="stateFormat"
|
:formatter="stateFormat"
|
||||||
/> -->
|
/> -->
|
||||||
<el-table-column
|
|
||||||
v-if="allTxt.cloudRealSubtotalOri"
|
|
||||||
align="center"
|
|
||||||
prop="cloudRealSubtotalOri"
|
|
||||||
width="130"
|
|
||||||
:label="'云代实发小计' + `(${isLocalSymbol()})`"
|
|
||||||
:formatter="stateFormat"
|
|
||||||
/>
|
|
||||||
<!-- <el-table-column
|
<!-- <el-table-column
|
||||||
v-if="allTxt.cloudRealSubtotal"
|
v-if="allTxt.cloudRealSubtotal"
|
||||||
align="center"
|
align="center"
|
||||||
|
@ -1079,17 +1072,6 @@ export default {
|
||||||
|
|
||||||
this.getDataList()
|
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() {
|
getData() {
|
||||||
api.accountList().then((res) => {
|
api.accountList().then((res) => {
|
||||||
this.acList = res.data
|
this.acList = res.data
|
||||||
|
|
Loading…
Reference in New Issue