diff --git a/src/views/inspection/inspectionPlanDetail.vue b/src/views/inspection/inspectionPlanDetail.vue index 9f8e359..1133e82 100644 --- a/src/views/inspection/inspectionPlanDetail.vue +++ b/src/views/inspection/inspectionPlanDetail.vue @@ -67,22 +67,6 @@ trigger: "blur" }] }, - { - label: "场站", - prop: "station", - type: "select", - span: 8, - dicUrl: "/api/daf-system/dict/dictionary?code=station", - props: { - label: "dictValue", - value: "dictKey" - }, - rules: [{ - required: true, - message: "请输入场站", - trigger: "blur" - }] - }, { label: "计划类型", prop: "planType", diff --git a/src/views/inspection/inspectionplan.vue b/src/views/inspection/inspectionplan.vue index f86c52d..fe10031 100644 --- a/src/views/inspection/inspectionplan.vue +++ b/src/views/inspection/inspectionplan.vue @@ -118,17 +118,6 @@ prop: "planName", search: true }, - { - label: "场站", - prop: "station", - type: "select", - search: true, - dicUrl: "/api/daf-system/dict/dictionary?code=station", - props: { - label: "dictValue", - value: "dictKey" - } - }, { label: "计划类型", prop: "planType" diff --git a/src/views/inspection/inspectionroute.vue b/src/views/inspection/inspectionroute.vue index 6490ca4..da181dc 100644 --- a/src/views/inspection/inspectionroute.vue +++ b/src/views/inspection/inspectionroute.vue @@ -118,17 +118,6 @@ prop: "routeName", search: true }, - { - label: "场站", - prop: "stations", - type: "select", - search: true, - dicUrl: "/api/daf-system/dict/dictionary?code=station", - props: { - label: "dictValue", - value: "dictKey" - } - }, { label: "类型", prop: "type", diff --git a/src/views/inspection/inspectionrouteDetail.vue b/src/views/inspection/inspectionrouteDetail.vue index 018c087..49538f7 100644 --- a/src/views/inspection/inspectionrouteDetail.vue +++ b/src/views/inspection/inspectionrouteDetail.vue @@ -58,22 +58,6 @@ trigger: "blur" }] }, - { - label: "场站", - prop: "stations", - type: "select", - span: 8, - dicUrl: "/api/daf-system/dict/dictionary?code=station", - props: { - label: "dictValue", - value: "dictKey" - }, - rules: [{ - required: true, - message: "请输入场站", - trigger: "blur" - }] - }, { label: "类型", prop: "type",