feat(bonus): 奖金汇总移除小计

This commit is contained in:
woody 2025-06-25 15:11:34 +08:00
parent 1916c8e10e
commit b8229da887
3 changed files with 5 additions and 13 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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': '' }
} }
} }
}, },