guoshilong
2022-09-21 44aa0c04a0276fcd1f8ac98f89c29d2d621f05ca
Merge remote-tracking branch 'origin/master'
2 files modified
26 ■■■■■ changed files
src/const/taskinfo/taskinfoPlan.js 24 ●●●● patch | view | raw | blame | history
src/views/taskinfo/taskinfoPlan.vue 2 ●●●●● patch | view | raw | blame | history
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: "是否已删除",
src/views/taskinfo/taskinfoPlan.vue
@@ -171,6 +171,8 @@
          getDetail(this.form.id).then(res => {
            this.form = res.data.data;
          });
        } else {
          this.form.status = 2
        }
        done();
      },