提交 60af222c authored 作者: caodi\cd's avatar caodi\cd

fix:机房图片

上级 6e392801
......@@ -46,7 +46,7 @@
<view class="jfImg">
<image
class="weitu"
src="@/static/img/add-img/weitu.png"
:src="imgSrc"
mode=""
></image
></view>
......@@ -218,6 +218,7 @@ export default {
value: "1",
paramsObjFirst: {},
all_data: [],
imgSrc:""
};
},
computed: {
......@@ -242,6 +243,7 @@ export default {
this.dictValue = options.dictValue;
this.inspectionCode = options.inspectionCode;
this.backValue = options.backValue || "";
this.imgSrc = `../../static/img/jf/jf${this.value}.png`
this.tabs =
this.jfType === "2" || this.jfType === "3"
? this.deepClone(tabsInfo2)
......
差异被折叠。
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论