Commit a3b13f01 by 刘泽奇

123

parent 6b057d17
...@@ -223,6 +223,11 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => { ...@@ -223,6 +223,11 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
this.jdSelfFooterShow = true; this.jdSelfFooterShow = true;
this.channelName = location.hash.split('/')[1]; this.channelName = location.hash.split('/')[1];
}; };
if (val.fullPath == "/jd/jdindustry" && location.hostname == "gs.plus.jdcloud.com") {
this.jdSelfHeaderShow = true;
this.jdSelfFooterShow = true;
this.channelName = location.hash.split('/')[1];
};
}, },
// 深度观察监听 // 深度观察监听
......
...@@ -492,12 +492,12 @@ ...@@ -492,12 +492,12 @@
<div slot="empty"> <div slot="empty">
</div> </div>
<el-table-column prop="channelServiceNo" label="订单编号"> <el-table-column prop="channelOrderNo" label="订单编号">
<template slot-scope="scope"> <template slot-scope="scope">
<el-tooltip placement="top" :content="scope.row.channelServiceNo" <el-tooltip placement="top" :content="scope.row.channelOrderNo"
:disabled="scope.row.channelServiceNo ? false : true"> :disabled="scope.row.channelOrderNo ? false : true">
<p solt="content"> <p solt="content">
{{scope.row.channelServiceNo ? scope.row.channelServiceNo : \'---\'}} {{scope.row.channelOrderNo ? scope.row.channelOrderNo : \'---\'}}
</p> </p>
</el-tooltip> </el-tooltip>
</template> </template>
......
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
<div @click="goIndentList">我的订单</div> <div @click="goIndentList">我的订单</div>
</div> </div>
</div> </div>
<div class="jdtrademark-warpper"> <div class="jdtrademark-warpper">
<div class="jdicbc-search"> <div class="jdicbc-search">
<div> <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