浏览代码

fix: 打印问题

LaveyD 3 周之前
父节点
当前提交
9d748e572c
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      src/components/PrintTemplate.vue

+ 5 - 5
src/components/PrintTemplate.vue

@@ -316,11 +316,11 @@ export default {
         }
       }
       console.log(this.customStyle || style)
-      let eKeys = ''
-      for (let i in this.customStyle.elements) {
-        eKeys += this.customStyle.elements[i].type + ','
-      }
-      console.log('e keys', eKeys)
+      // let eKeys = ''
+      // for (let i in this.customStyle.elements) {
+      //   eKeys += this.customStyle.elements[i].type + ','
+      // }
+      // console.log('e keys', eKeys)
       return this.customStyle ? style : null
     },
     scenicList () {