From 68a81ee41caa66c22c782d4e1573fce5d5c7519b Mon Sep 17 00:00:00 2001 From: wangshiming Date: Thu, 21 Apr 2022 13:20:48 +0800 Subject: [PATCH] fix bug --- .../withdrawals-detail/withdrawals-detail.component.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/routes/financial-management/components/withdrawals-record/withdrawals-detail/withdrawals-detail.component.ts b/src/app/routes/financial-management/components/withdrawals-record/withdrawals-detail/withdrawals-detail.component.ts index 5c6736a8..b35e8a87 100644 --- a/src/app/routes/financial-management/components/withdrawals-record/withdrawals-detail/withdrawals-detail.component.ts +++ b/src/app/routes/financial-management/components/withdrawals-record/withdrawals-detail/withdrawals-detail.component.ts @@ -165,12 +165,14 @@ export class WithdrawalsDetailComponent implements OnInit { type: 'string', title: '服务类型', ui: { - widget: 'select', + widget: 'dict-select', + params: { dictKey: 'service:type' }, placeholder: '请选择', visibleIf: { expand: (value: boolean) => value } - } + }, + default: '' }, driverName: { type: 'string',