From 7a257fc9e45cf3cc1035d3edf3485176252e6fff Mon Sep 17 00:00:00 2001
From: wujianwei <wjw@11.com>
Date: 星期三, 07 一月 2026 16:36:32 +0800
Subject: [PATCH] 新增开票接口
---
ui/admin-ui3/src/views/tms/tmsDriver/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ui/admin-ui3/src/views/tms/tmsDriver/index.vue b/ui/admin-ui3/src/views/tms/tmsDriver/index.vue
index 45fb23d..d6dd05f 100644
--- a/ui/admin-ui3/src/views/tms/tmsDriver/index.vue
+++ b/ui/admin-ui3/src/views/tms/tmsDriver/index.vue
@@ -148,7 +148,7 @@
});
}
},
- type: 'table', suffixIcon: 'search',
+ type: 'table', suffixIcon: 'search',dataType: 'string',
children: {
border: true,
searchLabelWidth: 100,
@@ -252,7 +252,7 @@
},
licenseType: {
label: '鍑嗛┚杞﹀瀷',
- type: 'select', dataType: 'string', dicUrl: '/system/dict/data/type/license_type',
+ type: 'select', dataType: 'string', dicUrl: '/system/dict/data/type/before_license_type',
addDisplay: true,multiple:true,
editDisplay: true,minWidth:150,
viewDisplay: true,
--
Gitblit v1.8.0