feat(sourceBonus): 奖金来源移除拓展相关字段
This commit is contained in:
parent
bc14abd776
commit
710240682d
|
@ -340,38 +340,7 @@
|
|||
width="130"
|
||||
:label="'辅导代数'"
|
||||
/>
|
||||
<el-table-column
|
||||
v-if="menuList[1].checked == true && dataRole.includes('expandNoCappingOri')"
|
||||
align="center"
|
||||
prop="expandNoCappingOri"
|
||||
width="130"
|
||||
:label="'拓展无封' + `(${isLocalSymbol()})`"
|
||||
:formatter="stateFormat"
|
||||
/>
|
||||
<el-table-column
|
||||
v-if="menuList[2].checked == true && dataRole.includes('expandCappingOri')"
|
||||
align="center"
|
||||
prop="expandCappingOri"
|
||||
width="130"
|
||||
:label="'拓展封顶' + `(${isLocalSymbol()})`"
|
||||
:formatter="stateFormat"
|
||||
/>
|
||||
<el-table-column
|
||||
v-if="menuList[3].checked == true && dataRole.includes('expandNormalHalfOri')"
|
||||
align="center"
|
||||
prop="expandNormalHalfOri"
|
||||
width="130"
|
||||
:label="'拓展正常减半' + `(${isLocalSymbol()})`"
|
||||
:formatter="stateFormat"
|
||||
/>
|
||||
<el-table-column
|
||||
v-if="menuList[4].checked == true && dataRole.includes('expandNormalRealOri')"
|
||||
align="center"
|
||||
prop="expandNormalRealOri"
|
||||
width="130"
|
||||
:label="'拓展实际减半' + `(${isLocalSymbol()})`"
|
||||
:formatter="stateFormat"
|
||||
/>
|
||||
|
||||
<el-table-column
|
||||
align="center"
|
||||
prop="pretaxIncomeOri"
|
||||
|
|
Loading…
Reference in New Issue