Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
saas-manage
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
chehuidong
saas-manage
Commits
8dd0f947
Commit
8dd0f947
authored
Jul 01, 2026
by
wuqian
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev_upload_receipt' into dev
parents
a906933f
e4c45518
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
+26
-0
src/views/user/rechargeRecord.vue
+26
-0
No files found.
src/views/user/rechargeRecord.vue
View file @
8dd0f947
...
...
@@ -407,6 +407,13 @@
min-width=
"120"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"收款备注"
prop=
"financeRemark"
header-align=
"center"
align=
"left"
min-width=
"120"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"水单"
prop=
"billUrl"
header-align=
"center"
...
...
@@ -426,6 +433,25 @@
</
template
>
</el-table-column>
<el-table-column
label=
"收款水单"
prop=
"financeBillUrl"
header-align=
"center"
align=
"center"
width=
"120"
>
<
template
slot-scope=
"{ row }"
>
<span
v-if=
"row.financeBillUrl"
class=
"bill-img-wrap"
@
click
.
stop=
"openBillImageViewer(row.financeBillUrl)"
>
<el-image
class=
"bill-img"
:src=
"setimgUrl(row.financeBillUrl,
{ w: 80 })"
fit="cover" />
</span>
<span
v-else
>
-
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"创建时间"
prop=
"createdTime"
header-align=
"center"
...
...
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