Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
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
youjj
cloud-platform-ui
Commits
360eb4b8
Commit
360eb4b8
authored
Aug 30, 2019
by
jiaorz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加数据字符限制
parent
79fd9d29
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
oneCampsiteModal.vue
src/views/xxOfficialWebsite/modal/oneCampsiteModal.vue
+5
-5
No files found.
src/views/xxOfficialWebsite/modal/oneCampsiteModal.vue
View file @
360eb4b8
...
@@ -6,14 +6,14 @@
...
@@ -6,14 +6,14 @@
<el-row>
<el-row>
<el-col
:span=
"8"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"标题"
prop=
"title"
>
<el-form-item
label=
"标题"
prop=
"title"
>
<el-input
v-model=
"form.title"
placeholder=
"请输入活动标题"
></el-input>
<el-input
v-model=
"form.title"
placeholder=
"请输入活动标题"
maxlength=
"255"
></el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
</el-row>
</el-row>
<el-row>
<el-row>
<el-col
:span=
"8"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"副标题"
prop=
"subtitle"
>
<el-form-item
label=
"副标题"
prop=
"subtitle"
>
<el-input
v-model=
"form.subtitle"
placeholder=
"请输入活动副标题"
></el-input>
<el-input
v-model=
"form.subtitle"
placeholder=
"请输入活动副标题"
maxlength=
"255"
></el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
</el-row>
</el-row>
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
<el-row>
<el-row>
<el-col
:span=
"8"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"总人数"
prop=
"limitNum"
>
<el-form-item
label=
"总人数"
prop=
"limitNum"
>
<el-input
v-model=
"form.limitNum"
placeholder=
"请输入总人数"
></el-input>
<el-input
v-model=
"form.limitNum"
placeholder=
"请输入总人数"
type=
"number"
maxlength=
"8"
></el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
</el-row>
</el-row>
...
@@ -59,14 +59,14 @@
...
@@ -59,14 +59,14 @@
<el-row>
<el-row>
<el-col
:span=
"8"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"活动说明"
prop=
"actDesc"
>
<el-form-item
label=
"活动说明"
prop=
"actDesc"
>
<el-input
v-model=
"form.actDesc"
placeholder=
"请输入活动说明"
></el-input>
<el-input
v-model=
"form.actDesc"
placeholder=
"请输入活动说明"
maxlength=
"255"
></el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
</el-row>
</el-row>
<el-row>
<el-row>
<el-col
:span=
"8"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"排序"
prop=
"rank"
>
<el-form-item
label=
"排序"
prop=
"rank"
>
<el-input
v-model=
"form.rank"
placeholder=
"请输入活动说明"
type=
"number"
></el-input>
<el-input
v-model=
"form.rank"
placeholder=
"请输入活动说明"
type=
"number"
maxlength=
"11"
></el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
</el-row>
</el-row>
...
...
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