update:场景新增异常数据tab

This commit is contained in:
2026-04-13 19:20:55 +08:00
parent d98d75b797
commit 33b9f55caf

View File

@@ -57,7 +57,7 @@ interface Props {
const props = withDefaults(defineProps<Props>(), {
modelValue: '',
multiple: false,
multiple: true,
disabled: false,
limit: null,
});