feat(sourceBonus): rm useless column
This commit is contained in:
parent
ac49bd2886
commit
5a4075c673
|
@ -448,38 +448,7 @@
|
|||
:label="'实际收益' + `(${isLocalSymbol()})`"
|
||||
:formatter="stateFormat"
|
||||
/>
|
||||
<el-table-column
|
||||
v-if="menuList[5].checked == true && dataList[28].key"
|
||||
align="center"
|
||||
prop="expandNoCapping"
|
||||
width="130"
|
||||
:label="'拓展无封' + '($)'"
|
||||
:formatter="stateFormat"
|
||||
/>
|
||||
<el-table-column
|
||||
v-if="menuList[6].checked == true && dataList[29].key"
|
||||
align="center"
|
||||
prop="expandCapping"
|
||||
width="130"
|
||||
:label="'拓展封顶' + '($)'"
|
||||
:formatter="stateFormat"
|
||||
/>
|
||||
<el-table-column
|
||||
v-if="menuList[7].checked == true && dataList[30].key"
|
||||
align="center"
|
||||
prop="expandNormalHalf"
|
||||
width="130"
|
||||
:label="'拓展正常减半' + '($)'"
|
||||
:formatter="stateFormat"
|
||||
/>
|
||||
<el-table-column
|
||||
v-if="menuList[8].checked == true && dataList[31].key"
|
||||
align="center"
|
||||
prop="expandNormalReal"
|
||||
width="130"
|
||||
:label="'拓展实际减半' + '($)'"
|
||||
:formatter="stateFormat"
|
||||
/>
|
||||
|
||||
<!-- <el-table-column
|
||||
v-if="dataList[32].key"
|
||||
align="center"
|
||||
|
|
Loading…
Reference in New Issue