解决冲突

This commit is contained in:
wangshiming
2022-02-28 19:31:33 +08:00
parent 8555bb7f39
commit 172ecc6263
7 changed files with 98 additions and 97 deletions

View File

@ -86,19 +86,6 @@ export class ContractManagementTemplateTextComponent implements OnInit {
}
} as SFSelectWidgetSchema
},
// contractType: {
// title: '单据类型',
// type: 'string',
// default: '',
// ui: {
// widget: 'dict-select',
// params: { dictKey: 'contract:document:type' },
// containAllLable: true,
// visibleIf: {
// templateType: value => value === 'MX'
// }
// } as SFSelectWidgetSchema
// },
signingObject: {
type: 'string',
title: '承包商对象',