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
f7df279c
Commit
f7df279c
authored
Apr 19, 2021
by
yating.lin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.以下页面增加“是否为标签”:①通道模板详情、及添加/修改弹窗;②传感器主题详情、及添加/修改弹窗
2.以下页面增加“批量数据存储间隔时间”:主题配置模板详情页面、及新增/修改弹窗
parent
47c6c52f
Pipeline
#927
passed with stage
in 0 seconds
Changes
8
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
50 additions
and
12 deletions
+50
-12
module-detail.component.html
src/app/main/module-detail/module-detail.component.html
+16
-0
module-detail.component.ts
src/app/main/module-detail/module-detail.component.ts
+6
-6
sensor-topic-way.component.html
...app/main/sensor-topic-way/sensor-topic-way.component.html
+17
-0
sensor-topic-way.component.ts
src/app/main/sensor-topic-way/sensor-topic-way.component.ts
+6
-6
topic-module-detail.component.html
...in/topic-module-detail/topic-module-detail.component.html
+2
-0
en.json
src/assets/i18n/en.json
+1
-0
jpn.json
src/assets/i18n/jpn.json
+1
-0
zh.json
src/assets/i18n/zh.json
+1
-0
No files found.
src/app/main/module-detail/module-detail.component.html
View file @
f7df279c
...
@@ -23,6 +23,7 @@
...
@@ -23,6 +23,7 @@
<th
nz-th
><span>
{{'alarmMaxMax' | translate}}
</span></th>
<th
nz-th
><span>
{{'alarmMaxMax' | translate}}
</span></th>
<th
nz-th
><span>
{{'alarmMin' | translate}}
</span></th>
<th
nz-th
><span>
{{'alarmMin' | translate}}
</span></th>
<th
nz-th
><span>
{{'alarmMinMin' | translate}}
</span></th>
<th
nz-th
><span>
{{'alarmMinMin' | translate}}
</span></th>
<th
nz-th
><span>
{{'isTag' | translate}}
</span></th>
<th
nz-th
><span>
{{'isAlarm' | translate}}
</span></th>
<th
nz-th
><span>
{{'isAlarm' | translate}}
</span></th>
<th
nz-th
><span>
{{'oper' | translate}}
</span></th>
<th
nz-th
><span>
{{'oper' | translate}}
</span></th>
</tr>
</tr>
...
@@ -40,6 +41,7 @@
...
@@ -40,6 +41,7 @@
<td
nz-td
>
{{one.upperAlarmLimit}}
</td>
<td
nz-td
>
{{one.upperAlarmLimit}}
</td>
<td
nz-td
>
{{one.alarmDown}}
</td>
<td
nz-td
>
{{one.alarmDown}}
</td>
<td
nz-td
>
{{one.lowerAlarmLimit}}
</td>
<td
nz-td
>
{{one.lowerAlarmLimit}}
</td>
<td
nz-td
>
{{one.isTag === 1 ? '是' : '否'}}
</td>
<td
nz-td
>
{{one.isAlarm === 1 ? '是' : '否'}}
</td>
<td
nz-td
>
{{one.isAlarm === 1 ? '是' : '否'}}
</td>
<td
nz-td
>
<td
nz-td
>
<span
class=
"editSpan"
(
click
)="
update
(
one
)"
>
{{'update' | translate}}
</span>
<span
class=
"editSpan"
(
click
)="
update
(
one
)"
>
{{'update' | translate}}
</span>
...
@@ -59,6 +61,17 @@
...
@@ -59,6 +61,17 @@
[(
value
)]="
req
.
name
"
></app-search-item>
[(
value
)]="
req
.
name
"
></app-search-item>
<app-search-select
isMust=
"true"
inModal=
"true"
[
label
]="'
wayType
'
|
translate
"
[(
value
)]="
req
.
type
"
<app-search-select
isMust=
"true"
inModal=
"true"
[
label
]="'
wayType
'
|
translate
"
[(
value
)]="
req
.
type
"
[
data
]="[{
a:
'
AI
'},
{
a:
'
AO
'},
{
a:
'
DI
'},
{
a:
'
DO
'}]"
optL=
"a"
optV=
"a"
></app-search-select>
[
data
]="[{
a:
'
AI
'},
{
a:
'
AO
'},
{
a:
'
DI
'},
{
a:
'
DO
'}]"
optL=
"a"
optV=
"a"
></app-search-select>
<div
class=
"searchItem inModal"
>
<div
class=
"item-label"
><span
class=
"deleteFontColor"
>
*
</span>
{{'isTag' | translate}}
</div>
<div
class=
"item-input"
>
<nz-radio-group
[(
ngModel
)]="
req
.
isTag
"
>
<label
nz-radio
[
nzValue
]="
1
"
>
是
</label>
<label
nz-radio
[
nzValue
]="
0
"
>
否
</label>
</nz-radio-group>
</div>
</div>
<div
class=
"searchItem inModal"
>
<div
class=
"searchItem inModal"
>
<div
class=
"item-label"
><span
class=
"deleteFontColor"
>
*
</span>
{{'isAlarm' | translate}}
</div>
<div
class=
"item-label"
><span
class=
"deleteFontColor"
>
*
</span>
{{'isAlarm' | translate}}
</div>
<div
class=
"item-input"
>
<div
class=
"item-input"
>
...
@@ -83,6 +96,9 @@
...
@@ -83,6 +96,9 @@
[
label
]="'
per
'
|
translate
"
[(
value
)]="
req
.
unit
"
></app-search-item>
[
label
]="'
per
'
|
translate
"
[(
value
)]="
req
.
unit
"
></app-search-item>
<app-search-item
isMust=
"true"
inModal=
"true"
[
label
]="'
wayDescription
'
|
translate
"
<app-search-item
isMust=
"true"
inModal=
"true"
[
label
]="'
wayDescription
'
|
translate
"
[(
value
)]="
req
.
description
"
></app-search-item>
[(
value
)]="
req
.
description
"
></app-search-item>
<div
class=
"searchItem inModal"
style=
"height: 30px;"
>
</div>
<app-search-item
inModal=
"true"
[
label
]="'
min
'
|
translate
"
[(
value
)]="
req
.
rangeMin
"
></app-search-item>
<app-search-item
inModal=
"true"
[
label
]="'
min
'
|
translate
"
[(
value
)]="
req
.
rangeMin
"
></app-search-item>
<app-search-item
*
ngIf=
"req.isAlarm"
inModal=
"true"
[
label
]="'
alarmMin
'
|
translate
"
<app-search-item
*
ngIf=
"req.isAlarm"
inModal=
"true"
[
label
]="'
alarmMin
'
|
translate
"
[(
value
)]="
req
.
alarmDown
"
></app-search-item>
[(
value
)]="
req
.
alarmDown
"
></app-search-item>
...
...
src/app/main/module-detail/module-detail.component.ts
View file @
f7df279c
...
@@ -80,10 +80,10 @@ export class ModuleDetailComponent implements OnInit {
...
@@ -80,10 +80,10 @@ export class ModuleDetailComponent implements OnInit {
this
.
isUpdate
=
false
;
this
.
isUpdate
=
false
;
this
.
isV
=
true
;
this
.
isV
=
true
;
this
.
try
=
{
this
.
try
=
{
trans
:
{
name
:
'wayName'
,
alias
:
'wayAlias'
,
description
:
'wayDescription'
,
type
:
'per'
,
is
Alarm
:
'isAlarm
'
,
trans
:
{
name
:
'wayName'
,
alias
:
'wayAlias'
,
description
:
'wayDescription'
,
type
:
'per'
,
is
Tag
:
'isTag
'
,
alarmUp
:
'alarmMax'
,
upperAlarmLimit
:
'alarmMaxMax'
,
rangeMax
:
'max'
,
alarmDown
:
'alarmMin'
,
isAlarm
:
'isAlarm'
,
alarmUp
:
'alarmMax'
,
upperAlarmLimit
:
'alarmMaxMax'
,
rangeMax
:
'max'
,
alarmDown
:
'alarmMin'
,
lowerAlarmLimit
:
'alarmMinMin'
,
alarmInterval
:
'alarmInterval'
,
rangeMin
:
'min'
},
lowerAlarmLimit
:
'alarmMinMin'
,
alarmInterval
:
'alarmInterval'
,
rangeMin
:
'min'
},
field
:
[
'probesModelNo'
,
'name'
,
'alias'
,
'description'
,
'type'
,
'isAlarm'
],
field
:
[
'probesModelNo'
,
'name'
,
'alias'
,
'description'
,
'type'
,
'is
Tag'
,
'is
Alarm'
],
canFloat2
:
[
'alarmUp'
,
'upperAlarmLimit'
,
'rangeMax'
,
'alarmDown'
,
'lowerAlarmLimit'
,
'rangeMin'
],
canFloat2
:
[
'alarmUp'
,
'upperAlarmLimit'
,
'rangeMax'
,
'alarmDown'
,
'lowerAlarmLimit'
,
'rangeMin'
],
num
:
[
'alarmInterval'
],
num
:
[
'alarmInterval'
],
eng
:
[
'name'
,
'alias'
]
eng
:
[
'name'
,
'alias'
]
...
@@ -96,10 +96,10 @@ export class ModuleDetailComponent implements OnInit {
...
@@ -96,10 +96,10 @@ export class ModuleDetailComponent implements OnInit {
this
.
req
.
oldName
=
one
.
name
;
this
.
req
.
oldName
=
one
.
name
;
this
.
isV
=
true
;
this
.
isV
=
true
;
this
.
try
=
{
this
.
try
=
{
trans
:
{
name
:
'wayName'
,
alias
:
'wayAlias'
,
description
:
'wayDescription'
,
type
:
'per'
,
is
Alarm
:
'isAlarm
'
,
trans
:
{
name
:
'wayName'
,
alias
:
'wayAlias'
,
description
:
'wayDescription'
,
type
:
'per'
,
is
Tag
:
'isTag
'
,
alarmUp
:
'alarmMax'
,
upperAlarmLimit
:
'alarmMaxMax'
,
rangeMax
:
'max'
,
alarmDown
:
'alarmMin'
,
isAlarm
:
'isAlarm'
,
alarmUp
:
'alarmMax'
,
upperAlarmLimit
:
'alarmMaxMax'
,
rangeMax
:
'max'
,
alarmDown
:
'alarmMin'
,
lowerAlarmLimit
:
'alarmMinMin'
,
alarmInterval
:
'alarmInterval'
,
rangeMin
:
'min'
},
lowerAlarmLimit
:
'alarmMinMin'
,
alarmInterval
:
'alarmInterval'
,
rangeMin
:
'min'
},
field
:
[
'probesModelNo'
,
'name'
,
'alias'
,
'description'
,
'type'
,
'isAlarm'
],
field
:
[
'probesModelNo'
,
'name'
,
'alias'
,
'description'
,
'type'
,
'is
Tag'
,
'is
Alarm'
],
canFloat2
:
[
'alarmUp'
,
'upperAlarmLimit'
,
'rangeMax'
,
'alarmDown'
,
'lowerAlarmLimit'
,
'rangeMin'
],
canFloat2
:
[
'alarmUp'
,
'upperAlarmLimit'
,
'rangeMax'
,
'alarmDown'
,
'lowerAlarmLimit'
,
'rangeMin'
],
num
:
[
'alarmInterval'
],
num
:
[
'alarmInterval'
],
eng
:
[
'name'
,
'alias'
]
eng
:
[
'name'
,
'alias'
]
...
...
src/app/main/sensor-topic-way/sensor-topic-way.component.html
View file @
f7df279c
...
@@ -24,6 +24,7 @@
...
@@ -24,6 +24,7 @@
<th
nz-th
><span>
{{'alarmMaxMax' | translate}}
</span></th>
<th
nz-th
><span>
{{'alarmMaxMax' | translate}}
</span></th>
<th
nz-th
><span>
{{'alarmMin' | translate}}
</span></th>
<th
nz-th
><span>
{{'alarmMin' | translate}}
</span></th>
<th
nz-th
><span>
{{'alarmMinMin' | translate}}
</span></th>
<th
nz-th
><span>
{{'alarmMinMin' | translate}}
</span></th>
<th
nz-th
><span>
{{'isTag' | translate}}
</span></th>
<th
nz-th
><span>
{{'isAlarm' | translate}}
</span></th>
<th
nz-th
><span>
{{'isAlarm' | translate}}
</span></th>
<th
nz-th
><span>
{{'oper' | translate}}
</span></th>
<th
nz-th
><span>
{{'oper' | translate}}
</span></th>
</tr>
</tr>
...
@@ -41,6 +42,7 @@
...
@@ -41,6 +42,7 @@
<td
nz-td
>
{{one.upperAlarmLimit}}
</td>
<td
nz-td
>
{{one.upperAlarmLimit}}
</td>
<td
nz-td
>
{{one.alarmDown}}
</td>
<td
nz-td
>
{{one.alarmDown}}
</td>
<td
nz-td
>
{{one.lowerAlarmLimit}}
</td>
<td
nz-td
>
{{one.lowerAlarmLimit}}
</td>
<td
nz-td
>
{{one.isTag === 1 ? '是': '否'}}
</td>
<td
nz-td
>
{{one.isAlarm === 1 ? '是': '否'}}
</td>
<td
nz-td
>
{{one.isAlarm === 1 ? '是': '否'}}
</td>
<td
nz-td
>
<td
nz-td
>
<span
class=
"editSpan"
(
click
)="
update
(
one
)"
>
{{'update' | translate}}
</span>
<span
class=
"editSpan"
(
click
)="
update
(
one
)"
>
{{'update' | translate}}
</span>
...
@@ -59,6 +61,17 @@
...
@@ -59,6 +61,17 @@
[(
value
)]="
req
.
name
"
></app-search-item>
[(
value
)]="
req
.
name
"
></app-search-item>
<app-search-select
isMust=
"true"
inModal=
"true"
[
label
]="'
wayType
'
|
translate
"
[(
value
)]="
req
.
type
"
<app-search-select
isMust=
"true"
inModal=
"true"
[
label
]="'
wayType
'
|
translate
"
[(
value
)]="
req
.
type
"
[
data
]="[{
a:
'
AI
'},
{
a:
'
AO
'},
{
a:
'
DI
'},
{
a:
'
DO
'}]"
optL=
"a"
optV=
"a"
></app-search-select>
[
data
]="[{
a:
'
AI
'},
{
a:
'
AO
'},
{
a:
'
DI
'},
{
a:
'
DO
'}]"
optL=
"a"
optV=
"a"
></app-search-select>
<div
class=
"searchItem inModal"
>
<div
class=
"item-label"
><span
class=
"deleteFontColor"
>
*
</span>
{{'isTag' | translate}}
</div>
<div
class=
"item-input"
>
<nz-radio-group
[(
ngModel
)]="
req
.
isTag
"
>
<label
nz-radio
[
nzValue
]="
1
"
>
是
</label>
<label
nz-radio
[
nzValue
]="
0
"
>
否
</label>
</nz-radio-group>
</div>
</div>
<div
class=
"searchItem inModal"
>
<div
class=
"searchItem inModal"
>
<div
class=
"item-label"
><span
class=
"deleteFontColor"
>
*
</span>
{{'isAlarm' | translate}}
</div>
<div
class=
"item-label"
><span
class=
"deleteFontColor"
>
*
</span>
{{'isAlarm' | translate}}
</div>
<div
class=
"item-input"
>
<div
class=
"item-input"
>
...
@@ -83,6 +96,10 @@
...
@@ -83,6 +96,10 @@
[
label
]="'
per
'
|
translate
"
[(
value
)]="
req
.
unit
"
></app-search-item>
[
label
]="'
per
'
|
translate
"
[(
value
)]="
req
.
unit
"
></app-search-item>
<app-search-item
isMust=
"true"
inModal=
"true"
[
label
]="'
wayDescription
'
|
translate
"
<app-search-item
isMust=
"true"
inModal=
"true"
[
label
]="'
wayDescription
'
|
translate
"
[(
value
)]="
req
.
description
"
></app-search-item>
[(
value
)]="
req
.
description
"
></app-search-item>
<div
class=
"searchItem inModal"
style=
"height: 30px;"
>
</div>
<app-search-item
inModal=
"true"
[
label
]="'
min
'
|
translate
"
[(
value
)]="
req
.
rangeMin
"
></app-search-item>
<app-search-item
inModal=
"true"
[
label
]="'
min
'
|
translate
"
[(
value
)]="
req
.
rangeMin
"
></app-search-item>
<app-search-item
*
ngIf=
"req.isAlarm"
inModal=
"true"
[
label
]="'
alarmMin
'
|
translate
"
<app-search-item
*
ngIf=
"req.isAlarm"
inModal=
"true"
[
label
]="'
alarmMin
'
|
translate
"
[(
value
)]="
req
.
alarmDown
"
></app-search-item>
[(
value
)]="
req
.
alarmDown
"
></app-search-item>
...
...
src/app/main/sensor-topic-way/sensor-topic-way.component.ts
View file @
f7df279c
...
@@ -71,10 +71,10 @@ export class SensorTopicWayComponent implements OnInit {
...
@@ -71,10 +71,10 @@ export class SensorTopicWayComponent implements OnInit {
this
.
isUpdate
=
false
;
this
.
isUpdate
=
false
;
this
.
isV
=
true
;
this
.
isV
=
true
;
this
.
try
=
{
this
.
try
=
{
trans
:
{
name
:
'wayName'
,
alias
:
'wayAlias'
,
description
:
'wayDescription'
,
type
:
'per'
,
is
Alarm
:
'isAlarm
'
,
trans
:
{
name
:
'wayName'
,
alias
:
'wayAlias'
,
description
:
'wayDescription'
,
type
:
'per'
,
is
Tag
:
'isTag
'
,
alarmUp
:
'alarmMax'
,
upperAlarmLimit
:
'alarmMaxMax'
,
rangeMax
:
'max'
,
alarmDown
:
'alarmMin'
,
isAlarm
:
'isAlarm'
,
alarmUp
:
'alarmMax'
,
upperAlarmLimit
:
'alarmMaxMax'
,
rangeMax
:
'max'
,
alarmDown
:
'alarmMin'
,
lowerAlarmLimit
:
'alarmMinMin'
,
alarmInterval
:
'alarmInterval'
,
rangeMin
:
'min'
},
lowerAlarmLimit
:
'alarmMinMin'
,
alarmInterval
:
'alarmInterval'
,
rangeMin
:
'min'
},
field
:
[
'deviceNo'
,
'topicName'
,
'name'
,
'alias'
,
'description'
,
'type'
,
'isAlarm'
],
field
:
[
'deviceNo'
,
'topicName'
,
'name'
,
'alias'
,
'description'
,
'type'
,
'is
Tag'
,
'is
Alarm'
],
canFloat2
:
[
'alarmUp'
,
'upperAlarmLimit'
,
'rangeMax'
,
'alarmDown'
,
'lowerAlarmLimit'
,
'rangeMin'
],
canFloat2
:
[
'alarmUp'
,
'upperAlarmLimit'
,
'rangeMax'
,
'alarmDown'
,
'lowerAlarmLimit'
,
'rangeMin'
],
num
:
[
'alarmInterval'
],
num
:
[
'alarmInterval'
],
eng
:
[
'name'
,
'alias'
]
eng
:
[
'name'
,
'alias'
]
...
@@ -87,10 +87,10 @@ export class SensorTopicWayComponent implements OnInit {
...
@@ -87,10 +87,10 @@ export class SensorTopicWayComponent implements OnInit {
this
.
req
.
oldName
=
one
.
name
;
this
.
req
.
oldName
=
one
.
name
;
this
.
isV
=
true
;
this
.
isV
=
true
;
this
.
try
=
{
this
.
try
=
{
trans
:
{
name
:
'wayName'
,
alias
:
'wayAlias'
,
description
:
'wayDescription'
,
type
:
'per'
,
is
Alarm
:
'isAlarm
'
,
trans
:
{
name
:
'wayName'
,
alias
:
'wayAlias'
,
description
:
'wayDescription'
,
type
:
'per'
,
is
Tag
:
'isTag
'
,
alarmUp
:
'alarmMax'
,
upperAlarmLimit
:
'alarmMaxMax'
,
rangeMax
:
'max'
,
alarmDown
:
'alarmMin'
,
isAlarm
:
'isAlarm'
,
alarmUp
:
'alarmMax'
,
upperAlarmLimit
:
'alarmMaxMax'
,
rangeMax
:
'max'
,
alarmDown
:
'alarmMin'
,
lowerAlarmLimit
:
'alarmMinMin'
,
alarmInterval
:
'alarmInterval'
,
rangeMin
:
'min'
},
lowerAlarmLimit
:
'alarmMinMin'
,
alarmInterval
:
'alarmInterval'
,
rangeMin
:
'min'
},
field
:
[
'deviceNo'
,
'topicName'
,
'name'
,
'alias'
,
'description'
,
'type'
,
'isAlarm'
],
field
:
[
'deviceNo'
,
'topicName'
,
'name'
,
'alias'
,
'description'
,
'type'
,
'is
Tag'
,
'is
Alarm'
],
canFloat2
:
[
'alarmUp'
,
'upperAlarmLimit'
,
'rangeMax'
,
'alarmDown'
,
'lowerAlarmLimit'
,
'rangeMin'
],
canFloat2
:
[
'alarmUp'
,
'upperAlarmLimit'
,
'rangeMax'
,
'alarmDown'
,
'lowerAlarmLimit'
,
'rangeMin'
],
num
:
[
'alarmInterval'
],
num
:
[
'alarmInterval'
],
eng
:
[
'name'
,
'alias'
]
eng
:
[
'name'
,
'alias'
]
...
...
src/app/main/topic-module-detail/topic-module-detail.component.html
View file @
f7df279c
...
@@ -15,6 +15,7 @@
...
@@ -15,6 +15,7 @@
<th
nz-th
><span>
{{'topicName' | translate}}
</span></th>
<th
nz-th
><span>
{{'topicName' | translate}}
</span></th>
<th
nz-th
><span>
{{'topicType' | translate}}
</span></th>
<th
nz-th
><span>
{{'topicType' | translate}}
</span></th>
<th
nz-th
><span>
{{'dataType' | translate}}
</span></th>
<th
nz-th
><span>
{{'dataType' | translate}}
</span></th>
<th
nz-th
><span>
{{'dataInterval' | translate}}
</span></th>
<th
nz-th
><span>
{{'inTime' | translate}}
</span></th>
<th
nz-th
><span>
{{'inTime' | translate}}
</span></th>
<th
nz-th
><span>
{{'oper' | translate}}
</span></th>
<th
nz-th
><span>
{{'oper' | translate}}
</span></th>
</tr>
</tr>
...
@@ -26,6 +27,7 @@
...
@@ -26,6 +27,7 @@
<td
nz-td
>
{{one.topicType === 0 ? '推送主题' : one.topicType === 1 ? '订阅主题':
<td
nz-td
>
{{one.topicType === 0 ? '推送主题' : one.topicType === 1 ? '订阅主题':
one.topicType === 2 ?'推送订阅主题' : one.topicType === 3 ? '告警主题' : '通知主题'}}
</td>
one.topicType === 2 ?'推送订阅主题' : one.topicType === 3 ? '告警主题' : '通知主题'}}
</td>
<td
nz-td
>
{{one.dataType === 0 ? 'json' : 'bin'}}
</td>
<td
nz-td
>
{{one.dataType === 0 ? 'json' : 'bin'}}
</td>
<td
nz-td
>
{{one.dataInterval}}
</td>
<td
nz-td
>
{{one.interval}}
</td>
<td
nz-td
>
{{one.interval}}
</td>
<td
nz-td
>
<td
nz-td
>
<span
class=
"editSpan"
(
click
)="
update
(
one
)"
>
{{'update' | translate}}
</span>
<span
class=
"editSpan"
(
click
)="
update
(
one
)"
>
{{'update' | translate}}
</span>
...
...
src/assets/i18n/en.json
View file @
f7df279c
...
@@ -120,5 +120,6 @@
...
@@ -120,5 +120,6 @@
"moduleNum"
:
"通道编号"
,
"moduleNum"
:
"通道编号"
,
"moduleAlias"
:
"通道别名"
,
"moduleAlias"
:
"通道别名"
,
"isAlarm"
:
"是否报警"
,
"isAlarm"
:
"是否报警"
,
"isTag"
:
"是否为标签"
,
"saveOther"
:
"另存为"
"saveOther"
:
"另存为"
}
}
src/assets/i18n/jpn.json
View file @
f7df279c
...
@@ -120,5 +120,6 @@
...
@@ -120,5 +120,6 @@
"moduleNum"
:
"通道编号"
,
"moduleNum"
:
"通道编号"
,
"moduleAlias"
:
"通道别名"
,
"moduleAlias"
:
"通道别名"
,
"isAlarm"
:
"是否报警"
,
"isAlarm"
:
"是否报警"
,
"isTag"
:
"是否为标签"
,
"saveOther"
:
"另存为"
"saveOther"
:
"另存为"
}
}
src/assets/i18n/zh.json
View file @
f7df279c
...
@@ -120,6 +120,7 @@
...
@@ -120,6 +120,7 @@
"moduleNum"
:
"通道编号"
,
"moduleNum"
:
"通道编号"
,
"moduleAlias"
:
"通道别名"
,
"moduleAlias"
:
"通道别名"
,
"isAlarm"
:
"是否报警"
,
"isAlarm"
:
"是否报警"
,
"isTag"
:
"是否为标签"
,
"saveOther"
:
"另存为"
,
"saveOther"
:
"另存为"
,
"addWay"
:
"添加通道"
,
"addWay"
:
"添加通道"
,
"alarmInterval"
:
"报警时间间隔/ms"
,
"alarmInterval"
:
"报警时间间隔/ms"
,
...
...
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