Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zh-baseversion-project
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王浩
zh-baseversion-project
Commits
5c0828b0
Commit
5c0828b0
authored
Jun 18, 2024
by
军师中郎将
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1 使用vue界面访问 后端管理 设计好的报表。
parent
590a2955
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
+28
-0
index.vue
...rc/views/system/complainSummaryAnalysisUreport2/index.vue
+28
-0
No files found.
zh-baseversion-web/src/views/system/complainSummaryAnalysisUreport2/index.vue
0 → 100644
View file @
5c0828b0
<
template
>
<div
v-loading=
"loading"
:style=
"'height:'+ height"
>
<iframe
:src=
"src"
frameborder=
"no"
style=
"width: 100%;height: 100%"
scrolling=
"auto"
/>
</div>
</
template
>
<
script
>
export
default
{
name
:
"Ureport"
,
data
()
{
return
{
src
:
"http://127.0.0.1:8905/gassafety/ureport/preview?_u=file:按条件查询报表测试.ureport.xml&_t=2,9,3&date=2024&complaintCategory=0"
,
height
:
document
.
documentElement
.
clientHeight
-
94.5
+
"px;"
,
loading
:
true
};
},
mounted
:
function
()
{
setTimeout
(()
=>
{
this
.
loading
=
false
;
},
230
);
const
that
=
this
;
window
.
onresize
=
function
temp
()
{
that
.
height
=
document
.
documentElement
.
clientHeight
-
94.5
+
"px;"
;
};
}
};
</
script
>
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