From 15425971c97fbd3947893f870e16e1ffb798ee5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=9C=8B?= Date: Thu, 22 Feb 2024 16:33:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BE=96=E6=AE=B5=E7=AE=A1=E7=90=86=EF=BC=8C?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E5=BC=B9=E7=AA=97=E5=86=85=E5=AE=B9=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/JiHeExpressway/common/PresetFormItems.js | 2 +- .../views/jurisdictionalManagement/data.js | 12 +++--------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/ruoyi-ui/src/views/JiHeExpressway/common/PresetFormItems.js b/ruoyi-ui/src/views/JiHeExpressway/common/PresetFormItems.js index 16ae2971..f40baffe 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/common/PresetFormItems.js +++ b/ruoyi-ui/src/views/JiHeExpressway/common/PresetFormItems.js @@ -100,7 +100,7 @@ export const station = { }; export const startStation = { - label: "开始桩号:", + label: "起始桩号:", key: "startStakeMark", required: false, type: "MultipleLabelItem", diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/businessDataManagement/views/jurisdictionalManagement/data.js b/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/businessDataManagement/views/jurisdictionalManagement/data.js index 074e1715..d4413bf8 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/businessDataManagement/views/jurisdictionalManagement/data.js +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/businessDataManagement/views/jurisdictionalManagement/data.js @@ -1,15 +1,9 @@ import { cloneDeep, merge } from "lodash"; -import * as PresetFormItems from "@screen/pages/control/event/event/FormEvent/PresetFormItems.js"; +import * as PresetFormItems from "@screen/common/PresetFormItems.js"; export const searchFormList = [ - { - label: "开始桩号:", - key: "startStakeMark", - }, - { - label: "结束桩号:", - key: "endStakeMark", - }, + PresetFormItems.startStation, + PresetFormItems.endStation ]; export const addEditFormList = [