From ead9ebb0126c21800799c944b61e47369d13f12b Mon Sep 17 00:00:00 2001 From: wangshiming Date: Mon, 21 Mar 2022 14:41:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=94=E4=BD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../invoice-requested.component.ts | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) 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 + } + } + }, } }; }