Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
dance-pc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
3283e5ce
authored
2025-09-05 10:27:03 +0800
by
张威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
退订提示英文信息
1 parent
cad64df8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/viewsPc/center/info/reservationInfo.vue
src/viewsPc/center/info/reservationInfo.vue
View file @
3283e5c
...
...
@@ -2,7 +2,7 @@
<div
class=
"pd20"
>
<div
style=
"margin-bottom: 20px"
>
<el-button
type=
"primary"
@
click=
"downloadAll"
>
{{
language
==
0
?
'合并生成缴费单'
:
'Download Consolidated Invoice'
}}
</el-button>
<el-button
type=
"primary"
@
click=
"showDialog"
>
{{
language
==
0
?
'合并上传缴费单'
:
'Upload Co
nsolidated Invoice
'
}}
</el-button>
<el-button
type=
"primary"
@
click=
"showDialog"
>
{{
language
==
0
?
'合并上传缴费单'
:
'Upload Co
mbined Payment Proof
'
}}
</el-button>
</div>
<div
v-for=
"b in list"
class=
"item"
>
<div
class=
"title"
>
...
...
@@ -305,7 +305,7 @@ const unsubscribe = () => {
})
})
}
else
{
proxy
.
$modal
.
msgError
(
'请完善信息
'
)
proxy
.
$modal
.
msgError
(
language
.
value
==
0
?
'请完善信息'
:
'Please complete the information
'
)
}
})
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment