feat(member): 会员信息添加复购免考列

This commit is contained in:
woody 2025-04-28 14:26:15 +08:00
parent 784b7b26fb
commit b4130ae353
1 changed files with 5 additions and 13 deletions

View File

@ -710,26 +710,18 @@
label="服务协议"
width="180"
/>
<el-table-column
v-if="menuList[16].checked == true && allTxt.superStudioVal"
align="center"
prop="superStudioVal"
:label="'超级工作室'"
prop="purchaseStatus"
label="复购免考"
width="180"
>
<template slot-scope="scope">
<span
v-if="scope.row.superStudio == 0"
style="color: #009b58"
>已认证</span>
<span
v-if="scope.row.superStudio == 1"
style="color: #c8161d"
>未认证</span>
<span>
{{ scope.row.purchaseStatus === 0 ? '是' : '否' }}
</span>
</template>
</el-table-column>
<el-table-column
v-if="menuList[17].checked == true && allTxt.accountStatusVal"
align="center"