src/assets/units/index.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/pages/alarm-details.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/assets/units/index.js
@@ -31,7 +31,7 @@ //计算总页数 import pageTotal from './function/pageTotal' //计算总页数 //文字转换为拼音 import convertToPinyin from './function/convertToPinyin' //替换上传文件地址头部 src/pages/alarm-details.vue
@@ -387,7 +387,11 @@ }, //点击图片显示图片预览层 toShowImgpreview(list) { this.ImgPreviewList = list let arr = [] list.map((item) => { arr.push(this.$units.getStationSrc(item)) }) this.ImgPreviewList = arr this.showImgPreview = true }, //查询订单当前最新状态