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
c1e5c241
Commit
c1e5c241
authored
Jul 16, 2024
by
纪泽龙
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'jzl'
parents
9ee22145
b2b24350
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
647 additions
and
202 deletions
+647
-202
btm-item-active.png
zh-baseversion-web/src/assets/firstimage/btm-item-active.png
+0
-0
btm-item-one.png
zh-baseversion-web/src/assets/firstimage/btm-item-one.png
+0
-0
btm-item.png
zh-baseversion-web/src/assets/firstimage/btm-item.png
+0
-0
btmA.png
zh-baseversion-web/src/assets/firstimage/btmA.png
+0
-0
btmB.png
zh-baseversion-web/src/assets/firstimage/btmB.png
+0
-0
l.png
zh-baseversion-web/src/assets/firstimage/l.png
+0
-0
r.png
zh-baseversion-web/src/assets/firstimage/r.png
+0
-0
all.scss
zh-baseversion-web/src/assets/styles/all.scss
+5
-1
PipeColor.vue
zh-baseversion-web/src/components/bigWindow/PipeColor.vue
+3
-3
rightBar.vue
zh-baseversion-web/src/components/bigWindow/rightBar.vue
+2
-1
Bottom.vue
zh-baseversion-web/src/views/bigWindow/components/Bottom.vue
+242
-124
BottomOld.vue
...eversion-web/src/views/bigWindow/components/BottomOld.vue
+263
-0
index.vue
zh-baseversion-web/src/views/bigWindow/index.vue
+127
-69
vue.config.js
zh-baseversion-web/vue.config.js
+5
-4
No files found.
zh-baseversion-web/src/assets/firstimage/btm-item-active.png
0 → 100644
View file @
c1e5c241
922 Bytes
zh-baseversion-web/src/assets/firstimage/btm-item-one.png
0 → 100644
View file @
c1e5c241
1 KB
zh-baseversion-web/src/assets/firstimage/btm-item.png
0 → 100644
View file @
c1e5c241
2.51 KB
zh-baseversion-web/src/assets/firstimage/btmA.png
0 → 100644
View file @
c1e5c241
6.27 KB
zh-baseversion-web/src/assets/firstimage/btmB.png
0 → 100644
View file @
c1e5c241
1.89 KB
zh-baseversion-web/src/assets/firstimage/l.png
0 → 100644
View file @
c1e5c241
589 Bytes
zh-baseversion-web/src/assets/firstimage/r.png
0 → 100644
View file @
c1e5c241
551 Bytes
zh-baseversion-web/src/assets/styles/all.scss
View file @
c1e5c241
...
...
@@ -745,4 +745,8 @@
box-shadow
:none
!
important
;
// pointer-events:auto !important;
// top:-30px !important;
}
\ No newline at end of file
}
zh-baseversion-web/src/components/bigWindow/PipeColor.vue
View file @
c1e5c241
...
...
@@ -8,7 +8,7 @@
-->
<
template
>
<div>
<
div
class=
"pipePressure"
>
<
!--
<div
class=
"pipePressure"
>
--
>
<!--
<div
style=
"float: left;margin-right: 5px;"
>
<div
class=
"hasColorBox"
>
...
...
@@ -32,7 +32,7 @@
监控
</div>
</div>
-->
<div>
<
!--
<
div>
<div
class=
"hasColorBox"
:style=
"
{ color: pipeColor[`1`] }">
<div
:style=
"
{ backgroundColor: pipeColor[`1`] }">
</div>
低压管线
...
...
@@ -50,7 +50,7 @@
高压管线
</div>
</div>
</div>
</div>
-->
<div
class=
"mapChange"
>
<div
:class=
"
{ active: mapStyle }" @click="mapChange(2)">全景地图
</div>
...
...
zh-baseversion-web/src/components/bigWindow/rightBar.vue
View file @
c1e5c241
...
...
@@ -1151,6 +1151,7 @@ export default {
.rightb
{
width
:
98%
;
height
:
100%
;
}
.rightbar1
{
width
:
90%
;
...
...
@@ -1161,7 +1162,7 @@ export default {
.rightbar2
{
width
:
76%
;
height
:
37%
;
padding-top
:
15
px
;
padding-top
:
30
px
;
margin-left
:
20%
;
pointer-events
:
auto
;
}
...
...
zh-baseversion-web/src/views/bigWindow/components/Bottom.vue
View file @
c1e5c241
This diff is collapsed.
Click to expand it.
zh-baseversion-web/src/views/bigWindow/components/BottomOld.vue
0 → 100644
View file @
c1e5c241
<!--
* @Author: 纪泽龙 jizelong@qq.com
* @Date: 2023-07-12 13:58:25
* @LastEditors: 纪泽龙 jizelong@qq.com
* @LastEditTime: 2023-07-12 17:12:59
* @FilePath: /gassafetyprogress-web/src/views/bigWindow/components/Bottom.vue
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
<
template
>
<div
class=
"bigwindow-bottom listingsSty"
>
<img
src=
"~@/assets/firstimage/bottombk.svg"
alt=
""
style=
"backdrop-filter: blur(4px)"
/>
<div
class=
"listingsSty"
>
<div
class=
"firsty selectAll"
@
click
.
stop=
"selectAll"
:class=
"[
{
active:
selectActive.length == listFlatArr.length
&&
selectActive.length > 1,
},
]"
>
全部
</div>
<div
class=
"firsty item"
v-for=
"(item, index) in list"
:key=
"item.value"
>
<div
class=
"itemCompany"
@
click
.
stop=
"selectChange(item.value)"
:class=
"[
{ active: selectSome(index) },
{ activeAll: selectEvery(index) },
]"
>
{{
item
.
label
}}
</div>
<div
class=
"up-select"
:class=
"[
{ hide: !selectShowNum.includes(item.value) }]"
:style="{ height: item.children.length * 35 + 'px' }"
>
<div
class=
"selectItem"
v-for=
"selectItem in item.children"
:class=
"[
{ active: selectActive.includes(selectItem.value) }]"
:key="selectItem.value"
@click.stop="selectActiveChange(selectItem.value)"
>
{{
selectItem
.
label
}}
</div>
</div>
</div>
</div>
</div>
</
template
>
<
script
>
import
{
mapGetters
,
mapActions
}
from
"vuex"
;
export
default
{
name
:
""
,
data
()
{
return
{
list
:
[
{
value
:
1
,
label
:
"天然气公司"
,
children
:
[
// { value: 10, label: "东阿道夫阿" },
// { value: 11, label: "阿发送到" },
// { value: 19, label: "发打算发大水" },
],
},
{
value
:
2
,
label
:
"液化气公司"
,
children
:
[
// { value: 21, label: "2-1" },
// { value: 22, label: "2-2" },
],
},
{
value
:
3
,
label
:
"加气站"
,
children
:
[
// { value: 31, label: "3-1" },
// { value: 32, label: "3-2" },
],
},
],
selectShowNum
:
[],
// 被选中的值
selectActive
:
[],
listFlatArr
:
[],
};
},
computed
:
{
...
mapGetters
([
"company"
,
"systemSetting"
]),
},
beforeCreate
()
{},
mounted
()
{
this
.
GetCompany
().
then
((
res
)
=>
{
this
.
company
.
forEach
((
item
)
=>
{
this
.
list
[
item
.
companyType
-
1
].
children
.
push
({
value
:
item
.
conpanyId
,
label
:
item
.
companyName
,
});
});
this
.
selectAll
();
});
},
methods
:
{
...
mapActions
({
GetCompany
:
"bigWindowCompany/GetCompany"
,
}),
// 把下拉框放下
selectUpClear
(){
this
.
selectShowNum
=
[];
},
selectAll
()
{
// 生成所有都选中的数组
this
.
listFlatArr
=
this
.
list
.
map
((
item
)
=>
{
return
item
.
children
.
map
((
iten
)
=>
{
return
iten
.
value
;
});
})
.
flat
();
// 如果是全选中状态,则全取消,否则全选
if
(
this
.
selectActive
.
length
==
this
.
listFlatArr
.
length
)
{
this
.
selectActive
=
[];
}
else
{
this
.
selectActive
=
[...
this
.
listFlatArr
];
}
this
.
$emit
(
"listChange"
,
this
.
selectActive
);
},
selectChange
(
value
)
{
const
num
=
this
.
selectShowNum
.
indexOf
(
value
);
if
(
num
>=
0
)
{
this
.
selectShowNum
.
splice
(
num
,
1
);
}
else
{
this
.
selectShowNum
.
push
(
value
);
}
},
selectActiveChange
(
value
)
{
const
num
=
this
.
selectActive
.
indexOf
(
value
);
if
(
num
>=
0
)
{
this
.
selectActive
.
splice
(
num
,
1
);
}
else
{
this
.
selectActive
.
push
(
value
);
}
this
.
$emit
(
"listChange"
,
this
.
selectActive
);
},
// 至少有一个被选中
selectSome
(
index
)
{
return
(
this
.
list
[
index
].
children
.
length
>
0
&&
this
.
list
[
index
].
children
.
some
((
item
)
=>
{
return
this
.
selectActive
.
includes
(
item
.
value
);
})
);
},
// 都被选中
selectEvery
(
index
)
{
return
(
this
.
list
[
index
].
children
.
length
>
0
&&
this
.
list
[
index
].
children
.
every
((
item
)
=>
{
return
this
.
selectActive
.
includes
(
item
.
value
);
})
);
},
},
};
</
script
>
<
style
lang=
"scss"
scoped
>
.bigwindow-bottom
{
width
:
40%
;
height
:
70px
;
position
:
fixed
;
bottom
:
0
;
margin-left
:
30%
;
display
:
flex
;
// z-index: 1000;
img
{
width
:
100%
;
height
:
100%
;
position
:
absolute
;
z-index
:
-1
;
bottom
:
-10px
;
}
.listingsSty
{
padding-left
:
15%
;
padding-right
:
15%
;
box-sizing
:
border-box
;
width
:
180%
;
display
:
flex
;
justify-content
:
space-between
;
.firsty
{
// width: 15%;
min-width
:
80px
;
height
:
35px
;
text-align
:
center
;
line-height
:
35px
;
color
:
#fff
;
font-size
:
16px
;
cursor
:
pointer
;
&
.selectAll
{
transition
:
all
0
.5s
ease
;
&
.active
{
color
:
#00ffff
;
text-shadow
:
0
0
20px
rgba
(
0
,
255
,
255
,
1
)
,
0
0
35px
rgb
(
0
,
255
,
255
,
1
);
}
}
&
.item
{
min-width
:
180px
;
position
:
relative
;
.itemCompany
{
transition
:
all
0
.5s
ease
;
&
.active
{
color
:
#00ffff
;
text-shadow
:
0
0
20px
rgba
(
0
,
255
,
255
,
0
.3
)
,
0
0
35px
rgb
(
0
,
255
,
255
,
0
.3
);
}
&
.activeAll
{
color
:
#00ffff
;
text-shadow
:
0
0
20px
rgba
(
0
,
255
,
255
,
1
)
,
0
0
35px
rgb
(
0
,
255
,
255
,
1
);
}
}
.up-select
{
transition
:
all
0
.5s
ease
;
position
:
absolute
;
bottom
:
50px
;
left
:
0
;
width
:
100%
;
background
:
rgb
(
18
,
92
,
155
,
0
.3
);
overflow
:
hidden
;
&
.hide
{
height
:
0px
!
important
;
}
.selectItem
{
transition
:
all
0
.5s
ease
;
&
.active
{
color
:
#00ffff
;
text-shadow
:
0
0
20px
#00ffff
,
0
0
35px
#00ffff
;
}
}
}
}
}
}
}
</
style
>
zh-baseversion-web/src/views/bigWindow/index.vue
View file @
c1e5c241
This diff is collapsed.
Click to expand it.
zh-baseversion-web/vue.config.js
View file @
c1e5c241
...
...
@@ -35,8 +35,9 @@ module.exports = {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[
process
.
env
.
VUE_APP_BASE_API
]:
{
target
:
`http://localhost:8905/gassafety`
,
//
target: `http://localhost:8905/gassafety`,
// target: `http://27.128.233.145:8905/gassafety`,
target
:
` http://36.138.180.82:8905/gassafety`
,
changeOrigin
:
true
,
pathRewrite
:
{
[
'^'
+
process
.
env
.
VUE_APP_BASE_API
]:
''
...
...
@@ -81,7 +82,7 @@ module.exports = {
.
plugin
(
'ScriptExtHtmlWebpackPlugin'
)
.
after
(
'html'
)
.
use
(
'script-ext-html-webpack-plugin'
,
[{
// `runtime` must same as runtimeChunk name. default is `runtime`
// `runtime` must same as runtimeChunk name. default is `runtime`
inline
:
/runtime
\.
.*
\.
js$/
}])
.
end
()
...
...
@@ -111,8 +112,8 @@ module.exports = {
})
config
.
optimization
.
runtimeChunk
(
'single'
),
{
from
:
path
.
resolve
(
__dirname
,
'./public/robots.txt'
),
//防爬虫文件
to
:
'./'
,
//到根目录下
from
:
path
.
resolve
(
__dirname
,
'./public/robots.txt'
),
//防爬虫文件
to
:
'./'
,
//到根目录下
}
}
)
...
...
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