This commit is contained in:
parent
c554fe36ab
commit
dd8090bb6d
|
|
@ -76,10 +76,10 @@ export default {
|
|||
return {
|
||||
imgTitleEnum: {
|
||||
1: '人员手持合同照片',
|
||||
2: '工作内容页',
|
||||
3: '薪酬约定页',
|
||||
4: '本人签名页',
|
||||
5: '其他照片',
|
||||
// 2: '工作内容页',
|
||||
// 3: '薪酬约定页',
|
||||
// 4: '本人签名页',
|
||||
// 5: '其他照片',
|
||||
},
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -55,6 +55,10 @@ export const columnsList = [
|
|||
t_props: 'bankName',
|
||||
t_label: '银行名称',
|
||||
},
|
||||
{
|
||||
t_props: 'bankIdentifierCode',
|
||||
t_label: '银行联号',
|
||||
},
|
||||
{ t_props: 'bankBranchName', t_label: '银行支行名称' },
|
||||
{
|
||||
t_label: '工资卡见证',
|
||||
|
|
|
|||
Loading…
Reference in New Issue