From 1161f371d585c09b75877c3925788aecf8b44970 Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期一, 25 三月 2024 16:02:43 +0800 Subject: [PATCH] 修改样式 --- 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