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
a761e681
Commit
a761e681
authored
Jun 07, 2024
by
陈娇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
通道名称、通道别名-限制最大长度为50
parent
c2bb6777
Pipeline
#3052
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sensor-topic-way.component.html
...app/main/sensor-topic-way/sensor-topic-way.component.html
+2
-2
No files found.
src/app/main/sensor-topic-way/sensor-topic-way.component.html
View file @
a761e681
...
@@ -58,7 +58,7 @@
...
@@ -58,7 +58,7 @@
<ng-template
#
con1
>
<ng-template
#
con1
>
<div
class=
"half"
>
<div
class=
"half"
>
<app-search-item
nz-tooltip
nzTitle=
"此处输入为英文或数字"
isMust=
"true"
inModal=
"true"
[
label
]="'
wayName
'
|
translate
"
<app-search-item
nz-tooltip
nzTitle=
"此处输入为英文或数字"
isMust=
"true"
inModal=
"true"
[
label
]="'
wayName
'
|
translate
"
[(
value
)]="
req
.
name
"
></app-search-item>
[(
value
)]="
req
.
name
"
maxlength=
"50"
></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
'},
{
a:
'
STRING
'},
{
a:
'
BOOL
'}]"
optL=
"a"
optV=
"a"
></app-search-select>
[
data
]="[{
a:
'
AI
'},
{
a:
'
AO
'},
{
a:
'
DI
'},
{
a:
'
DO
'},
{
a:
'
STRING
'},
{
a:
'
BOOL
'}]"
optL=
"a"
optV=
"a"
></app-search-select>
...
@@ -93,7 +93,7 @@
...
@@ -93,7 +93,7 @@
</div>
</div>
<div
class=
"half"
>
<div
class=
"half"
>
<app-search-item
isMust=
"true"
nz-tooltip
nzTitle=
"此处输入为英文或数字"
inModal=
"true"
[
label
]="'
wayAlias
'
|
translate
"
<app-search-item
isMust=
"true"
nz-tooltip
nzTitle=
"此处输入为英文或数字"
inModal=
"true"
[
label
]="'
wayAlias
'
|
translate
"
[(
value
)]="
req
.
alias
"
></app-search-item>
[(
value
)]="
req
.
alias
"
maxlength=
"50"
></app-search-item>
<app-search-item
*
ngIf=
"req.type !== 'DI' && req.type !== 'DO'"
isMust=
"true"
inModal=
"true"
<app-search-item
*
ngIf=
"req.type !== 'DI' && req.type !== 'DO'"
isMust=
"true"
inModal=
"true"
[
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
"
...
...
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