Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gxpt_web
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pseer
gxpt_web
Commits
3d77cef8
Commit
3d77cef8
authored
Nov 29, 2023
by
吕明尚
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更改消费记录页面
parent
4899925e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
index.vue
src/views/system/records/index.vue
+4
-3
No files found.
src/views/system/records/index.vue
View file @
3d77cef8
...
...
@@ -55,10 +55,11 @@
<el-table
v-loading=
"loading"
:data=
"recordsList"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
<el-table-column
label=
"ID"
align=
"center"
prop=
"id
"
/>
<el-table-column
type=
"index"
width=
"55"
align=
"center"
label=
"序号
"
/>
<el-table-column
label=
"名称"
align=
"center"
prop=
"name"
/>
<el-table-column
label=
"会员用户ID"
align=
"center"
prop=
"consumerId"
/>
<el-table-column
label=
"订单ID"
align=
"center"
prop=
"orderId"
/>
<el-table-column
label=
"用户昵称"
align=
"center"
prop=
"nickName"
/>
<el-table-column
label=
"用户手机号"
align=
"center"
prop=
"phone"
/>
<el-table-column
label=
"订单编号"
align=
"center"
prop=
"orderNo"
/>
<!--
<el-table-column
label=
"实付金额"
align=
"center"
prop=
"price"
/>
-->
<el-table-column
label=
"支付类型"
align=
"center"
prop=
"payType"
/>
<el-table-column
label=
"收入/支出"
align=
"center"
prop=
"sign"
>
...
...
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