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
5d17cd6f
Commit
5d17cd6f
authored
Jun 28, 2023
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
推修改数据不显示
parent
16a1f1e6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
portal-manager-ui/admin/src/views/dataAdmin/components/makeRecordReport/makeRecordReport.vue
...ataAdmin/components/makeRecordReport/makeRecordReport.vue
+8
-8
No files found.
portal-manager-ui/admin/src/views/dataAdmin/components/makeRecordReport/makeRecordReport.vue
View file @
5d17cd6f
...
@@ -212,24 +212,24 @@ export default {
...
@@ -212,24 +212,24 @@ export default {
title
:
"
办理地点
"
,
title
:
"
办理地点
"
,
align
:
"
center
"
,
align
:
"
center
"
,
dataIndex
:
"
address
"
,
dataIndex
:
"
address
"
,
customRender
:
(
text
)
=>
{
customRender
:
(
text
,
row
)
=>
{
return
text
.
address
||
"
--
"
;
return
row
.
address
||
"
--
"
;
},
},
},
},
{
{
title
:
"
预约编号
"
,
title
:
"
预约编号
"
,
align
:
"
center
"
,
align
:
"
center
"
,
dataIndex
:
"
number
"
,
dataIndex
:
"
number
"
,
customRender
:
(
text
)
=>
{
customRender
:
(
text
,
row
)
=>
{
return
text
.
number
||
"
--
"
;
return
row
.
number
||
"
--
"
;
},
},
},
},
{
{
title
:
"
排号编码
"
,
title
:
"
排号编码
"
,
align
:
"
center
"
,
align
:
"
center
"
,
dataIndex
:
"
flownum
"
,
dataIndex
:
"
flownum
"
,
customRender
:
(
text
)
=>
{
customRender
:
(
text
,
row
)
=>
{
return
text
.
flownum
||
"
--
"
;
return
row
.
flownum
||
"
--
"
;
},
},
},
},
{
{
...
@@ -250,8 +250,8 @@ export default {
...
@@ -250,8 +250,8 @@ export default {
{
{
title
:
"
取消时间
"
,
title
:
"
取消时间
"
,
align
:
"
center
"
,
align
:
"
center
"
,
customRender
:
(
text
)
=>
{
customRender
:
(
text
,
row
)
=>
{
return
text
.
canceltime
||
"
--
"
;
return
row
.
canceltime
||
"
--
"
;
},
},
},
},
{
{
...
...
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