From 07c60aa3b47fb100db7a0f546a092c6f619e7669 Mon Sep 17 00:00:00 2001 From: wangshiming Date: Wed, 27 Apr 2022 19:17:06 +0800 Subject: [PATCH] fix bug --- .../routes/vehicle/components/list/carauth/carauth.component.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/routes/vehicle/components/list/carauth/carauth.component.ts b/src/app/routes/vehicle/components/list/carauth/carauth.component.ts index d9134c20..5d379653 100644 --- a/src/app/routes/vehicle/components/list/carauth/carauth.component.ts +++ b/src/app/routes/vehicle/components/list/carauth/carauth.component.ts @@ -482,12 +482,14 @@ export class CarSettleCarauthComponent implements OnInit { type: 'string', ui: { placeholder: '请输入', + addOnAfter: '吨', }, }, carTotalLoad: { title: '总质量', type: 'string', ui: { + addOnAfter: '吨', placeholder: '请输入', }, },