[update] 修改UAT问题:标准化活动删除按钮加权限
This commit is contained in:
@@ -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>
|
||||
<!--会议统计列表-->
|
||||
|
||||
Reference in New Issue
Block a user