文件记录删除添加权限
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
20aee53a3f
commit
d61131ed61
|
@ -189,7 +189,11 @@
|
||||||
<el-button type="text" @click="handleEdit(scope.row)">
|
<el-button type="text" @click="handleEdit(scope.row)">
|
||||||
{{ $t('dictionary:file:button:edit') }}
|
{{ $t('dictionary:file:button:edit') }}
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button type="text" @click="handleDelete(scope.row)">
|
<el-button
|
||||||
|
type="text"
|
||||||
|
@click="handleDelete(scope.row)"
|
||||||
|
v-if="hasPermi(['dictionary:template:file:del'])"
|
||||||
|
>
|
||||||
{{ $t('dictionary:file:button:delete') }}
|
{{ $t('dictionary:file:button:delete') }}
|
||||||
</el-button>
|
</el-button>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue