From 47519ea9fd53705418a6c83ea40ae1cfecb26ae3 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期二, 13 一月 2026 17:54:15 +0800
Subject: [PATCH] 合格率统计重构:物料属性分类查询各自的合格率饼图及对应的柱状图以和详情表格
---
src/components/Excel/luckysheet.vue | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/components/Excel/luckysheet.vue b/src/components/Excel/luckysheet.vue
index c8bded9..a955096 100644
--- a/src/components/Excel/luckysheet.vue
+++ b/src/components/Excel/luckysheet.vue
@@ -69,10 +69,8 @@
methods: {
templateWrite() {
var option = {};
- console.log(2222, this.data);
if (this.data != null && this.data != "") {
option = JSON.parse(this.data);
- console.log(11111, option);
} else {
let rowlen = {};
let columnlen = {};
--
Gitblit v1.9.3