Compare commits
2 Commits
9a3041ed12
...
56a53fc247
Author | SHA1 | Date | |
---|---|---|---|
![]() |
56a53fc247 | ||
![]() |
d59b1d2f72 |
@ -1,7 +1,7 @@
|
||||
# 代码生成
|
||||
gen:
|
||||
# 作者
|
||||
author: Lion Li
|
||||
author: gtop
|
||||
# 默认生成包路径 system 需改成自己的模块名称 如 system monitor tool
|
||||
packageName: org.dromara.system
|
||||
# 自动去除表前缀,默认是false
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user