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

fix:机房图片

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