This commit is contained in:
那些花儿
2025-09-19 17:49:36 +08:00
parent eb0b7a2b05
commit 389e385d7b
@@ -36,7 +36,7 @@ const MEMBER_MANAGE_TABLE = {
<el-button type="primary" size="small" icon="el-icon-printer" @click="exportExcel">导出会员名单
</el-button>
<el-button type="primary" size="small" icon="el-icon-printer" @click="exportNotEqPhoneExcel">导出会员福利号码不一致名单
<el-button type="primary" size="small" icon="el-icon-printer" @click="exportNotEqPhoneExcel" v-if="$auth.hasRoleOr('SYSADMIN,SCHOOL_UNION_ADMIN')">导出会员福利号码不一致名单
</el-button>
</table-tool>