xiebin
2022-09-19 09ee4f46546548070be3abdc6223fad88553fa5e
src/const/taskinfo/taskinfo.js
@@ -87,7 +87,7 @@
      prop: "state",
      type: "select",
      dicUrl: "/api/blade-system/dict-biz/dictionary?code=TACK_STATE",
      dataType: "number",
      disabled: true,
      props: {
        label: "dictValue",
        value: "dictKey"
@@ -97,7 +97,8 @@
      label: "任务来源",
      prop: "source",
      type: "select",
      dicData: [{id:'WEB',name:'WEB'},{id:'APP',name:'APP'}],
      dicData: [{id:'SYSTEMNEW',name:'系统创建'},{id:'SYSTEMAUTO',name:'计划任务新增'}],
      disabled: true,
      props: {
        label: "name",
        value: "id"
@@ -108,6 +109,9 @@
      prop: "routeRange",
      type: "input",
      hide: true,
      span: 24,
      display: true,
      addDisplay: true
    },
    {
      label: "创建人",