This commit is contained in:
@@ -31,14 +31,14 @@ export const querySchema: FormSchemaGetter = () => [
|
||||
fieldName: 'rentalType',
|
||||
label: '租赁方式',
|
||||
},
|
||||
{
|
||||
component: 'Select',
|
||||
componentProps: {
|
||||
options: getDictOptions('pro_charging_status')
|
||||
},
|
||||
fieldName: 'paymentStatus',
|
||||
label: '支付状态',
|
||||
},
|
||||
// {
|
||||
// component: 'Select',
|
||||
// componentProps: {
|
||||
// options: getDictOptions('pro_charging_status')
|
||||
// },
|
||||
// fieldName: 'paymentStatus',
|
||||
// label: '支付状态',
|
||||
// },
|
||||
|
||||
];
|
||||
|
||||
@@ -99,16 +99,16 @@ export const columns: VxeGridProps['columns'] = [
|
||||
},
|
||||
width: 100
|
||||
},
|
||||
{
|
||||
title: '支付状态',
|
||||
field: 'paymentStatus',
|
||||
slots: {
|
||||
default: ({ row }) => {
|
||||
return renderDict(row.paymentStatus, 'pro_charging_status');
|
||||
},
|
||||
},
|
||||
width: 100
|
||||
},
|
||||
// {
|
||||
// title: '支付状态',
|
||||
// field: 'paymentStatus',
|
||||
// slots: {
|
||||
// default: ({ row }) => {
|
||||
// return renderDict(row.paymentStatus, 'pro_charging_status');
|
||||
// },
|
||||
// },
|
||||
// width: 100
|
||||
// },
|
||||
{
|
||||
title: '是否续租',
|
||||
field: 'isRelet',
|
||||
|
Reference in New Issue
Block a user