Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
王刘锁
/
jianlin-tms-view
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
814e4469
authored
Oct 17, 2022
by
王刘锁
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
点位管理设备类型
parent
090f0c88
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletions
src/views/modules/siteAdmin/siteTaskType/add.vue
src/views/modules/siteAdmin/siteTaskType/add.vue
View file @
814e4469
...
@@ -23,6 +23,12 @@
...
@@ -23,6 +23,12 @@
<el-form-item
label=
"备注:"
>
<el-form-item
label=
"备注:"
>
<el-input
type=
"textarea"
v-model=
"formData.remark"
:rows=
"3"
></el-input>
<el-input
type=
"textarea"
v-model=
"formData.remark"
:rows=
"3"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"任务排队:"
prop=
"needQueue"
>
<el-radio-group
v-model=
"formData.needQueue"
>
<el-radio
label=
"0"
>
否
</el-radio>
<el-radio
label=
"1"
>
是
</el-radio>
</el-radio-group>
</el-form-item>
<el-form-item
label=
"排序:"
prop=
"sort"
>
<el-form-item
label=
"排序:"
prop=
"sort"
>
<el-input
type=
"number"
v-model=
"formData.sort"
></el-input>
<el-input
type=
"number"
v-model=
"formData.sort"
></el-input>
</el-form-item>
</el-form-item>
...
@@ -73,7 +79,8 @@ export default {
...
@@ -73,7 +79,8 @@ export default {
command
:
''
,
command
:
''
,
remark
:
''
,
remark
:
''
,
sort
:
'0'
,
sort
:
'0'
,
status
:
'1'
status
:
'1'
,
needQueue
:
'0'
},
},
disabled
:
false
,
disabled
:
false
,
rules
:
{
rules
:
{
...
...
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