This commit is contained in:
wangshiming
2022-02-17 19:44:46 +08:00
parent 7e330ba2df
commit e3f19fb9ff
15 changed files with 502 additions and 67 deletions

View File

@ -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',