Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xinrenli-admin
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
郑云飞
xinrenli-admin
Commits
3b3bb2cc
Commit
3b3bb2cc
authored
Apr 23, 2023
by
honghong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单列表标题改为公司名称
parent
d0ca0110
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/views/orderform/index.vue
+2
-2
No files found.
src/views/orderform/index.vue
View file @
3b3bb2cc
...
...
@@ -27,6 +27,8 @@
<el-table
:data=
"tableData"
border
style=
"width: 100%"
>
<el-table-column
type=
"index"
width=
"50"
label=
"序号"
align=
"center"
>
</el-table-column>
<el-table-column
prop=
"title"
label=
"公司名称"
:show-overflow-tooltip=
"true"
align=
"center"
/>
<el-table-column
prop=
"linkman"
label=
"联系人"
:show-overflow-tooltip=
"true"
align=
"center"
>
</el-table-column>
<el-table-column
prop=
"phone"
label=
"联系电话"
:show-overflow-tooltip=
"true"
align=
"center"
>
...
...
@@ -45,8 +47,6 @@
<div
v-else
>
{{
scope
.
row
.
actualAmount
}}
</div>
</
template
>
</el-table-column>
<el-table-column
prop=
"title"
label=
"订单标题"
:show-overflow-tooltip=
"true"
align=
"center"
>
</el-table-column>
<el-table-column
prop=
"address"
label=
"图片说明"
:show-overflow-tooltip=
"true"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"text"
size=
"small"
@
click=
"imageCaption(scope.row, '1')"
>
查看详情
</el-button>
...
...
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