From 4ec5ba39605b4586ca721b946fe59bb73c7f3457 Mon Sep 17 00:00:00 2001
From: sen <sen@qq.com>
Date: 星期四, 25 十二月 2025 15:05:41 +0800
Subject: [PATCH] TOken区分

---
 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