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> </script>