GuLiMmo
2023-12-22 290b5d256cc5765a21030fc365a234662feef8a5
src/option/evaluate/evaluateTask.js
@@ -18,6 +18,7 @@
  selection: true,
  dialogClickModal: false,
  menuFixed: 'right',
  labelWidth: '120',
  column: [
    {
      label: "主键",
@@ -59,7 +60,7 @@
    {
      label: "候选人数量",
      prop: "candidateNum",
      type: "input",
      type: "textarea",
      span: 24,
      minWidth: '100px',
      // prop: {
@@ -223,6 +224,7 @@
  selection: true,
  dialogClickModal: false,
  menuFixed: 'right',
  labelWidth: '120',
  column: [
    {
      label: "主键",
@@ -264,9 +266,10 @@
    {
      label: "评定人数量",
      prop: "candidateNum",
      type: "input",
      type: "textarea",
      span: 24,
      minWidth: '100px',
      slot: 'true',
      formatter: (row, value) => {
        let num = 0
        if (value === void 0) {