| | |
| | | sortName: "createDate", |
| | | }); |
| | | const editFormFields = ref({ |
| | | id:"", |
| | | deviceCode: "", |
| | | deviceName: "", |
| | | deviceType: "", |
| | |
| | | deviceCode: "", |
| | | deviceType: "", |
| | | deviceStatus: "", |
| | | createDate:"", |
| | | }); |
| | | const searchFormOptions = ref([ |
| | | [ |
| | |
| | | type: "select", |
| | | dataKey: "deviceStatus", |
| | | data: [], |
| | | },{ |
| | | field: "createDate", |
| | | title: "鍒涘缓鏃堕棿", |
| | | type: "datetime", |
| | | }, |
| | | }, |
| | | ], |
| | | ]); |
| | | const columns = ref([ |
| | |
| | | field: "deviceIp", |
| | | title: "璁惧IP", |
| | | type: "string", |
| | | width: 90, |
| | | width: 150, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "devicePort", |
| | | title: "璁惧绔彛", |
| | | type: "int", |
| | | width: 120, |
| | | width: 100, |
| | | align: "left", |
| | | }, |
| | | { |
| | |
| | | align: "left", |
| | | }, |
| | | ], |
| | | sortName: "CreateDate", |
| | | sortName: "createDate", |
| | | key: "id", |
| | | }); |
| | | return { |