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
e7e21645
Commit
e7e21645
authored
Jul 02, 2026
by
wuqian
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' into 'master'
Dev See merge request
!67
parents
d79cbdc9
9749cc9e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
1 deletions
+27
-1
src/views/operation/exceptionMessage.vue
+1
-1
src/views/user/rechargeRecord.vue
+26
-0
No files found.
src/views/operation/exceptionMessage.vue
View file @
e7e21645
...
...
@@ -148,7 +148,7 @@ export default {
key
:
'statusStr'
},
{
label
:
'异常信息
2
'
,
label
:
'异常信息'
,
key
:
'errorMsg'
,
minWidth
:
200
,
render
:
(
row
)
=>
(
...
...
src/views/user/rechargeRecord.vue
View file @
e7e21645
...
...
@@ -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