服务指令:修改新增按钮名称 改为 新增服务指令

This commit is contained in:
1378012178@qq.com 2025-03-20 10:45:03 +08:00
parent ac33d6bdd7
commit 41db827f61
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@
<a-button type="primary" v-auth="'serviceDirective:config_service_directive:add'" @click="handleTag" <a-button type="primary" v-auth="'serviceDirective:config_service_directive:add'" @click="handleTag"
preIcon="tabler:settings">配置指令标签</a-button> preIcon="tabler:settings">配置指令标签</a-button>
<a-button type="primary" v-auth="'serviceDirective:config_service_directive:add'" @click="handleAdd" <a-button type="primary" v-auth="'serviceDirective:config_service_directive:add'" @click="handleAdd"
preIcon="ant-design:plus-outlined">新增</a-button> preIcon="ant-design:plus-outlined">新增服务指令</a-button>
<!-- <a-button type="primary" v-auth="'serviceDirective:config_service_directive:exportXls'" <!-- <a-button type="primary" v-auth="'serviceDirective:config_service_directive:exportXls'"
preIcon="ant-design:export-outlined" @click="onExportXls"> 导出</a-button> preIcon="ant-design:export-outlined" @click="onExportXls"> 导出</a-button>
<j-upload-button type="primary" v-auth="'serviceDirective:config_service_directive:importExcel'" <j-upload-button type="primary" v-auth="'serviceDirective:config_service_directive:importExcel'"