b2b7f301 by lihua

修改响应时间单位

1 parent cbbf4215
...@@ -161,7 +161,7 @@ const tableInfo = ref({ ...@@ -161,7 +161,7 @@ const tableInfo = ref({
161 label: "调用异常数", field: "invokeErrorCount", width: 105, align: 'right', type: 'chnum' 161 label: "调用异常数", field: "invokeErrorCount", width: 105, align: 'right', type: 'chnum'
162 }, 162 },
163 { 163 {
164 label: "平均响应时间(s)", field: "averageRespTime", width: 130, align: 'right', type: 'chnum' 164 label: "平均响应时间(ms)", field: "averageRespTime", width: 142, align: 'right', type: 'chnum'
165 }, 165 },
166 // { 166 // {
167 // label: "绑定连接器数", field: "bindingCount", width: 130, align: 'right', type: "text_btn", value: "detail", click: (scope) => { 167 // 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!