feat: 绿植租赁方案对接完成

This commit is contained in:
fyy
2025-07-02 14:42:17 +08:00
parent f84c4037fb
commit d3033eb12d
7 changed files with 58 additions and 52 deletions

View File

@@ -54,6 +54,9 @@ export const columns: VxeGridProps['columns'] = [
{
title: '租赁周期',
field: 'rentalPeriod',
slots: {
default: 'rentalPeriod'
},
},
{
title: '适用场景',
@@ -124,16 +127,7 @@ export const modalSchema: FormSchemaGetter = () => [
component: 'Select',
componentProps: {
// 可选从DictEnum中获取 DictEnum.WY_KG 便于维护
options: [
{
label: '待支付',
value: 0,
},
{
label: '已支付',
value: 1,
},
],
options: getDictOptions('wy_kg'),
},
rules: 'selectRequired',
},