Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
W
witiumCloud2
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
witiumCloud2
Commits
550db488
Commit
550db488
authored
May 10, 2019
by
Carit Zhu
🎱
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试环境111
parent
e91f272d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
package.json
package.json
+1
-1
company.component.html
src/app/main/company/company.component.html
+1
-1
sensor-mgr.component.html
src/app/main/sensor-mgr/sensor-mgr.component.html
+1
-1
No files found.
package.json
View file @
550db488
...
...
@@ -5,7 +5,7 @@
"ng"
:
"ng"
,
"start"
:
"ng serve"
,
"build"
:
"ng build --prod -c=production"
,
"test"
:
"ng build -c=test"
,
"test"
:
"ng build -
-prod -
c=test"
,
"lint"
:
"ng lint"
,
"e2e"
:
"ng e2e"
},
...
...
src/app/main/company/company.component.html
View file @
550db488
...
...
@@ -46,7 +46,7 @@
<nz-modal
[(
nzVisible
)]="
isAddConV
"
[
nzTitle
]="
isUpdate
?
('
updateCompany
'
|
translate
)
:
('
addCompany
'
|
translate
)"
[
nzContent
]="
con1
"
nzWidth=
"500"
[
nzFooter
]="
foot1
"
(
nzOnCancel
)="
cancel
(
'
isAddConV
'
)"
nzMaskClosable=
"false"
>
[
nzFooter
]="
foot1
"
(
nzOnCancel
)="
cancel
()"
nzMaskClosable=
"false"
>
<ng-template
#
con1
>
<app-search-item
isMust=
"true"
inModal=
"true"
[
label
]="'
companyName
'
|
translate
"
[(
value
)]="
req
.
companyName
"
></app-search-item>
...
...
src/app/main/sensor-mgr/sensor-mgr.component.html
View file @
550db488
...
...
@@ -87,7 +87,7 @@
</div>
<nz-modal
[(
nzVisible
)]="
isAddConV
"
[
nzContent
]="
con1
"
nzWidth=
"500"
[
nzTitle
]="
isUpdate
?
('
updateSensor
'
|
translate
)
:
('
addSensor
'
|
translate
)"
[
nzFooter
]="
foot1
"
(
nzOnCancel
)="
cancel
(
'
isAddConV
'
)"
nzMaskClosable=
"false"
>
[
nzFooter
]="
foot1
"
(
nzOnCancel
)="
cancel
()"
nzMaskClosable=
"false"
>
<ng-template
#
con1
>
<app-search-item
inModal=
"true"
isMust=
"true"
[
label
]="'
sensorName
'
|
translate
"
[(
value
)]="
req
.
name
"
></app-search-item>
...
...
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