Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
a3b13f01
Commit
a3b13f01
authored
Feb 23, 2020
by
刘泽奇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
6b057d17
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
5 deletions
+9
-5
igirl-channel-web/app/front/entry/public/js/index.js
+5
-0
igirl-channel-web/app/front/vues/pages/jdindentlist/jdindentlist.html
+4
-4
igirl-channel-web/app/front/vues/pages/jdindustry/jdindustry.html
+0
-1
No files found.
igirl-channel-web/app/front/entry/public/js/index.js
View file @
a3b13f01
...
@@ -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
];
};
},
},
// 深度观察监听
// 深度观察监听
...
...
igirl-channel-web/app/front/vues/pages/jdindentlist/jdindentlist.html
View file @
a3b13f01
...
@@ -492,12 +492,12 @@
...
@@ -492,12 +492,12 @@
<div
slot=
"empty"
>
<div
slot=
"empty"
>
</div>
</div>
<el-table-column
prop=
"channel
Service
No"
label=
"订单编号"
>
<el-table-column
prop=
"channel
Order
No"
label=
"订单编号"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<el-tooltip
placement=
"top"
:content=
"scope.row.channel
Service
No"
<el-tooltip
placement=
"top"
:content=
"scope.row.channel
Order
No"
:disabled=
"scope.row.channel
Service
No ? false : true"
>
:disabled=
"scope.row.channel
Order
No ? false : true"
>
<p
solt=
"content"
>
<p
solt=
"content"
>
{{scope.row.channel
ServiceNo ? scope.row.channelService
No : \'---\'}}
{{scope.row.channel
OrderNo ? scope.row.channelOrder
No : \'---\'}}
</p>
</p>
</el-tooltip>
</el-tooltip>
</template>
</template>
...
...
igirl-channel-web/app/front/vues/pages/jdindustry/jdindustry.html
View file @
a3b13f01
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment