5f891519 by lihua

修改响应时间单位

1 parent a223d0c2
......@@ -161,7 +161,7 @@ const tableInfo = ref({
label: "调用异常数", field: "invokeErrorCount", width: 105, align: 'right', type: 'chnum'
},
{
label: "平均响应时间(s)", field: "averageRespTime", width: 130, align: 'right', type: 'chnum'
label: "平均响应时间(ms)", field: "averageRespTime", width: 142, align: 'right', type: 'chnum'
},
// {
// label: "绑定连接器数", field: "bindingCount", width: 130, align: 'right', type: "text_btn", value: "detail", click: (scope) => {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!