| | |
| | | </view-grid> |
| | | </template> |
| | | <script> |
| | | import extend from "@/extension/system/Sys_Log.js"; |
| | | import extend from "@/extension/system/Sys_Log.jsx"; |
| | | import { ref, defineComponent } from "vue"; |
| | | export default defineComponent({ |
| | | setup() { |
| | |
| | | field: "beginDate", |
| | | title: "开始时间", |
| | | type: "datetime", |
| | | width: 140, |
| | | width: 70, |
| | | align: "left", |
| | | sortable: true, |
| | | }, |
| | |
| | | field: "elapsedTime", |
| | | title: "时长", |
| | | type: "int", |
| | | width: 60, |
| | | width: 40, |
| | | align: "left", |
| | | }, |
| | | { |
| | |
| | | field: "requestParam", |
| | | title: "请求参数", |
| | | type: "string", |
| | | width: 70, |
| | | width: 100, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "responseParam", |
| | | title: "响应参数", |
| | | type: "string", |
| | | width: 70, |
| | | width: 100, |
| | | align: "left", |
| | | }, |
| | | { |
| | |
| | | }; |
| | | }, |
| | | }); |
| | | </script> |
| | | |
| | | </script> |