Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
e388b89e
Commit
e388b89e
authored
May 15, 2023
by
王晓旭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
预约报表修改
parent
3ff1ce9b
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16934 additions
and
5269 deletions
+16934
-5269
portal-manager-ui/admin/package-lock.json
portal-manager-ui/admin/package-lock.json
+11569
-30
portal-manager-ui/admin/src/views/dataAdmin/components/makeRecordReport/recordReportdetails.vue
...Admin/components/makeRecordReport/recordReportdetails.vue
+7
-2
portal-manager-ui/admin/yarn.lock
portal-manager-ui/admin/yarn.lock
+5358
-5237
No files found.
portal-manager-ui/admin/package-lock.json
View file @
e388b89e
This diff is collapsed.
Click to expand it.
portal-manager-ui/admin/src/views/dataAdmin/components/makeRecordReport/recordReportdetails.vue
View file @
e388b89e
...
@@ -28,10 +28,14 @@
...
@@ -28,10 +28,14 @@
orderInfo
.
endtime
orderInfo
.
endtime
}}
}}
</p>
</p>
<p>
<span>
预约方式:
</span>
{{
orderInfo
.
up_type
==
'
phone
'
?
'
微官网
'
:
orderInfo
.
up_type
==
'
app
'
?
'
自助终端
'
:
orderInfo
.
up_type
==
'
tftb
'
?
'
天府通办
'
:
'
--
'
}}
</p>
</div>
</div>
<div
class=
"qrcode"
>
<div
class=
"qrcode"
>
<!--
<img
src=
"~@/assets/images/logo.png"
alt=
""
/>
<!--
<img
src=
"~@/assets/images/logo.png"
alt=
""
/>
-->
<p>
预约信息二维码
</p>
-->
<img
:src=
"baseurl + '/'+ orderInfo.qrcode"
alt=
""
/>
<p>
预约信息二维码
</p>
</div>
</div>
</div>
</div>
<ul
class=
"bottom"
>
<ul
class=
"bottom"
>
...
@@ -145,6 +149,7 @@ export default {
...
@@ -145,6 +149,7 @@ export default {
statusItem
,
statusItem
,
style
,
style
,
orderInfo
:
{},
// 预约信息
orderInfo
:
{},
// 预约信息
baseurl
:
process
.
env
.
VUE_APP_API_PHP_URL
,
};
};
},
},
...
...
portal-manager-ui/admin/yarn.lock
View file @
e388b89e
This diff is collapsed.
Click to expand it.
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