Commit 41f87c0a by 张珈源

Merge remote-tracking branch 'origin/weiqiao-vue3' into weiqiao-vue3

parents 730f6cac 8b1bdd8a
......@@ -382,8 +382,8 @@ export const formProps: FormProps = {
span: 4,
placeholder: '请选择仓库位置',
showLabel: true,
showSearch: false,
isMultiple: false,
showSearch: true,
isMultiple: true,
clearable: false,
disabled: false,
staticOptions: [
......@@ -435,8 +435,8 @@ export const formProps: FormProps = {
span: 4,
placeholder: '请选择产品类型',
showLabel: true,
showSearch: false,
isMultiple: false,
showSearch: true,
isMultiple: true,
clearable: false,
disabled: false,
staticOptions: [
......@@ -480,8 +480,8 @@ export const formProps: FormProps = {
span: 4,
placeholder: '请选择产品',
showLabel: true,
showSearch: false,
isMultiple: false,
showSearch: true,
isMultiple: true,
clearable: false,
disabled: false,
staticOptions: [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment