819527061@qq.com
2024-01-04 69aa32e17ae22ce3ec25a29b199e1c9d0312d3a4
送达回证 下载
3个文件已修改
4 ■■■■ 已修改文件
public/words/administratorReturn.docx 补丁 | 查看 | 原始文档 | blame | 历史
src/components/page/ticket/ticket-form2.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/libs/word.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
public/words/administratorReturn.docx
Binary files differ
src/components/page/ticket/ticket-form2.vue
@@ -91,7 +91,7 @@
        },
        imgSize: {
          zfQianMing1: [70, 30],
          zfQianMing2: [70, 30]
          zfQianMing2: [70, 30],
        },
      }
    },
src/libs/word.js
@@ -106,7 +106,7 @@
            if(imgSize.hasOwnProperty(tagName)) {
                return imgSize[tagName]
            }else {
                return [300,300]
                return [70, 30]
            }
        }
        let imageModule = new ImageModule(opts);