| | |
| | | // render: { fun: this.addOrUpdateHandle } |
| | | } |
| | | }, |
| | | { |
| | | minWidth: '120', |
| | | prop: 'state', |
| | | label: '状态', |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'select', |
| | | formatter: this.formatInsState, |
| | | optList: () => { |
| | | return this.StateList |
| | | } |
| | | }, |
| | | // 检验编号 |
| | | { |
| | | minWidth: '140', |
| | |
| | | searchInfoType: 'datetimerange', |
| | | formatter: this.formatDateTime, |
| | | }, |
| | | { |
| | | minWidth: '120', |
| | | prop: 'state', |
| | | label: '状态', |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'select', |
| | | formatter: this.formatInsState, |
| | | optList: () => { |
| | | return this.StateList |
| | | } |
| | | }, |
| | | |
| | | // { |
| | | // minWidth: '120', |
| | | // prop: '', |