| | |
| | | <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> |
| | |
| | | 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: '雇员工种', |