From babfb0032090ec99403ed1410b42aa17b78486c3 Mon Sep 17 00:00:00 2001
From: wujianwei <wjw@11.com>
Date: 星期一, 22 十二月 2025 10:10:37 +0800
Subject: [PATCH] 修改生成账单
---
ui/admin-ui3/src/views/tms/tmsVehicle/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ui/admin-ui3/src/views/tms/tmsVehicle/index.vue b/ui/admin-ui3/src/views/tms/tmsVehicle/index.vue
index 9239cfe..ddb2605 100644
--- a/ui/admin-ui3/src/views/tms/tmsVehicle/index.vue
+++ b/ui/admin-ui3/src/views/tms/tmsVehicle/index.vue
@@ -145,7 +145,7 @@
message: "鎵�灞炶繍钀ヤ富浣撲笉鑳戒负绌�", trigger: "change"
}
],
- type: 'table', suffixIcon: 'search',
+ type: 'table', suffixIcon: 'search',dataType: 'string',
children: {
border: true,
searchLabelWidth: 100,
@@ -227,7 +227,7 @@
message: "杞﹁締鏈嶅姟鍟嗕笉鑳戒负绌�", trigger: "change"
}
],
- type: 'table', suffixIcon: 'search',
+ type: 'table', suffixIcon: 'search',dataType: 'string',
children: {
border: true,
searchLabelWidth: 100,
--
Gitblit v1.8.0