场站删除

main
yangzhicheng 11 months ago
parent e9895ddf17
commit a2349133d8
  1. 16
      src/views/inspection/inspectionPlanDetail.vue
  2. 11
      src/views/inspection/inspectionplan.vue
  3. 11
      src/views/inspection/inspectionroute.vue
  4. 16
      src/views/inspection/inspectionrouteDetail.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",

@ -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"

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

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

Loading…
Cancel
Save