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

This commit is contained in:
woody 2025-06-20 18:18:59 +08:00
commit de6e235e52
2 changed files with 4 additions and 3 deletions

View File

@ -3,8 +3,8 @@ ENV = 'production'
# base api # base api
VUE_APP_BASE_API = '/prod-api' VUE_APP_BASE_API = '/prod-api'
VUE_APP_CLIENT_ADDRESS = 'http://t-app.beida666.com/#/' VUE_APP_CLIENT_ADDRESS = 'http://app.beida666.com/#/'
VUE_APP_APP_ADDRESS = 'http://t-app.beida666.com/#/' VUE_APP_APP_ADDRESS = 'http://app.beida666.com/#/'
# 打包: # 打包:
# npm run build:prod # npm run build:prod

View File

@ -495,6 +495,7 @@
:label="'推荐姓名'" :label="'推荐姓名'"
width="180" width="180"
/> />
<el-table-column <el-table-column
v-if="getColumnsVisible('placeMemberCode') && allTxt.placeMemberCode" v-if="getColumnsVisible('placeMemberCode') && allTxt.placeMemberCode"
align="center" align="center"
@ -859,7 +860,7 @@ export default {
id: 3, id: 3,
text: '安置编号', text: '安置编号',
checked: true, checked: true,
prop: 'placeMemberName' prop: 'placeMemberCode'
}, },
{ {
id: 4, id: 4,