Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-web-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
lanbaoming
jiedao-web-master
Commits
7bac2933
Commit
7bac2933
authored
Jan 23, 2025
by
Smile
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug229 (web)首页订单号需要拼接提单号。
parent
7e6eaca3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
index.vue
src/views/jiedao/profile/index.vue
+2
-2
No files found.
src/views/jiedao/profile/index.vue
View file @
7bac2933
...
...
@@ -52,7 +52,7 @@
>
<template
slot-scope=
"scope"
>
<router-link
:to=
"
{path: '/jiedao/jd-orderdetail',query: {orderId: scope.row.orderId}}" class="link-type">
<span>
{{
scope
.
row
.
orderNo
}}
</span>
<span>
{{
scope
.
row
.
orderNo
}}
</span>
<span
v-if=
"scope.row.tidanNo"
>
-
{{
scope
.
row
.
tidanNo
}}
</span>
</router-link>
</
template
>
</el-table-column>
...
...
@@ -116,7 +116,7 @@
>
<
template
slot-scope=
"scope"
>
<router-link
:to=
"
{path: '/jiedao/jd-orderdetail',query: {orderId: scope.row.orderId}}" class="link-type">
<span>
{{
scope
.
row
.
orderNo
}}
</span>
<span>
{{
scope
.
row
.
orderNo
}}
</span>
<span
v-if=
"scope.row.tidanNo"
>
-
{{
scope
.
row
.
tidanNo
}}
</span>
</router-link>
</
template
>
</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