1.菜单规则权限管理
2.备份数据库
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
</el-alert>
|
||||
|
||||
<div class="toolbar">
|
||||
<el-button type="primary" :loading="saving" :disabled="loading" @click="onSave">
|
||||
<el-button v-if="canSave" type="primary" :loading="saving" :disabled="loading" @click="onSave">
|
||||
{{ t('config.ziHuaDictionary.btn_save') }}
|
||||
</el-button>
|
||||
</div>
|
||||
@@ -39,6 +39,7 @@ defineOptions({
|
||||
})
|
||||
|
||||
const { t } = useI18n()
|
||||
const canSave = auth('save')
|
||||
|
||||
type Item = { no: number; name: string; category: string }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user