Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
intelligent_station_web
Project
Project
Details
Activity
Releases
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
张伯涛
intelligent_station_web
Commits
b1b85f3b
Commit
b1b85f3b
authored
Sep 13, 2024
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
de867fcb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
19 deletions
+0
-19
index.vue
src/views/resHost/index.vue
+0
-19
No files found.
src/views/resHost/index.vue
View file @
b1b85f3b
...
@@ -218,25 +218,6 @@
...
@@ -218,25 +218,6 @@
</el-form-item>
</el-form-item>
</el-col>
</el-col>
</el-row>
</el-row>
<el-row>
<el-col
:span=
"12"
>
<el-form-item
label=
"宿主机状态"
prop=
"hostStatus"
>
<el-select
v-model
.
trim=
"form.hostStatus"
placeholder=
"请选择宿主机状态"
clearable
>
<el-option
v-for=
"dict in statusList"
:key=
"dict.value"
:label=
"dict.label"
:value=
"dict.value"
/>
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"实例数量"
prop=
"hostContainerInstanceNum"
>
<el-input
v-model
.
trim=
"form.hostContainerInstanceNum"
show-word-limit
:maxlength=
"255"
placeholder=
"请输入实例数量"
/>
</el-form-item>
</el-col>
</el-row>
<!-- <el-form-item label="状态">-->
<!-- <el-form-item label="状态">-->
<!-- <el-radio-group v-model="form.flag">-->
<!-- <el-radio-group v-model="form.flag">-->
<!-- <el-radio label="1">启用</el-radio>-->
<!-- <el-radio label="1">启用</el-radio>-->
...
...
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