v3.22.0 【新增】优化代码生成;【新增】优化角色列宽

This commit is contained in:
zhuoda
2025-05-27 20:00:22 +08:00
parent 3adb7376dd
commit 922e49b27e
12 changed files with 59 additions and 54 deletions

View File

@@ -36,7 +36,7 @@
});
const props = defineProps({
value: [Array, String],
value: [Array, String, Number],
placeholder: {
type: String,
default: '请选择字典',

View File

@@ -33,7 +33,7 @@
const props = defineProps({
dictCode: String,
value: [Array, String],
value: [Array, String, Number],
mode: {
type: String,
default: 'combobox',