mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-10 12:43:48 +08:00
v3.22.0 【新增】优化代码生成;【新增】优化角色列宽
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
});
|
||||
|
||||
const props = defineProps({
|
||||
value: [Array, String],
|
||||
value: [Array, String, Number],
|
||||
placeholder: {
|
||||
type: String,
|
||||
default: '请选择字典',
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
|
||||
const props = defineProps({
|
||||
dictCode: String,
|
||||
value: [Array, String],
|
||||
value: [Array, String, Number],
|
||||
mode: {
|
||||
type: String,
|
||||
default: 'combobox',
|
||||
|
||||
Reference in New Issue
Block a user