Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
cloudSystem
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
335dd0bf
authored
Feb 28, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
订单追踪/已采购订单:“部分发货”无点击跳转事件
parent
373f0858
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/OrderTrack/goods.vue
src/views/OrderTrack/goods.vue
View file @
335dd0bf
...
@@ -107,7 +107,7 @@
...
@@ -107,7 +107,7 @@
<el-table-column
prop=
"shipping_status_val"
label=
"发货状态"
width=
"100"
align=
"center"
>
<el-table-column
prop=
"shipping_status_val"
label=
"发货状态"
width=
"100"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.shipping_status_val == '待发货'"
>
{{
scope
.
row
.
shipping_status_val
}}
</span>
<span
v-if=
"scope.row.shipping_status_val == '待发货'"
>
{{
scope
.
row
.
shipping_status_val
}}
</span>
<
span
class=
"f-yellow1"
v-if=
"scope.row.shipping_status_val == '部分发货'"
>
{{
scope
.
row
.
shipping_status_val
}}
</span
>
<
a
class=
"f-yellow1"
v-if=
"scope.row.shipping_status_val == '部分发货'"
:href=
"'/#/orderTrackInvoice?purchase_id='+scope.row.purchase_id"
>
{{
scope
.
row
.
shipping_status_val
}}
</a
>
<a
class=
"alink"
v-if=
"scope.row.shipping_status_val == '全部发货'"
:href=
"'/#/orderTrackInvoice?purchase_id='+scope.row.purchase_id"
>
{{
scope
.
row
.
shipping_status_val
}}
</a>
<a
class=
"alink"
v-if=
"scope.row.shipping_status_val == '全部发货'"
:href=
"'/#/orderTrackInvoice?purchase_id='+scope.row.purchase_id"
>
{{
scope
.
row
.
shipping_status_val
}}
</a>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
...
...
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