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
bfc87ebc
Commit
bfc87ebc
authored
Nov 21, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复排叫号报表业务关联信息显示错误
parent
dbad035a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
portal-manager-ui/admin/src/views/dataAdmin/components/queueCall/components/businessInfo.vue
...ataAdmin/components/queueCall/components/businessInfo.vue
+5
-5
portal-manager-ui/admin/src/views/dataAdmin/components/queueCall/queueRecord.vue
.../src/views/dataAdmin/components/queueCall/queueRecord.vue
+2
-2
No files found.
portal-manager-ui/admin/src/views/dataAdmin/components/queueCall/components/businessInfo.vue
View file @
bfc87ebc
...
...
@@ -16,13 +16,13 @@
>
<span
v-else
>
0
</span>
)
</p>
<p
<
a-toolti
p
v-for=
"(v, i) in businessInfo.matterlist"
:key=
"v.id"
class=
"matter-item
"
:title=
"v
"
>
{{
i
+
1
}}
.
{{
v
.
matterName
}}
</p>
<p
class=
"matter-item cursor-default"
>
{{
i
+
1
}}
.
{{
v
}}
</p>
</
a-toolti
p>
</div>
<div
class=
"take-info"
>
<div
class=
"take-info-item"
>
...
...
@@ -134,4 +134,4 @@ export default {
color: #1890ff;
border-color: #1890ff;
}
</
style
>
\ No newline at end of file
</
style
>
portal-manager-ui/admin/src/views/dataAdmin/components/queueCall/queueRecord.vue
View file @
bfc87ebc
...
...
@@ -390,6 +390,7 @@ export default {
if
(
res
.
code
==
1
)
{
let
{
data
}
=
res
;
let
{
business
}
=
row
;
console
.
log
(
data
);
this
.
businessName
=
business
;
this
.
businessInfo
=
data
;
this
.
analysisVisible
=
true
;
...
...
@@ -518,5 +519,4 @@ export default {
};
</
script
>
<
style
lang=
"less"
scoped
>
</
style
>
\ No newline at end of file
<
style
lang=
"less"
scoped
></
style
>
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