feat:Configuration、Performance、MML权限按钮添加
This commit is contained in:
@@ -592,6 +592,7 @@ onMounted(() => {
|
||||
size="small"
|
||||
@click.prevent="fnCleanFrom"
|
||||
v-if="!!state.mmlSelect.param"
|
||||
v-perms:has="['mmlManage:udmOperate:reset']"
|
||||
>
|
||||
<template #icon>
|
||||
<ClearOutlined />
|
||||
@@ -603,6 +604,7 @@ onMounted(() => {
|
||||
size="small"
|
||||
:loading="state.from.sendLoading"
|
||||
@click.prevent="fnSendMML"
|
||||
v-perms:has="['mmlManage:udmOperate:execute']"
|
||||
>
|
||||
<template #icon>
|
||||
<SendOutlined />
|
||||
|
||||
Reference in New Issue
Block a user