Commit 17ccaf48 authored by 华国豪's avatar 华国豪 🙄

‘行程特色样式 、其他删除了一些没用的代码’

parent 7733a71b
......@@ -613,5 +613,14 @@ vertical-align:middle
text-align: left;
padding-left:5px;
}
.noDataNotice {
text-align: center;
padding: 0px 0;
color: #999;
font-size: 14px;
}
.noDataNotice>i {
font-size: 120px;
color: #ccc;
}
/************************** luochao 重新定义表格样式 END *******************************/
\ No newline at end of file
......@@ -805,7 +805,7 @@ export default {
},
getTitleByRouter(name){
let obj={}
routerConfig.routes[10].children[10].children.forEach(x=>{
routerConfig.routes[11].children[10].children.forEach(x=>{
if(x.name==name){
obj.comp=x.component
if(x.meta && x.meta.title)
......
......@@ -1689,20 +1689,6 @@ export default {
}
},err=>{})
},
getTitleByRouter(name){
let obj={}
routerConfig.routes[7].children[9].children.forEach(x=>{
if(x.name==name){
obj.comp=x.component
if(x.meta && x.meta.title)
obj.title=x.meta.title
else
obj.title=''
return false
}
})
return obj
},
},created(){
if(this.$route.query.pageIndex){
this.pageIndex = this.$route.query.pageIndex;
......
......@@ -198,6 +198,7 @@
</td>
</tr>
</table>
<div class="noDataNotice" v-if="dataList.length<1"><i class="iconfont icon-kong"></i> <p>没有找到你需要的数据</p></div>
</div>
</div>
</template>
......
......@@ -1173,20 +1173,6 @@ export default {
Vue.component(this.name+this.z,this.componentTemp)
this.c=this.name+this.z
},
getTitleByRouter(name){
let obj={}
routerConfig.routes[7].children[9].children.forEach(x=>{
if(x.name==name){
obj.comp=x.component
if(x.meta && x.meta.title)
obj.title=x.meta.title
else
obj.title=''
return false
}
})
return obj
},
},mounted(){
// document.onkeydown = this.KeyDown
// document.onkeyup = this.KeyUp
......
......@@ -500,7 +500,7 @@
<input type="file" style="display:none" :id='"viewSpotfile_"+(item*4)+"_0"' @change="uploadpic">
</div>
<div class="travel_noImg dragDiv" :id='"viewSpotBox_"+(item*4)+"_0"'>
<VueDraggableResizable v-if="viewSpotObj.list[item*4].images[0]" :ref='"viewSpotVds_"+(item*4)+"_0"' tabindex="0" :resizable='false' :active="false" :parent="false" axis='y' @activated="onActivated(item*4,0)" :x="viewSpotObj.list[item*4].images[0].x" :y="viewSpotObj.list[item*4].images[0].y" :z="2" @dragstop="onViewSpotDragstop">
<VueDraggableResizable v-if="viewSpotObj.list[item*4].images[0]" :ref='"viewSpotVds_"+(item*4)+"_0"' tabindex="0" :resizable='false' :active="false" :parent="false" axis='y' @activated="onActivated(item*4,0)" :x="0" :y="viewSpotObj.list[item*4].images[0].y" :z="2" @dragstop="onViewSpotDragstop">
<img :src='viewSpotObj.list[item*4].images[0].Url' :id='"viewSpotImg_"+(item*4)+"_0"' />
</VueDraggableResizable>
</div>
......
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