级联选择器, 删除行布局子元素

This commit is contained in:
quantulr
2022-12-15 22:25:46 +08:00
parent 57bcaecc90
commit 4500b9fb77
3 changed files with 45 additions and 34 deletions

View File

@ -421,8 +421,8 @@ export const selectComponents = [
style: { width: "100%" },
disabled: false,
clearable: true,
format: "yyyy-MM-dd",
"value-format": "yyyy-MM-dd",
format: "YYYY-MM-DD",
"value-format": "YYYY-MM-DD",
readonly: false,
},
{
@ -447,8 +447,8 @@ export const selectComponents = [
"end-placeholder": "结束日期",
disabled: false,
clearable: true,
format: "yyyy-MM-dd",
"value-format": "yyyy-MM-dd",
format: "YYYY-MM-DD",
"value-format": "YYYY-MM-DD",
readonly: false,
},
{