bugfix
This commit is contained in:
@ -300,7 +300,11 @@ export class InvoiceRequestedComponent {
|
|||||||
otherremarks: {
|
otherremarks: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: '其他需求',
|
title: '其他需求',
|
||||||
enum: [{ label: '全部', value: '' }],
|
enum: [
|
||||||
|
{ label: '全部', value: '' },
|
||||||
|
{ label: '是', value: true },
|
||||||
|
{ label: '否', value: false }
|
||||||
|
],
|
||||||
ui: {
|
ui: {
|
||||||
widget: 'select',
|
widget: 'select',
|
||||||
placeholder: '请选择',
|
placeholder: '请选择',
|
||||||
|
|||||||
Reference in New Issue
Block a user