wupengfei
7 天以前 42cb53916a430a19843913f2601b5d16779c7010
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>
@@ -56,6 +52,26 @@
    name: '身份证号',
  },
  {
    id: '3',
    enCode: 'occupationType',
    name: '职业类型',
  },
  {
    id: '3',
    enCode: 'occupationCode',
    name: '职业码值',
  },
  {
    id: '3',
    enCode: 'workEnterprise',
    name: '用工单位',
  },
  {
    id: '3',
    enCode: 'workAddress',
    name: '用工地点',
  },
  {
    id: '4',
    enCode: 'workType',
    name: '雇员工种',