From 26b81473abd633c12298dec7c212702b66a69ec7 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期五, 22 三月 2024 14:55:54 +0800
Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/center-lims-before into master

---
 src/components/view/b2-standard-template.vue |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/components/view/b2-standard-template.vue b/src/components/view/b2-standard-template.vue
index d6ca274..bf60cf6 100644
--- a/src/components/view/b2-standard-template.vue
+++ b/src/components/view/b2-standard-template.vue
@@ -63,7 +63,7 @@
 		</div>
 		<el-dialog title="妯℃澘缂栧埗" :visible.sync="isShow" width="80%" :before-close="isClose">
 			<div style="width: 100%;height: 80vh;overflow: auto;" v-if="isShow">
-				<Excel :data="row.thing" :title="row.name" v-loading="loading"></Excel>
+				<Excel :data="row.thing" :execlTitle="row.name" v-loading="loading"></Excel>
 			</div>
 		</el-dialog>
 	</div>
@@ -95,7 +95,7 @@
 						font: '缂栬緫',
 						type: 'text',
 						method: 'doDiy',
-						field: ['createUserName', 'updateUserName','thing']
+						field: ['createUserName', 'updateUserName']
 					}, {
 						id: 'delete',
 						font: '鍒犻櫎',
@@ -172,7 +172,6 @@
 			closed(){
 				this.loading = true
 				let data = luckysheet.toJson()
-				console.log(data);
 				this.$axios.post(this.$api.StandardTemplate.upStandardTemplate,{
 					id: this.row.id,
 					thing: JSON.stringify(data),

--
Gitblit v1.9.3