优化代码工具

This commit is contained in:
xiaocp2009 2025-09-05 09:36:04 +08:00
parent b9936cceb2
commit d59b1d2f72
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# 代码生成
gen:
# 作者
author: Lion Li
author: gtop
# 默认生成包路径 system 需改成自己的模块名称 如 system monitor tool
packageName: org.dromara.system
# 自动去除表前缀默认是false

View File

@ -203,7 +203,7 @@ function handleExport() {
@refresh="getData"
>
<template #after>
<NButton v-if="hasAuth('mps:privateEbankNew:export')" size="small" ghost @click="handleImport">
<NButton v-if="hasAuth('${moduleName}:${businessName}::import')" size="small" ghost @click="handleImport">
<template #icon>
<SvgIcon local-icon="upload-rounded"/>
</template>