GuLiMmo
2023-12-08 cfc606caaeccc27f265bd66228f2d2035fde410e
src/option/assessmentTask/assessmentTask.js
@@ -12,18 +12,18 @@
  selection: true,
  dialogClickModal: false,
  column: [
    {
      label: "主键",
      prop: "id",
      type: "input",
      hide: true,
    },
    {
      label: "租户ID",
      prop: "tenantId",
      type: "input",
      hide: true,
    },
    // {
    //   label: "主键",
    //   prop: "id",
    //   type: "input",
    //   hide: true,
    // },
    // {
    //   label: "租户ID",
    //   prop: "tenantId",
    //   type: "input",
    //   hide: true,
    // },
    {
      label: "考核编号",
      prop: "assessmentNo",
@@ -54,47 +54,47 @@
      type: "textarea",
      span: 24,
    },
    {
      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,
    },
    // {
    //   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,
    // },
  ]
}