From 3848bf666f63878b90411e3e33df9fabfb94a0a2 Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期五, 22 三月 2024 16:29:02 +0800 Subject: [PATCH] 完成y检验-任务切换接口对接 --- src/components/view/b2-standard-template.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/view/b2-standard-template.vue b/src/components/view/b2-standard-template.vue index a01fe23..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> @@ -199,4 +199,4 @@ } } } -</script> \ No newline at end of file +</script> -- Gitblit v1.9.3