This commit is contained in:
wangshiming
2022-03-21 14:41:29 +08:00
parent 182e547ffe
commit ead9ebb012

View File

@ -296,15 +296,11 @@ export class InvoiceRequestedComponent implements OnInit {
otherremarks: { otherremarks: {
type: 'string', type: 'string',
title: '其他需求', title: '其他需求',
enum: [{ label: '全部', value: '' }],
ui: { ui: {
widget: 'select',
placeholder: '请选择',
visibleIf: { visibleIf: {
expand: (value: boolean) => value expand: (value: boolean) => value
} }
}, },
default: ''
}, },
createTime: { createTime: {
title: '申请时间', title: '申请时间',
@ -335,7 +331,17 @@ export class InvoiceRequestedComponent implements OnInit {
} }
}, },
default: '' default: ''
} },
arto: {
type: 'string',
title: '购买人',
ui: {
placeholder: '请输入',
visibleIf: {
expand: (value: boolean) => value
}
}
},
} }
}; };
} }