feat:Configuration、Performance、MML权限按钮添加

This commit is contained in:
zhongzm
2025-09-04 14:25:26 +08:00
parent f155a0dc8e
commit 4293c611be
7 changed files with 40 additions and 15 deletions

View File

@@ -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 />