| | |
| | | const columns = ref( |
| | | [ |
| | | { field: 'id', title: '忮id', type: 'int', width: 110, hidden: true, readonly: true, require: true, align: 'left' }, |
| | | { field: 'orderNo', title: 'åæ®ç¼å·', type: 'string', width: 150, align: 'left', }, |
| | | // { field: 'orderNo', title: 'åæ®ç¼å·', type: 'string', width: 150, align: 'left', }, |
| | | { field: 'upperOrderNo', title: '䏿¸¸åæ®ç¼å·', type: 'string', width: 150, align: 'left', }, |
| | | { field: 'orderName', title: 'åå', type: 'string', width: 150, align: 'left', }, |
| | | { field: 'demandClassification', title: '项ç®å', type: 'string', width: 150, align: 'left', }, |
| | | { field: 'orderType', title: 'åæ®ç±»å', type: 'int', width: 120, align: 'left', bind: { key: "OrderTypeEmun", data: [] } }, |
| | | { field: 'orderStatus', title: 'åæ®ç¶æ', type: 'int', width: 90, align: 'left', bind: { key: "OrderStateEmun", data: [] } }, |
| | | { field: 'createType', title: 'å建类å', type: 'int', width: 120, align: 'left', bind: { key: "OrderCreateTypeEmun", data: [] } }, |