Compare commits

..

2 Commits

Author SHA1 Message Date
xiaocp2009
56a53fc247 Merge remote-tracking branch 'origin/main' into main 2025-09-05 09:36:24 +08:00
xiaocp2009
d59b1d2f72 优化代码工具 2025-09-05 09:36:04 +08:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -203,7 +203,7 @@ function handleExport() {
@refresh="getData" @refresh="getData"
> >
<template #after> <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> <template #icon>
<SvgIcon local-icon="upload-rounded"/> <SvgIcon local-icon="upload-rounded"/>
</template> </template>