This commit is contained in:
wenyann 2020-06-19 14:23:15 +08:00 committed by chenjianxing
parent a29fd908f6
commit e39ce8f87b
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
<ms-roles-tag :roles="scope.row.roles" type="success"/>
</template>
</el-table-column>
<el-table-column label="$t('commons.operating')">
<el-table-column :label="$t('commons.operating')">
<template v-slot:default="scope">
<ms-table-operator :tip2="$t('commons.remove')" @editClick="edit(scope.row)" @deleteClick="del(scope.row)"
v-permission="['test_manager']"/>