From 8c9a6b5a627b04e329bfccf2b1f5f192432a650d Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期四, 26 九月 2024 13:50:30 +0800
Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/tx-lims-before into master

---
 src/components/tool/value-table.vue |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/components/tool/value-table.vue b/src/components/tool/value-table.vue
index caeea26..4d7ee4a 100644
--- a/src/components/tool/value-table.vue
+++ b/src/components/tool/value-table.vue
@@ -1165,7 +1165,6 @@
       },
       getWidth() {
         let count = 0
-        console.log(this.data.do)
         this.data.do.forEach(a => {
           count += a.font.length
         })

--
Gitblit v1.9.3