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) {