GuLiMmo
2024-01-05 901607bb65a40aebf55a246d64b09d3f3a99cd5c
src/option/assessmentTask/assessmentTask.js
@@ -154,48 +154,6 @@
      display: false,
      width: 100,
      slot: true
    },
    // {
    //   label: "创建人",
    //   prop: "createUser",
    //   type: "input",
    //   hide: true,
    // },
    // {
    //   label: "创建部门",
    //   prop: "createDept",
    //   type: "input",
    //   hide: true,
    // },
    // {
    //   label: "创建时间",
    //   prop: "createTime",
    //   type: "input",
    //   hide: true,
    // },
    // {
    //   label: "修改人",
    //   prop: "updateUser",
    //   type: "input",
    //   hide: true,
    // },
    // {
    //   label: "修改时间",
    //   prop: "updateTime",
    //   type: "input",
    //   hide: true,
    // },
    // {
    //   label: "状态",
    //   prop: "status",
    //   type: "input",
    //   hide: true,
    // },
    // {
    //   label: "是否已删除",
    //   prop: "isDeleted",
    //   type: "input",
    //   hide: true,
    // },
    }
  ]
}