feat(bonus): 奖金汇总移除小计
This commit is contained in:
parent
1916c8e10e
commit
b8229da887
|
@ -239,13 +239,13 @@
|
||||||
:formatter="stateFormat"
|
:formatter="stateFormat"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<el-table-column
|
<!-- <el-table-column
|
||||||
align="center"
|
align="center"
|
||||||
prop="retailRealSubtotalOri"
|
prop="retailRealSubtotalOri"
|
||||||
width="130"
|
width="130"
|
||||||
:label="$t('收益小计') + `(${isLocalSymbol()})`"
|
:label="$t('收益小计') + `(${isLocalSymbol()})`"
|
||||||
:formatter="stateFormat"
|
:formatter="stateFormat"
|
||||||
/>
|
/> -->
|
||||||
|
|
||||||
<!-- <el-table-column
|
<!-- <el-table-column
|
||||||
align="center"
|
align="center"
|
||||||
|
|
|
@ -222,14 +222,6 @@
|
||||||
:formatter="stateFormat"
|
:formatter="stateFormat"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<el-table-column
|
|
||||||
align="center"
|
|
||||||
prop="retailRealSubtotalOri"
|
|
||||||
width="130"
|
|
||||||
:label="$t('小计') + `(${isLocalSymbol()})`"
|
|
||||||
:formatter="stateFormat"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<!-- <el-table-column
|
<!-- <el-table-column
|
||||||
align="center"
|
align="center"
|
||||||
prop="globalPointsOri"
|
prop="globalPointsOri"
|
||||||
|
|
|
@ -44,9 +44,9 @@ module.exports = {
|
||||||
},
|
},
|
||||||
proxy: {
|
proxy: {
|
||||||
'/prod-api': {
|
'/prod-api': {
|
||||||
target: 'http://t-app.beida777.com',
|
target: 'http://localhost:8080',
|
||||||
changeOrigin: true
|
changeOrigin: true,
|
||||||
// pathRewrite: { '^/prod-api': '' }
|
pathRewrite: { '^/prod-api': '' }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue