去除没必要的权限控制

This commit is contained in:
lai
2024-07-12 10:21:19 +08:00
parent 1f7becef0a
commit f66cd875fb
3 changed files with 5 additions and 9 deletions

View File

@@ -420,7 +420,7 @@ onMounted(() => {
<a-input v-model:value="queryParams.title" allow-clear></a-input>
</a-form-item>
</a-col>
<a-col :lg="8" :md="12" :xs="24" v-roles:has="['administrator']">
<a-col :lg="8" :md="12" :xs="24">
<a-form-item
:label="t('views.system.log.operate.operUser')"
name="operName"