This commit is contained in:
TaricXin
2022-03-17 15:15:44 +08:00
parent c0336eb26a
commit 17420e5351

View File

@ -300,7 +300,11 @@ export class InvoiceRequestedComponent {
otherremarks: {
type: 'string',
title: '其他需求',
enum: [{ label: '全部', value: '' }],
enum: [
{ label: '全部', value: '' },
{ label: '是', value: true },
{ label: '否', value: false }
],
ui: {
widget: 'select',
placeholder: '请选择',