🐛(table): 统一 allow-clear 为 false
This commit is contained in:
parent
86fc531725
commit
2a80deb010
@ -147,7 +147,7 @@ const props = withDefaults(defineProps<LayDatePickerProps>(), {
|
||||
range: false,
|
||||
rangeSeparator: "至",
|
||||
readonly: false,
|
||||
allowClear: true,
|
||||
allowClear: false,
|
||||
size: "md",
|
||||
});
|
||||
|
||||
|
@ -49,7 +49,7 @@ const props = withDefaults(defineProps<LaySelectProps>(), {
|
||||
multiple: false,
|
||||
create: false,
|
||||
size: "md",
|
||||
allowClear: true,
|
||||
allowClear: false,
|
||||
});
|
||||
|
||||
const openState = ref(false);
|
||||
|
Loading…
Reference in New Issue
Block a user