Merge branch 'develop' of https://gitlab.eascs.com/tms-ui/tms-obc-web into develop
This commit is contained in:
		| @ -404,7 +404,7 @@ export class SupplyManagementOnecarPublishComponent implements OnInit { | |||||||
|           readOnly: true, |           readOnly: true, | ||||||
|           ui: { |           ui: { | ||||||
|             widget: 'checkbox', |             widget: 'checkbox', | ||||||
|             visibleIf: { insuranceType: (value: string) => value === '1' } |             visibleIf: { insuranceType: (value: string) => value === '0' } | ||||||
|           } as SFCheckboxWidgetSchema, |           } as SFCheckboxWidgetSchema, | ||||||
|           default: ['车辆实时定位', '轨迹查询', '数据保护', '赠送基本险'] |           default: ['车辆实时定位', '轨迹查询', '数据保护', '赠送基本险'] | ||||||
|         }, |         }, | ||||||
| @ -415,7 +415,7 @@ export class SupplyManagementOnecarPublishComponent implements OnInit { | |||||||
|           readOnly: true, |           readOnly: true, | ||||||
|           ui: { |           ui: { | ||||||
|             widget: 'checkbox', |             widget: 'checkbox', | ||||||
|             visibleIf: { insuranceType: (value: string) => value === '2' } |             visibleIf: { insuranceType: (value: string) => value === '1' } | ||||||
|           } as SFCheckboxWidgetSchema, |           } as SFCheckboxWidgetSchema, | ||||||
|           default: ['车辆实时定位', '轨迹查询', '数据保护', '专属技术服务', '赠送综合险'] |           default: ['车辆实时定位', '轨迹查询', '数据保护', '专属技术服务', '赠送综合险'] | ||||||
|         }, |         }, | ||||||
|  | |||||||
| @ -414,7 +414,7 @@ export class SupplyManagementReleasePublishComponent implements OnInit { | |||||||
|           readOnly: true, |           readOnly: true, | ||||||
|           ui: { |           ui: { | ||||||
|             widget: 'checkbox', |             widget: 'checkbox', | ||||||
|             visibleIf: { insuranceType: (value: string) => value === '1' } |             visibleIf: { insuranceType: (value: string) => value === '0' } | ||||||
|           } as SFCheckboxWidgetSchema, |           } as SFCheckboxWidgetSchema, | ||||||
|           default: ['车辆实时定位', '轨迹查询', '数据保护', '赠送基本险'] |           default: ['车辆实时定位', '轨迹查询', '数据保护', '赠送基本险'] | ||||||
|         }, |         }, | ||||||
| @ -425,7 +425,7 @@ export class SupplyManagementReleasePublishComponent implements OnInit { | |||||||
|           readOnly: true, |           readOnly: true, | ||||||
|           ui: { |           ui: { | ||||||
|             widget: 'checkbox', |             widget: 'checkbox', | ||||||
|             visibleIf: { insuranceType: (value: string) => value === '2' } |             visibleIf: { insuranceType: (value: string) => value === '1' } | ||||||
|           } as SFCheckboxWidgetSchema, |           } as SFCheckboxWidgetSchema, | ||||||
|           default: ['车辆实时定位', '轨迹查询', '数据保护', '专属技术服务', '赠送综合险'] |           default: ['车辆实时定位', '轨迹查询', '数据保护', '专属技术服务', '赠送综合险'] | ||||||
|         }, |         }, | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user