Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-4
Overview
Overview
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
office
haoban-4
Commits
19c902ad
Commit
19c902ad
authored
Nov 10, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改格式代码
parent
f5c48e37
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
add-self-app.vue
src/components/set/add-self-app.vue
+4
-4
No files found.
src/components/set/add-self-app.vue
View file @
19c902ad
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-04-14 09:50:16
* @LastEditors: 无尘
* @LastEditTime: 2020-
09-09 15:55:03
* @LastEditTime: 2020-
11-10 14:10:08
-->
<!--
<add-self-app :edit-row="editRow" @closeText="closeText" @submitText="submitText"></add-self-app>
...
...
@@ -15,15 +15,15 @@
<div
class=
""
>
<el-form
:model=
"ruleForm"
:rules=
"rules"
ref=
"ruleForm"
label-width=
"100px"
class=
"demo-ruleForm"
>
<el-form-item
label=
"应用名称"
prop=
"secretName"
>
<el-input
class=
"w-440"
type=
"text"
v-model=
"ruleForm.secretName"
max
-
length=
"30"
>
</el-input>
<el-input
class=
"w-440"
type=
"text"
v-model=
"ruleForm.secretName"
maxlength=
"30"
>
</el-input>
<span
class=
"input-cell-tip"
>
{{
ruleForm
.
secretName
.
length
}}
/30
</span>
</el-form-item>
<el-form-item
label=
"Agentld"
prop=
"agentId"
>
<el-input
class=
"w-440"
type=
"textarea"
rows=
"3"
v-model=
"ruleForm.agentId"
max
-
length=
"30"
></el-input>
<el-input
class=
"w-440"
type=
"textarea"
rows=
"3"
v-model=
"ruleForm.agentId"
maxlength=
"30"
></el-input>
<span
class=
"input-cell-tip top-40"
>
{{
ruleForm
.
agentId
.
length
}}
/30
</span>
</el-form-item>
<el-form-item
label=
"Secret"
prop=
"secretVal"
>
<el-input
class=
"w-440"
type=
"textarea"
rows=
"3"
v-model=
"ruleForm.secretVal"
max
-
length=
"100"
></el-input>
<el-input
class=
"w-440"
type=
"textarea"
rows=
"3"
v-model=
"ruleForm.secretVal"
maxlength=
"100"
></el-input>
<span
class=
"input-cell-tip top-40"
>
{{
ruleForm
.
secretVal
.
length
}}
/100
</span>
</el-form-item>
</el-form>
...
...
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