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
4c570bc2
Commit
4c570bc2
authored
Mar 09, 2023
by
王启林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改呼叫报表bug
Signed-off-by:
王启林
<
1940603613@qq.com
>
parent
e8301298
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
portal-manager-ui/admin/src/views/dataAdmin/components/queueCall/callRecord.vue
...n/src/views/dataAdmin/components/queueCall/callRecord.vue
+1
-5
No files found.
portal-manager-ui/admin/src/views/dataAdmin/components/queueCall/callRecord.vue
View file @
4c570bc2
...
@@ -264,10 +264,6 @@ export default {
...
@@ -264,10 +264,6 @@ export default {
},
},
//状态
//状态
style
:
[
style
:
[
{
key
:
0
,
name
:
"
排队中
"
,
},
{
{
key
:
1
,
key
:
1
,
name
:
"
办理中
"
,
name
:
"
办理中
"
,
...
@@ -280,7 +276,6 @@ export default {
...
@@ -280,7 +276,6 @@ export default {
//Form数据列表
//Form数据列表
tableList
:
[],
tableList
:
[],
obj
:
{
obj
:
{
0
:
"
排队中
"
,
1
:
"
办理中
"
,
1
:
"
办理中
"
,
4
:
"
办理完成
"
,
4
:
"
办理完成
"
,
},
},
...
@@ -380,6 +375,7 @@ export default {
...
@@ -380,6 +375,7 @@ export default {
//用户模态框
//用户模态框
async
openDeclarant
(
item
)
{
async
openDeclarant
(
item
)
{
await
getPeopleanalyse
({
await
getPeopleanalyse
({
idcard
:
item
.
people_idcard
,
peopleid
:
item
.
peopleid
,
peopleid
:
item
.
peopleid
,
time
:
this
.
searchForm
.
time
,
time
:
this
.
searchForm
.
time
,
}).
then
((
res
)
=>
{
}).
then
((
res
)
=>
{
...
...
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