chore:字典组件优化,支持数组格式,其他模块代码优化

This commit is contained in:
AN
2025-04-19 08:18:07 +08:00
parent 8b1be45eb5
commit 8c5ea2ae72
10 changed files with 138 additions and 43 deletions

View File

@ -261,7 +261,7 @@ watch(visible, () => {
class="w-full"
/>
</NFormItem>
<NFormItem label="用户数量" path="accountCount">
<NFormItem path="accountCount">
<template #label>
<div class="flex-center">
<FormTip content="-1不限制用户数量" />
@ -270,7 +270,7 @@ watch(visible, () => {
</template>
<NInputNumber v-model:value="model.accountCount" placeholder="请输入用户数量" min="-1" class="w-full" />
</NFormItem>
<NFormItem label="绑定域名" path="domain">
<NFormItem path="domain">
<template #label>
<div class="flex-center">
<FormTip