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 @@
任务调度中心
diff --git a/src/views/parking/instructiondelivery/liftingrod/LiftingRodForm.vue b/src/views/parking/instructiondelivery/liftingrod/LiftingRodForm.vue index fd26d7b9..5c2794bf 100644 --- a/src/views/parking/instructiondelivery/liftingrod/LiftingRodForm.vue +++ b/src/views/parking/instructiondelivery/liftingrod/LiftingRodForm.vue @@ -1,12 +1,6 @@ \ No newline at end of file diff --git a/src/views/parking/instructiondelivery/liftingrod/index.vue b/src/views/parking/instructiondelivery/liftingrod/index.vue index ab92d0d2..f7b30b0b 100644 --- a/src/views/parking/instructiondelivery/liftingrod/index.vue +++ b/src/views/parking/instructiondelivery/liftingrod/index.vue @@ -6,7 +6,7 @@ :model="queryParams" ref="queryFormRef" :inline="true" - label-width="68px" + label-width="auto" > - 新增 + 下发指令 - + + + +