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
be164640
Commit
be164640
authored
Jul 05, 2023
by
ww-xxy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改验标字段
parent
e21ab6a0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
8 deletions
+9
-8
portal-manager-ui/admin/src/views/dataAdmin/components/makeRecordReport/makeRecordReport.vue
...ataAdmin/components/makeRecordReport/makeRecordReport.vue
+1
-1
portal-manager-ui/admin/src/views/dataAdmin/components/makeRecordReport/recordReportdetails.vue
...Admin/components/makeRecordReport/recordReportdetails.vue
+3
-7
portal-manager-ui/admin/src/views/dataAdmin/components/pickUp/pickUpRecord.vue
...in/src/views/dataAdmin/components/pickUp/pickUpRecord.vue
+5
-0
No files found.
portal-manager-ui/admin/src/views/dataAdmin/components/makeRecordReport/makeRecordReport.vue
View file @
be164640
...
...
@@ -255,7 +255,7 @@ export default {
},
},
{
title
:
"
业务名称
"
,
title
:
"
业务
/事项
名称
"
,
align
:
"
center
"
,
dataIndex
:
"
business_name
"
,
},
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/makeRecordReport/recordReportdetails.vue
View file @
be164640
...
...
@@ -62,17 +62,13 @@
<div
class=
"box2"
>
<h1>
办理地点
</h1>
<h2>
<span
<span
style=
"width: 33.3%;display: block;"
>
办理地点:
{{
orderInfo
.
siteinfo
&&
orderInfo
.
siteinfo
.
siteName
}}
</span
>
<span
>
办理窗口:
{{
(
orderInfo
.
window
&&
orderInfo
.
window
.
join
(
"
,
"
))
||
"
--
"
}}
</span
>
<span
<span
style=
"display: block;width: 33.3%;word-wrap: break-word;"
>
办理窗口:
{{
(
orderInfo
.
window
&&
orderInfo
.
window
.
join
(
"
,
"
))
||
"
--
"
}}
</span>
<span
style=
"width: 33.3%;display: block;"
>
服务热线:
{{
orderInfo
.
siteinfo
&&
orderInfo
.
siteinfo
.
siteTel
}}
</span
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/pickUp/pickUpRecord.vue
View file @
be164640
...
...
@@ -144,6 +144,11 @@ export default {
return
text
.
type
==
1
?
"
取件码取件
"
:
"
身份证取件
"
;
},
},
{
title
:
"
取件柜名称
"
,
align
:
"
center
"
,
customRender
:
(
text
,
record
,
index
)
=>
text
.
qjg_name
||
"
--
"
,
},
{
title
:
"
取件柜编号
"
,
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