Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
T
towerFront
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
WitCloud
towerFront
Commits
0b725332
Commit
0b725332
authored
Jan 31, 2019
by
van.chen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改字段名
parent
a4423bff
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
advanced.component.html
src/app/routes/pro/profile/advanced/advanced.component.html
+2
-2
advanced.component.ts
src/app/routes/pro/profile/advanced/advanced.component.ts
+1
-1
No files found.
src/app/routes/pro/profile/advanced/advanced.component.html
View file @
0b725332
...
@@ -23,14 +23,14 @@
...
@@ -23,14 +23,14 @@
<div
class=
"rightLine per50"
>
<div
class=
"rightLine per50"
>
<img
class=
"rightIcon"
<img
class=
"rightIcon"
[
src
]="!
base
.
locker
||
base
.
locker
!==
'
1
.
0
'
?
'../../../../../
assets
/
img
/
10
.
png
'
:
'../../../../../
assets
/
img
/
7
.
png
'"
>
[
src
]="!
base
.
locker
||
base
.
locker
!==
'
1
.
0
'
?
'../../../../../
assets
/
img
/
10
.
png
'
:
'../../../../../
assets
/
img
/
7
.
png
'"
>
<span
class=
"descLabel"
>
门状态
</span>
<span
class=
"descLabel"
>
塔
门状态
</span>
<div
<div
[
class
]="!
base
.
locker
||
base
.
locker
!==
'
1
.
0
'
?
'
rightLabel
danger
'
:
'
rightLabel
success
'"
>
{{base.locker === '1.0' ? '正常-关' : '异常-开'}}
</div>
[
class
]="!
base
.
locker
||
base
.
locker
!==
'
1
.
0
'
?
'
rightLabel
danger
'
:
'
rightLabel
success
'"
>
{{base.locker === '1.0' ? '正常-关' : '异常-开'}}
</div>
</div>
</div>
<div
class=
"rightLine per50"
>
<div
class=
"rightLine per50"
>
<img
class=
"rightIcon"
<img
class=
"rightIcon"
[
src
]="!
base
.
lightWarn
?
'../../../../../
assets
/
img
/
12
.
png
'
:
'../../../../../
assets
/
img
/
13
.
png
'"
>
[
src
]="!
base
.
lightWarn
?
'../../../../../
assets
/
img
/
12
.
png
'
:
'../../../../../
assets
/
img
/
13
.
png
'"
>
<span
class=
"descLabel"
>
震动值
</span>
<span
class=
"descLabel"
>
摆动角度
</span>
<div
<div
[
class
]="!
base
.
lightWarn
?
'
rightLabel
danger
'
:
'
rightLabel
success
'"
>
{{base.light}}(°)
</div>
[
class
]="!
base
.
lightWarn
?
'
rightLabel
danger
'
:
'
rightLabel
success
'"
>
{{base.light}}(°)
</div>
</div>
</div>
...
...
src/app/routes/pro/profile/advanced/advanced.component.ts
View file @
0b725332
...
@@ -27,7 +27,7 @@ export class ProProfileAdvancedComponent implements OnInit {
...
@@ -27,7 +27,7 @@ export class ProProfileAdvancedComponent implements OnInit {
temp
:
'温度数据'
,
temp
:
'温度数据'
,
humid
:
'湿度数据'
,
humid
:
'湿度数据'
,
tilt
:
'倾斜数据'
,
tilt
:
'倾斜数据'
,
light
:
'
震动
数据'
,
light
:
'
摆动角度
数据'
,
month
:
'近一月'
,
month
:
'近一月'
,
week
:
'近一周'
,
week
:
'近一周'
,
};
};
...
...
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