|
@@ -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: "",
|