Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zghywpc-vue
Project
Project
Details
Activity
Releases
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
李苏
zghywpc-vue
Commits
6be14290
Commit
6be14290
authored
Dec 27, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
中广
parent
7558f9db
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1123 additions
and
1064 deletions
+1123
-1064
index.vue
src/views/fmegl/fmekpigl/index.vue
+7
-1
index.vue
src/views/fmegl/fmekpigl/tu/index.vue
+6
-3
index.vue
src/views/fmegl/fmezbpgl/index.vue
+6
-2
index.vue
src/views/fmegl/fmezbpgl/tu/index.vue
+13
-2
index.vue
src/views/yhlywsytst/yhlywsytst/index.vue
+1091
-1056
No files found.
src/views/fmegl/fmekpigl/index.vue
View file @
6be14290
...
...
@@ -3,7 +3,7 @@
* @Author: lisu lisu@gavelinfo.com
* @Date: 2024-09-19 10:55:27
* @LastEditors: lisu lisu@gavelinfo.com
* @LastEditTime: 2024-1
0-30 10:15:06
* @LastEditTime: 2024-1
2-27 10:23:04
* @FilePath: /zghywpc-vue/src/views/fmegl/fmekpigl/index.vue
-->
<
template
>
...
...
@@ -42,6 +42,12 @@
}
</
script
>
<
style
>
#LOADING
{
display
:
none
!important
;
}
</
style
>
<
style
lang=
"scss"
scoped
>
.fmezbpgl
{
position
:
relative
...
...
src/views/fmegl/fmekpigl/tu/index.vue
View file @
6be14290
...
...
@@ -91,6 +91,9 @@
}
}
,
beforeDestroy
()
{
clearInterval
(
this
.
timer
)
}
,
mounted
()
{
this
.
$nextTick
(()
=>
{
this
.
edckpi
=
this
.
$echarts
.
init
(
this
.
$refs
.
dckpi
)
...
...
@@ -99,9 +102,9 @@
this
.
efmetj
=
this
.
$echarts
.
init
(
this
.
$refs
.
fmetj
)
/* 生成图表*/
this
.
initAll
()
//
this.timer = setInterval(() =>
{
//
this.initAll()
//
}
,
1000
*
10
)
this
.
timer
=
setInterval
(()
=>
{
this
.
initAll
()
}
,
1000
*
5
)
}
)
}
,
...
...
src/views/fmegl/fmezbpgl/index.vue
View file @
6be14290
...
...
@@ -3,7 +3,7 @@
* @Author: lisu lisu@gavelinfo.com
* @Date: 2024-09-19 10:55:27
* @LastEditors: lisu lisu@gavelinfo.com
* @LastEditTime: 2024-1
0-29 15:28:24
* @LastEditTime: 2024-1
2-27 10:19:42
* @FilePath: /zghywpc-vue/src/views/fmegl/fmezbpgl/index.vue
-->
<
template
>
...
...
@@ -41,7 +41,11 @@
}
</
script
>
<
style
>
#LOADING
{
display
:
none
!important
;
}
</
style
>
<
style
lang=
"scss"
scoped
>
.fmezbpgl
{
position
:
relative
...
...
src/views/fmegl/fmezbpgl/tu/index.vue
View file @
6be14290
...
...
@@ -232,6 +232,7 @@
export
default
{
data
()
{
return
{
timer
:
null
,
optionsData
:
[{
id
:
1
,
name
:
"一月份"
...
...
@@ -304,11 +305,20 @@
}
},
beforeDestroy
()
{
clearInterval
(
this
.
timer
)
},
mounted
()
{
this
.
init
()
this
.
initMonth
()
this
.
queryAll
()
this
.
timer
=
setInterval
(()
=>
{
this
.
queryAll
()
},
5
*
1000
)
},
methods
:
{
queryAll
(){
this
.
init
()
this
.
initMonth
()
},
init
()
{
this
.
$post
(
'fme/ufmezbp/query'
,
{
year
:
this
.
queryParams
.
year
,
...
...
@@ -368,6 +378,7 @@
</
script
>
<
style
lang=
"scss"
scoped
>
.showMain
{
height
:
calc
(
100%
-
50px
);
width
:
100%
;
...
...
src/views/yhlywsytst/yhlywsytst/index.vue
View file @
6be14290
This diff is collapsed.
Click to expand it.
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