Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
A
admin-base
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
new-sing
admin-base
Commits
74ed0710
Commit
74ed0710
authored
Aug 20, 2019
by
赵茹林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
dd43036e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
index.vue
src/components/disposable/index.vue
+6
-1
No files found.
src/components/disposable/index.vue
View file @
74ed0710
...
...
@@ -72,7 +72,12 @@
<el-table-column
prop=
"deliver_at"
label=
"发货时间"
width=
"100px"
></el-table-column>
<el-table-column
prop=
"status"
label=
"物流状态"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
status
|
LogisticsStatusFil
}}
<br/>
<template
v-if=
"scope.row.status == 0"
>
<div
style=
"color: #e6a23c;"
>
{{
scope
.
row
.
status
|
LogisticsStatusFil
}}
</div>
</
template
>
<
template
v-else-if=
"scope.row.status == 1"
>
<div
style=
"color: #67c23a;"
>
{{
scope
.
row
.
status
|
LogisticsStatusFil
}}
</div>
</
template
>
<!--<template v-if="scope.row.status == 1">-->
<
template
v-if=
"scope.row.express_name"
>
{{
scope
.
row
.
express_name
}}
:
</
template
>
<a
v-if=
"scope.row.express_no"
:href=
"`https://m.baidu.com/from=1013755s/s?word=${scope.row.express_no}&sa=tb&ts=2790568&t_kt=0&ie=utf-8&rsv_t=cbe2F%252FT5T3MIzkRl%252Fg8ZUw%252FEPHZmn2wHIrB8cLvgNlEKyyDqUNPrTyDEEDjkAb8&rsv_pq=11793168499026332712&ss=110000000001&tj=1&rqlang=zh&rsv_sug4=4111&inputT=3178&oq=快递单号查询`"
target=
"_blank"
>
{{scope.row.express_no}}
</a>
...
...
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