Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tea-resources-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
张伯涛
tea-resources-web
Commits
cbba6095
Commit
cbba6095
authored
Apr 11, 2024
by
FangYuePeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
单位管理中出口ip因填写多个,其中右下角提示可以填写多个,用逗号分隔,
parent
2c45206e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
index.vue
src/views/courseInformation/unitManagement/index.vue
+11
-1
No files found.
src/views/courseInformation/unitManagement/index.vue
View file @
cbba6095
...
@@ -168,6 +168,7 @@
...
@@ -168,6 +168,7 @@
</el-form-item>
</el-form-item>
<el-form-item
label=
"出口Ip"
prop=
"exitId"
>
<el-form-item
label=
"出口Ip"
prop=
"exitId"
>
<el-input
v-model
.
trim=
"form.exitId"
:maxlength=
"255"
placeholder=
"请输入出口ip"
/>
<el-input
v-model
.
trim=
"form.exitId"
:maxlength=
"255"
placeholder=
"请输入出口ip"
/>
<div
class=
"tip"
>
出口ip可以填写多个,用逗号分隔
</div>
</el-form-item>
</el-form-item>
<el-form-item
label=
"备注"
prop=
"remarks"
>
<el-form-item
label=
"备注"
prop=
"remarks"
>
<el-input
<el-input
...
@@ -180,9 +181,13 @@
...
@@ -180,9 +181,13 @@
</el-form-item>
</el-form-item>
</el-form>
</el-form>
<div
slot=
"footer"
class=
"dialog-footer"
>
<div
slot=
"footer"
class=
"dialog-footer"
>
<el-button
class=
"cancelBtn"
@
click=
"cancel"
>
取 消
</el-button>
<el-button
class=
"cancelBtn"
@
click=
"cancel"
>
取 消
</el-button>
<el-button
class=
"submitBtn"
type=
"primary"
@
click=
"submitForm"
>
确 定
</el-button>
<el-button
class=
"submitBtn"
type=
"primary"
@
click=
"submitForm"
>
确 定
</el-button>
</div>
</div>
</el-dialog>
</el-dialog>
</div>
</div>
</template>
</template>
...
@@ -454,6 +459,11 @@ export default {
...
@@ -454,6 +459,11 @@ export default {
background-color
:
#F4F4F4
;
background-color
:
#F4F4F4
;
margin-bottom
:
10px
margin-bottom
:
10px
}
}
}
.tip
{
text-align
:
right
;
line-height
:
1
;
font-size
:
12px
;
color
:
red
;
}
}
</
style
>
</
style
>
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