guoshilong
2022-09-21 44aa0c04a0276fcd1f8ac98f89c29d2d621f05ca
src/const/taskinfo/taskinfoPlan.js
@@ -65,12 +65,25 @@
    {
      label: "内容",
      prop: "content",
      span: 24,
      type: "textarea",
    },
    {
      label: "是否启用",
      prop: "status",
      type: "radio",
      dicUrl: "/api/blade-system/dict/dictionary?code=yes_no",
      dataType: "number",
      props: {
        label: "dictValue",
        value: "dictKey"
      },
    },
    {
      label: "路线范围",
      prop: "routeRange",
      type: "input",
      span: 24,
      hide: true
    },
    {
@@ -108,17 +121,6 @@
      editDisplay: false,
      viewDisplay: false,
      hide: true,
    },
    {
      label: "是否启用",
      prop: "status",
      type: "radio",
      dicUrl: "/api/blade-system/dict/dictionary?code=yes_no",
      dataType: "number",
      props: {
        label: "dictValue",
        value: "dictKey"
      },
    },
    {
      label: "是否已删除",