Compare commits

..

No commits in common. "56a53fc247340176476ae2d21d37cbda07aeaa48" and "9a3041ed124e831223b081a7318b26af960f6292" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# 代码生成
gen:
# 作者
author: gtop
author: Lion Li
# 默认生成包路径 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('${moduleName}:${businessName}::import')" size="small" ghost @click="handleImport">
<NButton v-if="hasAuth('mps:privateEbankNew:export')" size="small" ghost @click="handleImport">
<template #icon>
<SvgIcon local-icon="upload-rounded"/>
</template>