edit
This commit is contained in:
		| @ -298,26 +298,26 @@ export class InvoiceRequestedComponent implements OnInit { | ||||
|           }, | ||||
|           default: '' | ||||
|         }, | ||||
|         sts: { | ||||
|           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: '' | ||||
|         }, | ||||
|         // 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', | ||||
| @ -449,6 +449,8 @@ export class InvoiceRequestedComponent implements OnInit { | ||||
|     this.resourceStatus = e; | ||||
|     this.initST(); | ||||
|     setTimeout(() => { | ||||
|       console.log(this.resourceStatus); | ||||
|        | ||||
|       this.st.load(); | ||||
|     }, 500); | ||||
|   } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user