Merge branch 'develop' of https://gitlab.eascs.com/tms-ui/tms-obc-web into develop

This commit is contained in:
Taric Xin
2022-04-18 13:28:13 +08:00

View File

@ -103,6 +103,17 @@ export class OrderManagementComplaintComponent implements OnInit {
ui: { ui: {
widget: 'dict-select', widget: 'dict-select',
params: { dictKey: 'drvcomplaint:cause' }, params: { dictKey: 'drvcomplaint:cause' },
hidden: this.selectedMainTabStatus == '1',
containsAllLabel: true
} as SFSelectWidgetSchema
},
shpComplaintCause: {
title: '投诉原因',
type: 'string',
ui: {
widget: 'dict-select',
params: { dictKey: 'drvcomplaint:cause' },
hidden: this.selectedMainTabStatus == '2',
containsAllLabel: true containsAllLabel: true
} as SFSelectWidgetSchema } as SFSelectWidgetSchema
}, },
@ -179,7 +190,7 @@ export class OrderManagementComplaintComponent implements OnInit {
title: '处理人', title: '处理人',
className: 'text-center', className: 'text-center',
width: '200px', width: '200px',
index: 'handlePartyLabel' index: 'handlerName'
}, },
{ {
title: '处理时间', title: '处理时间',