| | |
| | | ]); |
| | | const searchFormFields = ref({ |
| | | |
| | | CZTM: "" |
| | | CZTM: "", |
| | | temporaryState:"" |
| | | |
| | | }); |
| | | const searchFormOptions = ref([ |
| | | [ |
| | | { "title": "车轮å·", "field": "CZTM", type: "text" }, |
| | | ], |
| | | { "title": "车轴æ¡ç ", "field": "CZTM", type: "text" }, |
| | | ],[ |
| | | { "title": "æ¯å¦æå", "field": "temporaryState", type: "select", dataKey: "", data: [{key:"0",value:"å¦"},{key:"1",value:"æ¯"}] }, |
| | | ] |
| | | ]); |
| | | const columns = ref([ |
| | | { field: 'id', title: '主é®ID', type: 'int', width: 110, readonly: true, hidden: true, require: true, align: 'left' }, |
| | | { field: 'cztm', title: '车轴æ¡ç ', type: 'string', width: 110, align: 'left' }, |
| | | { field: 'czh', title: '车轴å·', type: 'string', width: 110, align: 'left' }, |
| | | { field: 'ldtm', title: '轮对æ¡ç ', type: 'string', width: 110, align: 'left' }, |
| | | |
| | | { field: 'leftCcltm', title: '左轮(ç)æ¡ç ', type: 'string', width: 110, align: 'left' }, |
| | | { field: 'rightcltm', title: 'å³è½®(ç)æ¡ç ', type: 'string', width: 110, align: 'left' }, |
| | | { field: 'middlecltm', title: 'ä¸è½®(ç)æ¡ç ', type: 'string', width: 110, align: 'left' }, |
| | | |
| | | { field: 'currentStatue', title: 'ç¶æ', type: 'string', width: 75, align: 'left',bind: { key: "InboundState", data: [] } }, |
| | | { field: 'temporaryState', title: 'æ¯å¦æå', type: 'string', width: 75, align: 'left',bind: { key: "", data: [{key:"0",value:"å¦"},{key:"1",value:"æ¯"}] } }, |
| | | { field: 'chexing', title: '车å', type: 'string', width: 100, align: 'left' }, |
| | | { field: 'czxh', title: '车轴åå·', type: 'int', width: 110, align: 'left' }, |
| | | { field: 'mttype', title: 'å¨/æ', type: 'string', width: 60, align: 'left' }, |