Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
Project
Project
Details
Activity
Releases
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
zhengke
jz_Travel
Commits
a2bbbd8a
Commit
a2bbbd8a
authored
Apr 16, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
87827810
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
SettableList.vue
pages/bigredrnvelope/SettableList.vue
+3
-2
No files found.
pages/bigredrnvelope/SettableList.vue
View file @
a2bbbd8a
...
...
@@ -106,7 +106,6 @@
:class=
"[InvoiceUrl==''?'signAconImgYYZZ':'']"
>
<view
v-if=
"InvoiceUrl==''"
class=
"signAconImgBut"
>
上传发票
</view>
<uploadImg
class=
"signAconUp"
type=
"1"
:img=
"InvoiceUrl"
@
onSuccess=
"(data)=>{onSuccess(data)}"
></uploadImg>
...
...
@@ -125,10 +124,12 @@
<
script
>
import
auth
from
"@/components/auth/index.vue"
;
import
headers
from
"@/components/header/header"
;
import
uploadImg
from
"./components/upload"
;
export
default
{
components
:
{
auth
,
headers
headers
,
uploadImg
},
data
()
{
return
{
...
...
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