| | |
| | | </view-grid> |
| | | </template> |
| | | <script> |
| | | import extend from "@/extension/quartzJob/deviceInfo.js"; |
| | | import extend from "@/extension/quartzJob/deviceInfo.jsx"; |
| | | import { ref, defineComponent } from "vue"; |
| | | export default defineComponent({ |
| | | setup() { |
| | |
| | | field: "deviceCode", |
| | | title: "设备编号", |
| | | type: "string", |
| | | width: 90, |
| | | width: 120, |
| | | align: "left", |
| | | }, |
| | | { |
| | |
| | | field: "deviceIp", |
| | | title: "设备IP", |
| | | type: "string", |
| | | width: 90, |
| | | width: 120, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "devicePort", |
| | | title: "设备端口", |
| | | type: "int", |
| | | width: 120, |
| | | width: 90, |
| | | align: "left", |
| | | }, |
| | | { |