guoshilong
2022-11-23 36261719fee8a33049399b51994585f3a4be09ef
src/const/taskinfo/taskinfo.js
@@ -26,6 +26,7 @@
      prop: "title",
      type: "input",
      search: true,
      searchSpan:4,
      span: 24,
      rules: [{
        required: true,
@@ -38,6 +39,7 @@
      prop: "startTime",
      type: "datetime",
      search: true,
      searchSpan:5,
      format: "yyyy-MM-dd HH:mm:ss",
      valueFormat: "yyyy-MM-dd HH:mm:ss",
      value: new Date(),
@@ -52,6 +54,7 @@
      prop: "endTime",
      type: "datetime",
      search: true,
      searchSpan:5,
      defaultTime: '23:59:59',
      format: "yyyy-MM-dd HH:mm:ss",
      valueFormat: "yyyy-MM-dd HH:mm:ss",
@@ -76,6 +79,8 @@
      label: "巡检人员",
      prop: "toUserId",
      type: "select",
      search: true,
      searchSpan:4,
      span: 24,
      dicUrl: "/api/blade-user/user-list",
      props: {