feat(bonus): 奖金汇总移除小计
This commit is contained in:
parent
369d9ffcd6
commit
a20b74037b
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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': '' }
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue