Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
template_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
胡宝山
template_vue
Commits
40391a7f
Commit
40391a7f
authored
Nov 30, 2023
by
cat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
控制台
parent
deb0e212
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
control.vue
src/views/controlPlatform/control.vue
+4
-4
No files found.
src/views/controlPlatform/control.vue
View file @
40391a7f
...
@@ -221,7 +221,7 @@ import * as echarts from 'echarts'
...
@@ -221,7 +221,7 @@ import * as echarts from 'echarts'
import
judgeLeaveMessage
from
'svg-sprite-loader/examples/custom-runtime-generator/build/main'
import
judgeLeaveMessage
from
'svg-sprite-loader/examples/custom-runtime-generator/build/main'
// import { controlData } from './apis'
// import { controlData } from './apis'
// import { judgeLeaveMessage } from '@/views/judgeMessageManage/apis'
// import { judgeLeaveMessage } from '@/views/judgeMessageManage/apis'
import
{
findCountIdByUpdateDate
,
findCountIdByFqYy
}
from
'@/api/controlPlatform'
import
{
findCountIdByUpdateDate
,
findCountIdByFqYy
}
from
'@/api/controlPlatform'
export
default
{
export
default
{
name
:
'Control'
,
name
:
'Control'
,
...
@@ -323,7 +323,7 @@ export default {
...
@@ -323,7 +323,7 @@ export default {
var
height
=
element
.
offsetHeight
var
height
=
element
.
offsetHeight
self
.
tableHeight
=
height
// 将监听到的宽高进行赋值
self
.
tableHeight
=
height
// 将监听到的宽高进行赋值
self
.
tableWidth
=
width
self
.
tableWidth
=
width
that
.
$nextTick
(
function
()
{
that
.
$nextTick
(
function
()
{
console
.
log
(
'Size: '
+
width
+
'x'
+
height
)
console
.
log
(
'Size: '
+
width
+
'x'
+
height
)
// 使echarts尺寸重置
// 使echarts尺寸重置
echarts
.
init
(
document
.
getElementById
(
'dataCharts_data'
)).
resize
()
echarts
.
init
(
document
.
getElementById
(
'dataCharts_data'
)).
resize
()
...
@@ -334,7 +334,7 @@ export default {
...
@@ -334,7 +334,7 @@ export default {
var
height
=
element
.
offsetHeight
var
height
=
element
.
offsetHeight
self
.
tableHeight
=
height
// 将监听到的宽高进行赋值
self
.
tableHeight
=
height
// 将监听到的宽高进行赋值
self
.
tableWidth
=
width
self
.
tableWidth
=
width
that
.
$nextTick
(
function
()
{
that
.
$nextTick
(
function
()
{
console
.
log
(
'Size: '
+
width
+
'x'
+
height
)
console
.
log
(
'Size: '
+
width
+
'x'
+
height
)
// 使echarts尺寸重置
// 使echarts尺寸重置
echarts
.
init
(
document
.
getElementById
(
'dataCharts_leaveMessage'
)).
resize
()
echarts
.
init
(
document
.
getElementById
(
'dataCharts_leaveMessage'
)).
resize
()
...
@@ -345,7 +345,7 @@ export default {
...
@@ -345,7 +345,7 @@ export default {
var
height
=
element
.
offsetHeight
var
height
=
element
.
offsetHeight
self
.
tableHeight
=
height
// 将监听到的宽高进行赋值
self
.
tableHeight
=
height
// 将监听到的宽高进行赋值
self
.
tableWidth
=
width
self
.
tableWidth
=
width
that
.
$nextTick
(
function
()
{
that
.
$nextTick
(
function
()
{
console
.
log
(
'Size: '
+
width
+
'x'
+
height
)
console
.
log
(
'Size: '
+
width
+
'x'
+
height
)
// 使echarts尺寸重置
// 使echarts尺寸重置
echarts
.
init
(
document
.
getElementById
(
'dataCharts_visitor'
)).
resize
()
echarts
.
init
(
document
.
getElementById
(
'dataCharts_visitor'
)).
resize
()
...
...
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