feat: 绿植租赁方案对接完成
This commit is contained in:
@@ -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',
|
||||
},
|
||||
|
Reference in New Issue
Block a user