| | |
| | | </view-grid> |
| | | </template> |
| | | <script> |
| | | import extend from "@/extension/taskinfo/task_hty.js"; |
| | | import extend from "@/extension/taskinfo/task_hty.jsx"; |
| | | import { ref, defineComponent } from "vue"; |
| | | export default defineComponent({ |
| | | setup() { |
| | |
| | | field: "sourceAddress", |
| | | title: "起始地址", |
| | | type: "int", |
| | | width: 220, |
| | | width: 120, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "targetAddress", |
| | | title: "目标地址", |
| | | type: "string", |
| | | width: 220, |
| | | width: 120, |
| | | align: "left", |
| | | }, |
| | | // { |
| | |
| | | align: "left", |
| | | hidden: true, |
| | | }, |
| | | { |
| | | field: "grade", |
| | | title: "优先级", |
| | | type: "int", |
| | | width: 80, |
| | | align: "left", |
| | | }, |
| | | // { |
| | | // field: "grade", |
| | | // title: "优先级", |
| | | // type: "int", |
| | | // width: 80, |
| | | // align: "left", |
| | | // }, |
| | | { |
| | | field: "depth", |
| | | title: "深度", |