优化代码工具
This commit is contained in:
parent
b9936cceb2
commit
d59b1d2f72
@ -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
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user