From e3d914ec95cfc032f2ecf9d4b7390e4b5d2584e9 Mon Sep 17 00:00:00 2001 From: XinWei <2718030729@qq.com> Date: Wed, 28 Aug 2024 13:08:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/dict.ts | 5 +- src/views/Home/Index.vue | 2 +- .../liftingrod/LiftingRodForm.vue | 144 +++++++++--------- .../instructiondelivery/liftingrod/index.vue | 14 +- 4 files changed, 84 insertions(+), 81 deletions(-) diff --git a/src/utils/dict.ts b/src/utils/dict.ts index 320a5d27..4538cde6 100644 --- a/src/utils/dict.ts +++ b/src/utils/dict.ts @@ -228,5 +228,8 @@ export enum DICT_TYPE { // ========== TICKET - 票务系统模块 ========== ASSET_STATUS_TYPE = 'asset_status_type', // 设备状态 TRANSACTION_TYPE_NO = 'transaction_type_no', // 交易类型(订单类型) - CERTIFICATE_TYPE = 'certificate_type' // 证件类型 + CERTIFICATE_TYPE = 'certificate_type', // 证件类型 + + // ========== LIFT_ROD - 远程抬杠模块 ========== + LIFTINGROD_STATUS = 'liftingrod_status' } diff --git a/src/views/Home/Index.vue b/src/views/Home/Index.vue index f9ec8cc3..f51a5c53 100644 --- a/src/views/Home/Index.vue +++ b/src/views/Home/Index.vue @@ -43,7 +43,7 @@