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"
/>
<el-table-column
<!-- <el-table-column
align="center"
prop="retailRealSubtotalOri"
width="130"
:label="$t('收益小计') + `(${isLocalSymbol()})`"
:formatter="stateFormat"
/>
/> -->
<!-- <el-table-column
align="center"

View File

@ -222,14 +222,6 @@
:formatter="stateFormat"
/>
<el-table-column
align="center"
prop="retailRealSubtotalOri"
width="130"
:label="$t('小计') + `(${isLocalSymbol()})`"
:formatter="stateFormat"
/>
<!-- <el-table-column
align="center"
prop="globalPointsOri"

View File

@ -44,9 +44,9 @@ module.exports = {
},
proxy: {
'/prod-api': {
target: 'http://t-app.beida777.com',
changeOrigin: true
// pathRewrite: { '^/prod-api': '' }
target: 'http://localhost:8080',
changeOrigin: true,
pathRewrite: { '^/prod-api': '' }
}
}
},