Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
techbook
Project
Project
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
front-end-dev
techbook
Commits
7a34937e
Commit
7a34937e
authored
May 29, 2020
by
anxixi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
活动发布修改
parent
0029bc47
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
proactivity.vue
src/views/publishactivity/proactivity.vue
+2
-2
No files found.
src/views/publishactivity/proactivity.vue
View file @
7a34937e
...
...
@@ -15,7 +15,7 @@
<p>
{{
$t
(
'workPlace.tabBasicInfo'
)
}}
</p>
<div
style=
"margin-top: 20px"
>
<el-form
:inline=
"true"
label-width=
"180px"
:model=
"formData"
:rules=
"rulesInfo"
ref=
"formData"
class=
"contnetform180"
>
<el-form-item
:label=
"$t('pubactivities.
beijingtime
')+':'"
prop=
"versionType"
style=
"width: 100%;"
>
<el-form-item
:label=
"$t('pubactivities.
version
')+':'"
prop=
"versionType"
style=
"width: 100%;"
>
<el-radio
v-model=
"formData.versionType"
:label=
"0"
>
{{
$t
(
'Otherjson.domestic'
)
}}
</el-radio>
<el-radio
v-model=
"formData.versionType"
:label=
"1"
>
{{
$t
(
'Otherjson.overseas'
)
}}
</el-radio>
</el-form-item>
...
...
@@ -115,7 +115,7 @@
</el-select>
</el-form-item>
<el-form-item
v-if=
"$route.query.type == '3'||$route.query.type == '4'"
:label=
"$t('pubactivities.eventaddress')+':'"
:prop=
"$route.query.type == '4'?'':'channelAddress'"
style=
"width: 100%;"
>
<el-input
v-model=
"formData.channelAddress"
maxlength=
"
36
"
:placeholder=
"$t('pubactivities.pleventaddress')"
style=
"width: 450px;height: 40px"
></el-input>
<el-input
v-model=
"formData.channelAddress"
maxlength=
"
200
"
:placeholder=
"$t('pubactivities.pleventaddress')"
style=
"width: 450px;height: 40px"
></el-input>
</el-form-item>
<el-form-item
:label=
"$t('pubactivities.maxnum')+':'"
prop=
"personMax"
style=
"width: 100%;"
>
<el-input
v-model=
"formData.personMax"
@
input=
"formData.personMax=formData.personMax.slice(0,5)"
type=
"number"
:placeholder=
"$t('pubactivities.plmaxnum')"
style=
"width: 450px;height: 40px"
></el-input>
...
...
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