wupengfei
6 天以前 33f3506c93c0b84f6abc165e7d22d2bae1c8fcb1
src/views/Home/components/BatchChangeRecordDetailDialog.vue
@@ -1,11 +1,7 @@
<template>
  <ProDialog title="批改信息" v-model="innerVisible" width="1200px" destroy-on-close>
    <ProDialogTableWrapper :height="400">
      <ProTableV2
        :table-data="proTableProps.tableData"
        :columns="column"
        :show-operation-column="false"
      >
      <ProTableV2 v-bind="proTableProps" :columns="column" :show-operation-column="false">
        <template #changeType="{ row }"> {{ BatchChangeTypeEnumText[row.changeType] }}</template>
      </ProTableV2>
    </ProDialogTableWrapper>
@@ -57,31 +53,51 @@
  },
  {
    id: '4',
    enCode: 'occupationType',
    name: '职业类型',
  },
  {
    id: '5',
    enCode: 'occupationCode',
    name: '职业码值',
  },
  {
    id: '6',
    enCode: 'workEnterprise',
    name: '用工单位',
  },
  {
    id: '7',
    enCode: 'workAddress',
    name: '用工地点',
  },
  {
    id: '8',
    enCode: 'workType',
    name: '雇员工种',
  },
  {
    id: '5',
    id: '9',
    enCode: 'gender',
    name: '性别',
  },
  {
    id: '6',
    id: '10',
    enCode: 'age',
    name: '年龄',
  },
  {
    id: '7',
    id: '11',
    enCode: 'birthDay',
    name: '出生日期',
  },
  {
    id: '8',
    id: '12',
    enCode: 'phoneNumber',
    name: '电话号码',
  },
  {
    id: '9',
    id: '13',
    enCode: 'modifyInfo',
    name: '修改内容',
  },