fix 代码生成

勾选唯一: 后端验证字段唯一性
勾选必填: 前端验证必填
增加不过滤权限验证
This commit is contained in:
maxbad
2023-05-11 09:46:35 +08:00
parent 92bfb64d6d
commit 51de68de06
5 changed files with 48 additions and 20 deletions

View File

@@ -106,6 +106,15 @@
</template>
<span>主表中存在`switch`字段时才会生效</span>
</n-popover>
<n-checkbox value="notFilterAuth" label="不过滤权限" />
<n-popover trigger="hover">
<template #trigger>
<n-icon size="15" class="tips-help-icon" color="#2d8cf0">
<QuestionCircleOutlined />
</n-icon>
</template>
<span>系统默认会过滤权限勾选后强制不开启权限验证</span>
</n-popover>
</n-space>
</n-checkbox-group>
</n-form-item>