This commit is contained in:
BianLzhaoMin 2025-09-11 18:59:47 +08:00
parent c554fe36ab
commit dd8090bb6d
2 changed files with 8 additions and 4 deletions

View File

@ -76,10 +76,10 @@ export default {
return { return {
imgTitleEnum: { imgTitleEnum: {
1: '人员手持合同照片', 1: '人员手持合同照片',
2: '工作内容页', // 2: '',
3: '薪酬约定页', // 3: '',
4: '本人签名页', // 4: '',
5: '其他照片', // 5: '',
}, },
} }
}, },

View File

@ -55,6 +55,10 @@ export const columnsList = [
t_props: 'bankName', t_props: 'bankName',
t_label: '银行名称', t_label: '银行名称',
}, },
{
t_props: 'bankIdentifierCode',
t_label: '银行联号',
},
{ t_props: 'bankBranchName', t_label: '银行支行名称' }, { t_props: 'bankBranchName', t_label: '银行支行名称' },
{ {
t_label: '工资卡见证', t_label: '工资卡见证',