From 69a1b3bf45738f048361ee4ccb6bdc64fce35720 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 12 三月 2025 11:31:46 +0800
Subject: [PATCH] 更新
---
admin/src/views/platform/config.js | 26 ++++++++++++++++++++++++++
1 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/admin/src/views/platform/config.js b/admin/src/views/platform/config.js
new file mode 100644
index 0000000..3d09ff7
--- /dev/null
+++ b/admin/src/views/platform/config.js
@@ -0,0 +1,26 @@
+export const statusMap = {
+ 0: '寰呯‘璁�',
+ 1: '寰呯鍒�',
+ 2: '绛夊緟鍙彿',
+ 3: '鍏ュ洯绛夊緟',
+ 4: '鏈堝彴绛夊緟', // 宸插彨鍙�
+ 5: '浣滀笟涓�',
+ 6: '浣滀笟瀹屾垚',
+ 7: '杞Щ涓�',
+ 8: '寮傚父鎸傝捣',
+ 9: '宸叉巿鏉冪鍥�',
+ 10: '宸茬鍥�',
+ 11: '宸茶繃鍙�',
+ 12: '宸插彇娑�'
+}
+export const queryQueueUpConfig = {
+ formItems: [
+ {
+ filed: 'carCodeFront',
+ type: 'input',
+ label: '鎼滅储杞﹁締',
+ placeholder: '璇疯緭鍏ヨ溅鐗屽彿'
+ },
+ ],
+ online: true
+}
--
Gitblit v1.9.3