wupengfei
4 天以前 7d6f8b21c47242180524dd221e34815843811ff0
src/views/EmploymentManage/components/CheckManageDialog.vue
@@ -78,6 +78,11 @@
    enCode: 'checkReceiveTime',
    name: '验收时间',
  },
  {
    id: '6',
    enCode: 'checkOperator',
    name: '验收人',
  },
]);
const checkInColumns = defineColumns([
@@ -98,7 +103,7 @@
  },
  {
    id: '4',
    enCode: 'checkHistoryType',
    enCode: 'userCheckHistoryType',
    name: '用户验收状态',
  },
  {
@@ -113,7 +118,7 @@
  },
  {
    id: '7',
    enCode: 'userCheckHistoryType',
    enCode: 'checkHistoryType',
    name: '验收状态',
  },
  {
@@ -233,6 +238,10 @@
    columnsRenderProps: {
      createdTime: { type: 'date' },
      checkReceiveTime: { type: 'date' },
      userCheckInTime: { type: 'date' },
      userCheckOutTime: { type: 'date' },
      checkInTime: { type: 'date' },
      checkOutTime: { type: 'date' },
      date: { type: 'date', format: 'YYYY-MM-DD' },
      checkReceiveStatus: { type: 'enum', valueEnum: EnumTaskUserSubmitCheckReceiveStatusText },
      userCheckHistoryType: { type: 'enum', valueEnum: EnumTaskUserSubmitCheckHistoryTypeText },