Commit b3770489 authored by youjie's avatar youjie

团控配置 产品特色图优化

parent 72ac588f
...@@ -478,7 +478,7 @@ ...@@ -478,7 +478,7 @@
cursor: pointer; cursor: pointer;
background-color: #47BF8C; background-color: #47BF8C;
outline: none;" outline: none;"
class="iconfont icon-sousuo" @click="goUrl('CapitalAllocationDetail')"> class="iconfont icon-sousuo" @click="goUrlDetail('CapitalAllocationDetail',scope.row)">
</i> </i>
</el-tooltip> </el-tooltip>
<el-tooltip class="item" effect="dark" content="转交" placement="top"> <el-tooltip class="item" effect="dark" content="转交" placement="top">
......
...@@ -1011,7 +1011,7 @@ ...@@ -1011,7 +1011,7 @@
ReadOnly: false, ReadOnly: false,
jsonTravelFeature2: null, jsonTravelFeature2: null,
theFirstTime: true, theFirstTime: true,
templateType: "1" templateType: "1",
}; };
}, },
methods: { methods: {
...@@ -1911,7 +1911,7 @@ ...@@ -1911,7 +1911,7 @@
} }
}); });
this.restaurantObj.list = tempArray; this.restaurantObj.list = tempArray;
} }
} }
this.$forceUpdate(); this.$forceUpdate();
this.pageCount(name); this.pageCount(name);
...@@ -2063,5 +2063,7 @@ ...@@ -2063,5 +2063,7 @@
<style scoped> <style scoped>
@import url("../../../../assets/css/feture2.css"); @import url("../../../../assets/css/feture2.css");
.travel_noImg.dragDiv img{
pointer-events: none;
}
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment