车辆对接
This commit is contained in:
@ -307,6 +307,9 @@ tabs = {
|
|||||||
widget: 'select',
|
widget: 'select',
|
||||||
placeholder: '请选择',
|
placeholder: '请选择',
|
||||||
errors: { required: '请选择货物类型' },
|
errors: { required: '请选择货物类型' },
|
||||||
|
visibleIf: {
|
||||||
|
_$expand: (value: boolean) => value,
|
||||||
|
},
|
||||||
asyncData: () =>
|
asyncData: () =>
|
||||||
this.service2.loadConfigByKey('goods.name.config.type').pipe(
|
this.service2.loadConfigByKey('goods.name.config.type').pipe(
|
||||||
map((data: any) => {
|
map((data: any) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user