[update] 修改UAT问题:标准化活动删除按钮加权限

This commit is contained in:
lideqin
2024-09-14 17:42:21 +08:00
parent 67f8afefc6
commit 766db8a004
@@ -18,8 +18,7 @@
<!--编辑-->
<a-button type="primary" ghost icon="edit" @click="handleEdit" v-has="'standardActivity:edit'">{{ $t('edit') }}</a-button>
<!--删除-->
<!-- v-has="'standardActivity:delete'"-->
<a-button type="primary" ghost icon="delete" @click="handleDelete">{{ $t('delete') }}</a-button>
<a-button type="primary" ghost icon="delete" @click="handleDelete" v-has="'standardActivity:delete'">{{ $t('delete') }}</a-button>
<!--查看-->
<a-button type="primary" ghost icon="eye" @click="handleDetail" v-has="'standardActivity:view'">{{ $t('view') }}</a-button>
<!--会议统计列表-->