From cec90cabf08a88af47cbdf0c40e18f7fdb71e7cf Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Wed, 24 Aug 2022 14:18:38 +0800
Subject: [PATCH] 优化数据显示,超过10000保留两位
---
src/views/monitor/log/api.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/views/monitor/log/api.vue b/src/views/monitor/log/api.vue
index a91441c..c5e06d2 100644
--- a/src/views/monitor/log/api.vue
+++ b/src/views/monitor/log/api.vue
@@ -49,6 +49,7 @@
delBtn: false,
menuWidth: 120,
dialogType: 'drawer',
+ header:false,
column: [
{
label: "服务id",
--
Gitblit v1.9.3