## Fix - 信息管理->会员信息->安置编号

This commit is contained in:
sangelxiu1 2025-09-11 10:08:39 +08:00
parent c635c490a1
commit 65172a9da3
1 changed files with 3 additions and 1 deletions

View File

@ -759,7 +759,8 @@ export default {
id: 3,
text: this.$t('N_I_167'),
checked: true,
prop: 'placeMemberName'
// prop: 'placeMemberName'
prop: 'placeMemberCode'
},
{
id: 4,
@ -947,6 +948,7 @@ export default {
},
methods: {
getColVisible(colName) {
console.log('this.menuList', colName, this.menuList, this.menuList.find((item) => item.prop === colName)?.checked)
return this.menuList.find((item) => item.prop === colName)?.checked
},
changeTime1(val) {