fix(member): 修复部分字段不展示的问题
This commit is contained in:
parent
51f9577ad3
commit
37ca8bf9a0
|
@ -503,7 +503,7 @@
|
||||||
width="180"
|
width="180"
|
||||||
/>
|
/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
v-if="getColumnsVisible('placeDeptVal') && allTxt.placeMemberCode"
|
v-if="allTxt.placeMemberCode"
|
||||||
align="center"
|
align="center"
|
||||||
prop="placeDeptVal"
|
prop="placeDeptVal"
|
||||||
label="安置部门"
|
label="安置部门"
|
||||||
|
@ -598,14 +598,14 @@
|
||||||
width="180"
|
width="180"
|
||||||
/>
|
/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
v-if="getColumnsVisible('registerAuthorityVal') && allTxt.registerAuthorityVal"
|
v-if="allTxt.registerAuthorityVal"
|
||||||
align="center"
|
align="center"
|
||||||
prop="registerAuthorityVal"
|
prop="registerAuthorityVal"
|
||||||
:label="'注册权限'"
|
:label="'注册权限'"
|
||||||
width="180"
|
width="180"
|
||||||
/>
|
/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
v-if="getColumnsVisible('isRealNameVal') && allTxt.isRealNameVal"
|
v-if="allTxt.isRealNameVal"
|
||||||
align="center"
|
align="center"
|
||||||
prop="isRealNameVal"
|
prop="isRealNameVal"
|
||||||
:label="'实名认证'"
|
:label="'实名认证'"
|
||||||
|
|
Loading…
Reference in New Issue