Browse Source

辖段管理,搜索弹窗内容修改

wangqin
刘朋 9 months ago
parent
commit
15425971c9
  1. 2
      ruoyi-ui/src/views/JiHeExpressway/common/PresetFormItems.js
  2. 12
      ruoyi-ui/src/views/JiHeExpressway/pages/control/event/businessDataManagement/views/jurisdictionalManagement/data.js

2
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",

12
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 = [

Loading…
Cancel
Save