Files
dm-manage-web/src/views/finance/expense/columns.js
2023-08-09 16:44:10 +08:00

290 lines
4.7 KiB
JavaScript

export const defaultColumns = {
1: [{
key: 0,
prop: 'spotName',
label: `报名点`,
visible: true
},
{
key: 1,
prop: 'expenseType',
label: `报销款项`,
visible: true
},
{
key: 2,
prop: 'expenseTotal',
label: `报销金额`,
visible: true
},
{
key: 3,
prop: 'applyUser',
label: `申请人`,
visible: true
},
{
key: 4,
prop: 'applyDate',
label: `申请时间`,
visible: true
},
{
key: 5,
prop: 'applyRemark',
label: `申请备注`,
visible: true
},
{
key: 6,
prop: 'auditStatus',
label: `审批状态`,
visible: true
},
{
key: 7,
prop: 'auditUser',
label: `审批人`,
visible: true
},
{
key: 8,
prop: 'auditDate',
label: `审批时间`,
visible: true
}
],
2: [{
key: 0,
prop: 'stuName',
label: `成交学员`,
visible: true
},
{
key: 1,
prop: 'expenseType',
label: `报销款项`,
visible: true
},
{
key: 2,
prop: 'expenseTotal',
label: `报销金额`,
visible: true
},
{
key: 3,
prop: 'applyUser',
label: `申请人`,
visible: true
},
{
key: 4,
prop: 'applyDate',
label: `申请时间`,
visible: true
},
{
key: 5,
prop: 'applyRemark',
label: `申请备注`,
visible: true
},
{
key: 6,
prop: 'auditStatus',
label: `审批状态`,
visible: true
},
{
key: 7,
prop: 'auditUser',
label: `审批人`,
visible: true
},
{
key: 8,
prop: 'auditDate',
label: `审批时间`,
visible: true
}
],
3: [{
key: 0,
prop: 'shop',
label: `门店`,
visible: true
},
{
key: 1,
prop: 'expenseType',
label: `报销人`,
visible: true
},
{
key: 2,
prop: 'expenseTotal',
label: `申请日期`,
visible: true
},
{
key: 3,
prop: 'applyUser',
label: `成交班型`,
visible: true
},
{
key: 4,
prop: 'applyDate',
label: `成交价格`,
visible: true
},
{
key: 5,
prop: 'applyDate1',
label: `实际入账`,
visible: true
},
{
key: 6,
prop: 'applyDate1',
label: `手续费`,
visible: true
},
{
key: 7,
prop: 'applyRemark',
label: `备注`,
visible: true
},
{
key: 8,
prop: 'auditStatus',
label: `审批状态`,
visible: true
},
{
key: 9,
prop: 'auditUser',
label: `审批人`,
visible: true
},
{
key: 10,
prop: 'auditDate',
label: `审批时间`,
visible: true
}
],
4: [{
key: 0,
prop: 'stuName',
label: `报销人`,
visible: true
},
{
key: 1,
prop: 'expenseType',
label: `报销款项`,
visible: true
},
{
key: 2,
prop: 'applyDate',
label: `申请时间`,
visible: true
},
{
key: 3,
prop: 'expenseTotal',
label: `报销金额`,
visible: true
},
{
key: 4,
prop: 'applyUser',
label: `发票`,
visible: true
},
{
key: 5,
prop: 'applyRemark',
label: `备注`,
visible: true
},
{
key: 6,
prop: 'auditStatus',
label: `审批状态`,
visible: true
},
{
key: 7,
prop: 'auditUser',
label: `审批人`,
visible: true
},
{
key: 8,
prop: 'auditDate',
label: `审批时间`,
visible: true
}
],
5: [{
key: 0,
prop: 'stuName',
label: `报销人`,
visible: true
},
{
key: 1,
prop: 'expenseType',
label: `报销款项`,
visible: true
},
{
key: 2,
prop: 'applyDate',
label: `申请时间`,
visible: true
},
{
key: 3,
prop: 'applyUser',
label: `充值对公账号`,
visible: true
},
{
key: 4,
prop: 'expenseTotal',
label: `报销金额`,
visible: true
},
{
key: 5,
prop: 'applyRemark',
label: `备注`,
visible: true
},
{
key: 6,
prop: 'auditStatus',
label: `审批状态`,
visible: true
},
{
key: 7,
prop: 'auditUser',
label: `审批人`,
visible: true
},
{
key: 8,
prop: 'auditDate',
label: `审批时间`,
visible: true
}
]
};