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
d5c8f9ad
Commit
d5c8f9ad
authored
Mar 11, 2022
by
wuqinghua
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
e5fa710a
280fc247
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
12 additions
and
12 deletions
+12
-12
PipeInterfaceMapper.xml
.../src/main/resources/mapper/system/PipeInterfaceMapper.xml
+1
-1
Center.vue
gassafetyprogress-web/src/components/bigWindow/Center.vue
+1
-1
Cz.vue
gassafetyprogress-web/src/components/bigWindow/Cz.vue
+3
-3
Device.vue
gassafetyprogress-web/src/components/bigWindow/Device.vue
+3
-3
index.vue
gassafetyprogress-web/src/views/bigWindow/index.vue
+2
-2
vue.config.js
gassafetyprogress-web/vue.config.js
+2
-2
No files found.
gassafetyprogress-system/src/main/resources/mapper/system/PipeInterfaceMapper.xml
View file @
d5c8f9ad
...
@@ -194,7 +194,7 @@
...
@@ -194,7 +194,7 @@
<!--查询 场站/设备 列表信息方法-->
<!--查询 场站/设备 列表信息方法-->
<select
id=
"selectSensingDevice"
resultMap=
"TAssociatedEquipmentResult"
>
<select
id=
"selectSensingDevice"
resultMap=
"TAssociatedEquipmentResult"
>
select
a.device_code,a.
device_name,b.detection_medium,a.linkman,a.phone,c.detector_status,c.alarm_time
select
b.iot_no device_code,b.device_name
device_name,b.detection_medium,a.linkman,a.phone,c.detector_status,c.alarm_time
from t_device_info a
from t_device_info a
left join t_relation_device_detail_info b on a.device_id=b.relation_device_id
left join t_relation_device_detail_info b on a.device_id=b.relation_device_id
left join t_detector_info c on b.iot_no=c.detector_code
left join t_detector_info c on b.iot_no=c.detector_code
...
...
gassafetyprogress-web/src/components/bigWindow/Center.vue
View file @
d5c8f9ad
...
@@ -121,7 +121,7 @@ export default {
...
@@ -121,7 +121,7 @@ export default {
};
};
</
script
>
</
script
>
<
style
lang=
"scss"
>
<
style
lang=
"scss"
scoped
>
.myCenter
{
.myCenter
{
// width: 978px;
// width: 978px;
max-height
:
600px
;
max-height
:
600px
;
...
...
gassafetyprogress-web/src/components/bigWindow/Cz.vue
View file @
d5c8f9ad
<!--
<!--
* @Author: your name
* @Author: your name
* @Date: 2022-01-26 20:07:52
* @Date: 2022-01-26 20:07:52
* @LastEditTime: 2022-03-
08 15:23:40
* @LastEditTime: 2022-03-
10 10:33:35
* @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
...
@@ -105,12 +105,12 @@ export default {
...
@@ -105,12 +105,12 @@ export default {
return
{
return
{
companyType
,
companyType
,
deviceType
,
deviceType
,
profile
:
"暂无"
,
profile
:
"暂无
备注
"
,
typeList
:
{
typeList
:
{
// 1压力表 2流量计 3探测器
// 1压力表 2流量计 3探测器
1
:
"压力表"
,
1
:
"压力表"
,
2
:
"流量计"
,
2
:
"流量计"
,
3
:
"探测器"
,
3
:
"
工业
探测器"
,
},
},
list
:
[
list
:
[
// {
// {
...
...
gassafetyprogress-web/src/components/bigWindow/Device.vue
View file @
d5c8f9ad
<!--
<!--
* @Author: your name
* @Author: your name
* @Date: 2022-01-26 20:07:52
* @Date: 2022-01-26 20:07:52
* @LastEditTime: 2022-03-
08 15:22:20
* @LastEditTime: 2022-03-
10 10:33:28
* @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
...
@@ -104,12 +104,12 @@ export default {
...
@@ -104,12 +104,12 @@ export default {
return
{
return
{
companyType
,
companyType
,
deviceType
,
deviceType
,
profile
:
"暂无"
,
profile
:
"暂无
备注
"
,
typeList
:
{
typeList
:
{
// 1压力表 2流量计 3探测器
// 1压力表 2流量计 3探测器
1
:
"压力表"
,
1
:
"压力表"
,
2
:
"流量计"
,
2
:
"流量计"
,
3
:
"探测器"
,
3
:
"
工业
探测器"
,
},
},
list
:
[
list
:
[
// {
// {
...
...
gassafetyprogress-web/src/views/bigWindow/index.vue
View file @
d5c8f9ad
<!--
<!--
* @Author: your name
* @Author: your name
* @Date: 2022-01-11 13:44:17
* @Date: 2022-01-11 13:44:17
* @LastEditTime: 2022-03-
08 17:27:26
* @LastEditTime: 2022-03-
10 09:12:48
* @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
...
@@ -185,7 +185,7 @@ export default {
...
@@ -185,7 +185,7 @@ export default {
components
:
{
components
:
{
leftBar
,
leftBar
,
rightBar
,
rightBar
,
Center
,
//
Center,
UserCenter
,
UserCenter
,
OtherCenter
,
OtherCenter
,
PipeColor
,
PipeColor
,
...
...
gassafetyprogress-web/vue.config.js
View file @
d5c8f9ad
...
@@ -34,8 +34,8 @@ module.exports = {
...
@@ -34,8 +34,8 @@ module.exports = {
proxy
:
{
proxy
:
{
// detail: https://cli.vuejs.org/config/#devserver-proxy
// detail: https://cli.vuejs.org/config/#devserver-proxy
[
process
.
env
.
VUE_APP_BASE_API
]:
{
[
process
.
env
.
VUE_APP_BASE_API
]:
{
target
:
`http://192.168.2.14:8903/gassafety`
,
//
target: `http://192.168.2.14:8903/gassafety`,
//
target: `http://222.223.203.154:8092/gassafety`,
target
:
`http://222.223.203.154:8092/gassafety`
,
changeOrigin
:
true
,
changeOrigin
:
true
,
pathRewrite
:
{
pathRewrite
:
{
[
'^'
+
process
.
env
.
VUE_APP_BASE_API
]:
''
[
'^'
+
process
.
env
.
VUE_APP_BASE_API
]:
''
...
...
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