fix bug
This commit is contained in:
@ -298,26 +298,6 @@ export class InvoiceRequestedComponent implements OnInit {
|
||||
},
|
||||
default: ''
|
||||
},
|
||||
// sts1: {
|
||||
// type: 'string',
|
||||
// title: '处理进度',
|
||||
// enum: [
|
||||
// { label: '全部', value: '' },
|
||||
// { label: '待审核', value: '待审核' },
|
||||
// { label: '处理中', value: '处理中' },
|
||||
// { label: '已完成', value: '已完成' },
|
||||
// { label: '已拒绝', value: '已拒绝' },
|
||||
// { label: '已撤销', value: '已撤销' }
|
||||
// ],
|
||||
// ui: {
|
||||
// widget: 'select',
|
||||
// placeholder: '请选择',
|
||||
// visibleIf: {
|
||||
// expand: (value: boolean) => value
|
||||
// }
|
||||
// },
|
||||
// default: ''
|
||||
// },
|
||||
createTime: {
|
||||
title: '申请时间',
|
||||
type: 'string',
|
||||
|
||||
Reference in New Issue
Block a user