|
@@ -50,12 +50,12 @@ export const columns: BasicColumn[] = [
|
|
{
|
|
{
|
|
title: '审批(approve)',
|
|
title: '审批(approve)',
|
|
align:"center",
|
|
align:"center",
|
|
- dataIndex: 'approve',
|
|
|
|
|
|
+ dataIndex: 'approve_dictText',
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '付款(payment)',
|
|
title: '付款(payment)',
|
|
align:"center",
|
|
align:"center",
|
|
- dataIndex: 'payment',
|
|
|
|
|
|
+ dataIndex: 'submit_dictText',
|
|
},
|
|
},
|
|
];
|
|
];
|
|
export const paymentDetailColumns: JVxeColumn[] = [
|
|
export const paymentDetailColumns: JVxeColumn[] = [
|