Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
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
黄媛媛
ElectricitySheep
Commits
3d2047d6
Commit
3d2047d6
authored
Aug 06, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
06aa47e1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
orderList.vue
src/components/orderMan/orderList.vue
+6
-1
No files found.
src/components/orderMan/orderList.vue
View file @
3d2047d6
...
@@ -335,7 +335,12 @@
...
@@ -335,7 +335,12 @@
</el-table-column>
</el-table-column>
<el-table-column
prop=
"Number"
label=
"数量"
width=
"80"
>
<el-table-column
prop=
"Number"
label=
"数量"
width=
"80"
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"Specification"
label=
"规格"
>
<el-table-column
prop=
"SpecificationList"
label=
"规格"
>
<
template
slot-scope=
"scope"
>
<span
:key=
"index2"
v-for=
"(msg,index2) in scope.row.SpecificationList"
>
{{
msg
}}{{
scope
.
row
.
SpecificationList
.
length
==
index2
+
1
?
''
:
','
}}
</span>
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
<div
class=
"title-box"
><span
class=
"text"
>
物流信息
</span></div>
<div
class=
"title-box"
><span
class=
"text"
>
物流信息
</span></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