修改响应时间单位
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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) => { | ... | ... |
-
Please register or sign in to post a comment