diff --git a/src/app/routes/ticket-management/components/invoice-requested/invoice-requested.component.ts b/src/app/routes/ticket-management/components/invoice-requested/invoice-requested.component.ts index 663c4091..c2480bd3 100644 --- a/src/app/routes/ticket-management/components/invoice-requested/invoice-requested.component.ts +++ b/src/app/routes/ticket-management/components/invoice-requested/invoice-requested.component.ts @@ -296,15 +296,11 @@ export class InvoiceRequestedComponent implements OnInit { otherremarks: { type: 'string', title: '其他需求', - enum: [{ label: '全部', value: '' }], ui: { - widget: 'select', - placeholder: '请选择', visibleIf: { expand: (value: boolean) => value } }, - default: '' }, createTime: { title: '申请时间', @@ -335,7 +331,17 @@ export class InvoiceRequestedComponent implements OnInit { } }, default: '' - } + }, + arto: { + type: 'string', + title: '购买人', + ui: { + placeholder: '请输入', + visibleIf: { + expand: (value: boolean) => value + } + } + }, } }; }