Commit a3b13f01 by 刘泽奇

123

parent 6b057d17
......@@ -223,6 +223,11 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
this.jdSelfFooterShow = true;
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 @@
<div slot="empty">
</div>
<el-table-column prop="channelServiceNo" label="订单编号">
<el-table-column prop="channelOrderNo" label="订单编号">
<template slot-scope="scope">
<el-tooltip placement="top" :content="scope.row.channelServiceNo"
:disabled="scope.row.channelServiceNo ? false : true">
<el-tooltip placement="top" :content="scope.row.channelOrderNo"
:disabled="scope.row.channelOrderNo ? false : true">
<p solt="content">
{{scope.row.channelServiceNo ? scope.row.channelServiceNo : \'---\'}}
{{scope.row.channelOrderNo ? scope.row.channelOrderNo : \'---\'}}
</p>
</el-tooltip>
</template>
......
......@@ -5,7 +5,6 @@
<div @click="goIndentList">我的订单</div>
</div>
</div>
<div class="jdtrademark-warpper">
<div class="jdicbc-search">
<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