GuLiMmo
2024-01-04 42dfeb9667d4f367f1bd8cc1e01e00f3173c8418
src/option/evaluate/evaluateTask.js
@@ -68,7 +68,7 @@
      //   label: "title",
      // },
      formatter: (row, value) => {
       return 0
       return value
      },
    },
    {
@@ -98,10 +98,11 @@
      minWidth: '100px'
    },
    {
      label: "第一轮结束时间",
      label: "第一轮时间",
      prop: "candidateCutoffTimeEnd",
      type: "input",
      minWidth: '170px'
      minWidth: '170px',
      isSlot: true
    },
    {
      label: "评优数量",
@@ -125,7 +126,8 @@
      label: "第二轮结束时间",
      prop: "evaluateCutoffTimeEnd",
      type: "input",
      minWidth: '170px'
      minWidth: '170px',
      isSlot: true
    },
    {
      label: "创建人",