Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gassafety-progress
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
耿迪迪
gassafety-progress
Commits
7ce3c290
Commit
7ce3c290
authored
Mar 08, 2022
by
纪泽龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化一下
parent
3523e1a1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
index.vue
gassafetyprogress-web/src/views/bigWindow/index.vue
+8
-8
No files found.
gassafetyprogress-web/src/views/bigWindow/index.vue
View file @
7ce3c290
<!--
<!--
* @Author: your name
* @Author: your name
* @Date: 2022-01-11 13:44:17
* @Date: 2022-01-11 13:44:17
* @LastEditTime: 2022-03-08 1
5:19:41
* @LastEditTime: 2022-03-08 1
6:21:04
* @LastEditors: Please set LastEditors
* @LastEditors: Please set LastEditors
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: /test/hello-world/src/views/Home.vue
* @FilePath: /test/hello-world/src/views/Home.vue
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
<div
class=
"goSystem"
@
click=
"$router.push('/index')"
>
进入管理系统
</div>
<div
class=
"goSystem"
@
click=
"$router.push('/index')"
>
进入管理系统
</div>
<div
id=
"map"
></div>
<div
id=
"map"
></div>
<
Center
:show=
"show"
:centerData=
"centerData"
/
>
<
!--
<Center
:show=
"show"
:centerData=
"centerData"
/>
--
>
<UserCenter
<UserCenter
:title=
"centerTitle"
:title=
"centerTitle"
:show=
"userCenterShow"
:show=
"userCenterShow"
...
@@ -197,7 +197,7 @@ export default {
...
@@ -197,7 +197,7 @@ export default {
map
:
null
,
map
:
null
,
show
:
false
,
show
:
false
,
centerData
:
null
,
//
centerData: null,
selarr
:
[
1
,
2
,
3
],
selarr
:
[
1
,
2
,
3
],
weather
:
""
,
weather
:
""
,
lower
:
""
,
lower
:
""
,
...
@@ -413,11 +413,11 @@ export default {
...
@@ -413,11 +413,11 @@ export default {
myCenterShow
(
boolean
)
{
myCenterShow
(
boolean
)
{
this
.
show
=
boolean
;
this
.
show
=
boolean
;
},
},
centerDataFunc
(
centerData
)
{
//
centerDataFunc(centerData) {
this
.
centerData
=
centerData
;
//
this.centerData = centerData;
console
.
log
(
centerData
);
//
console.log(centerData);
this
.
show
=
true
;
//
this.show = true;
},
//
},
allCompany
()
{
allCompany
()
{
if
(
this
.
selarr
.
length
==
this
.
companyLength
)
{
if
(
this
.
selarr
.
length
==
this
.
companyLength
)
{
...
...
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