1、会议室设置
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 10s

This commit is contained in:
2025-07-07 17:30:51 +08:00
parent 602e8951cc
commit b1265fb00c
10 changed files with 430 additions and 145 deletions

View File

@@ -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',