Parcourir la source

链路监控列表调整

hm il y a 4 semaines
Parent
commit
9150fea9fe

+ 3 - 3
src/views/unified-resources/link-monitor/link-monitor-center/components/InterfaceMonitorTable.vue

@@ -109,7 +109,7 @@ export default {
         },
         {
           label: "监控询问时间",
-          fieldName: "responseTime",
+          fieldName: "time",
           type: "input",
           showInTable: true,
           value: "",
@@ -124,8 +124,8 @@ export default {
           width: "",
         },
         {
-          label: "最近响应时间",
-          fieldName: "time",
+          label: "最近响应时间(ms)",
+          fieldName: "responseTime",
           type: "input",
           showInTable: true,
           value: "",