From 946bd59ffb2871d4669db7d454d25ccd7cb8d079 Mon Sep 17 00:00:00 2001 From: wangshiming Date: Wed, 2 Mar 2022 17:50:07 +0800 Subject: [PATCH] fix bug --- .../components/network-freight/network-freight.component.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/routes/sys-setting/components/network-freight/network-freight.component.ts b/src/app/routes/sys-setting/components/network-freight/network-freight.component.ts index f5e23a68..ec676d98 100644 --- a/src/app/routes/sys-setting/components/network-freight/network-freight.component.ts +++ b/src/app/routes/sys-setting/components/network-freight/network-freight.component.ts @@ -244,12 +244,12 @@ export class NetworkFreightComponent implements OnInit { ui: { placeholder: '请输入' } }, invoiceTaxRate: { - type: 'string', + type: 'number', title: '发票税率', ui: { placeholder: '请输入' } }, invoiceMaxAmount: { - type: 'string', + type: 'number', title: '发票面额上限', ui: { placeholder: '请输入' } }, @@ -366,7 +366,7 @@ export class NetworkFreightComponent implements OnInit { ui: { placeholder: '请输入' } }, invoiceTaxRate: { - type: 'string', + type: 'number', title: '发票税率', ui: { placeholder: '请输入' } },