优化细节

This commit is contained in:
icssoa
2025-09-01 12:02:08 +08:00
parent 73a472053f
commit 2a95283b98

View File

@@ -107,7 +107,7 @@ const props = defineProps({
type: String,
default: () => t("请选择")
},
// 选项数据,支持树形结构
// 选项数据
options: {
type: Array as PropType<ClSelectOption[]>,
default: () => []