Merge branch 'lx-test' of gitee.com:cabbage_qd/web-base-admin into lx-online

This commit is contained in:
woody 2025-06-30 09:40:02 +08:00
commit 38899bbd0c
2 changed files with 112 additions and 111 deletions

View File

@ -202,6 +202,7 @@
align="center"
prop="vertexName"
:label="'隶属体系'"
min-width="150px"
/>
<el-table-column
align="center"
@ -660,126 +661,126 @@ export default {
text: '全选',
checked: true
},
{
id: 21,
text: `${'变更后左区真实业绩'}(${isOther()})`,
checked: true,
prop: 'asumRealModifyPv'
},
{
id: 22,
text: `${'变更后右区真实业绩'}(${isOther()})`,
checked: true,
prop: 'bsumRealModifyPv'
},
// {
// id: 21,
// text: `${''}(${isOther()})`,
// checked: true,
// prop: 'asumRealModifyPv'
// },
// {
// id: 22,
// text: `${''}(${isOther()})`,
// checked: true,
// prop: 'bsumRealModifyPv'
// },
{
id: 23,
text: `${'变更后左区首购业绩'}(${isOther()})`,
text: `${'变更后左区业绩'}(${isOther()})`,
checked: true,
prop: 'afirstModifyPv'
},
{
id: 24,
text: `${'变更后右区首购业绩'}(${isOther()})`,
text: `${'变更后右区业绩'}(${isOther()})`,
checked: true,
prop: 'bfirstModifyPv'
},
{
id: 25,
text: `${'变更后左区首购结余'}`,
text: `${'变更后左区结余'}`,
checked: true,
prop: 'repAFirstModifyBalance'
},
{
id: 26,
text: `${'变更后右区首购结余'}`,
text: `${'变更后右区结余'}`,
checked: true,
prop: 'repBFirstModifyBalance'
},
{
id: 27,
text: `${'变更后左区复购业绩'}(${isOther()})`,
checked: true,
prop: 'repAModifySumPv'
},
{
id: 28,
text: `${'变更后右区复购业绩'}(${isOther()})`,
checked: true,
prop: 'repBModifySumPv'
},
{
id: 29,
text: `${'变更后左区复购结余'}`,
checked: false,
prop: 'repAModifyBalance'
},
{
id: 30,
text: `${'变更后右区复购结余'}`,
checked: false,
prop: 'repBModifyBalance'
},
{
id: 31,
text: `${'变更前左区真实业绩'}(${isOther()})`,
checked: false,
prop: 'asumRealPv'
},
{
id: 32,
text: `${'变更前右区真实业绩'}(${isOther()})`,
checked: false,
prop: 'bsumRealPv'
},
{
id: 33,
text: `${'变更前左区首购业绩'}(${isOther()})`,
checked: false,
prop: 'asumPv'
},
{
id: 34,
text: `${'变更前右区首购业绩'}(${isOther()})`,
checked: false,
prop: 'bsumPv'
},
{
id: 35,
text: `${'变更前左区首购结余'}`,
checked: false,
prop: 'abalance'
},
{
id: 36,
text: `${'变更前右区首购结余'}`,
checked: false,
prop: 'bbalance'
},
{
id: 37,
text: `${'变更前左区复购业绩'}(${isOther()})`,
checked: false,
prop: 'repASumPv'
},
{
id: 38,
text: `${'变更前右区复购业绩'}(${isOther()})`,
checked: false,
prop: 'repBSumPv'
},
{
id: 39,
text: `${'变更前左区复购结余'}`,
checked: false,
prop: 'repABalance'
},
{
id: 40,
text: `${'变更前右区复购结余'}`,
checked: false,
prop: 'repBBalance'
}
// {
// id: 27,
// text: `${''}(${isOther()})`,
// checked: true,
// prop: 'repAModifySumPv'
// },
// {
// id: 28,
// text: `${''}(${isOther()})`,
// checked: true,
// prop: 'repBModifySumPv'
// },
// {
// id: 29,
// text: `${''}`,
// checked: false,
// prop: 'repAModifyBalance'
// },
// {
// id: 30,
// text: `${''}`,
// checked: false,
// prop: 'repBModifyBalance'
// }
// {
// id: 31,
// text: `${''}(${isOther()})`,
// checked: false,
// prop: 'asumRealPv'
// },
// {
// id: 32,
// text: `${''}(${isOther()})`,
// checked: false,
// prop: 'bsumRealPv'
// },
// {
// id: 33,
// text: `${''}(${isOther()})`,
// checked: false,
// prop: 'asumPv'
// },
// {
// id: 34,
// text: `${''}(${isOther()})`,
// checked: false,
// prop: 'bsumPv'
// },
// {
// id: 35,
// text: `${''}`,
// checked: false,
// prop: 'abalance'
// },
// {
// id: 36,
// text: `${''}`,
// checked: false,
// prop: 'bbalance'
// }
// {
// id: 37,
// text: `${''}(${isOther()})`,
// checked: false,
// prop: 'repASumPv'
// },
// {
// id: 38,
// text: `${''}(${isOther()})`,
// checked: false,
// prop: 'repBSumPv'
// },
// {
// id: 39,
// text: `${''}`,
// checked: false,
// prop: 'repABalance'
// },
// {
// id: 40,
// text: `${''}`,
// checked: false,
// prop: 'repBBalance'
// }
], //
headerList: [],
errorData: [],

View File

@ -42,21 +42,21 @@ module.exports = {
warnings: false,
errors: true
},
proxy: {
'/prod-api': {
target: 'http://localhost:8080/',
changeOrigin: true,
pathRewrite: {
'^/prod-api': ''
}
}
}
// proxy: {
// '/prod-api': {
// target: 'http://t-mana.beida413.com/',
// changeOrigin: true
// target: 'http://localhost:8080/',
// changeOrigin: true,
// pathRewrite: {
// '^/prod-api': ''
// }
// }
// }
proxy: {
'/prod-api': {
target: 'http://t-mana.beida413.com/',
changeOrigin: true
}
}
// before: require('./mock/mock-server.js')
},
configureWebpack: {