From 65172a9da3ab55caba1a713a32f8368139a1f057 Mon Sep 17 00:00:00 2001 From: sangelxiu1 <15781802@163.com> Date: Thu, 11 Sep 2025 10:08:39 +0800 Subject: [PATCH] =?UTF-8?q?##=20Fix=20-=20=E4=BF=A1=E6=81=AF=E7=AE=A1?= =?UTF-8?q?=E7=90=86->=E4=BC=9A=E5=91=98=E4=BF=A1=E6=81=AF->=E5=AE=89?= =?UTF-8?q?=E7=BD=AE=E7=BC=96=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/information/member/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/information/member/index.vue b/src/views/information/member/index.vue index da45f8d..643f133 100644 --- a/src/views/information/member/index.vue +++ b/src/views/information/member/index.vue @@ -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) {