Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
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
marketing-web
marketing
Commits
15f3e730
Commit
15f3e730
authored
Mar 14, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 文案
parent
013f8eef
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
+4
-1
form.vue
src/views/ecm/form.vue
+4
-1
No files found.
src/views/ecm/form.vue
View file @
15f3e730
...
...
@@ -342,11 +342,14 @@
<!-- 有效时间 -->
<section
class=
"dm-form__wrap"
v-if=
"form.effectType == 0 || form.effectType == 1"
>
<h3
class=
"dm-title__label"
>
<h3
class=
"dm-title__label"
v-if=
"form.consum_type == 2"
>
有效时间
<i
class=
"dm-title__label--icon iconfont icon-xinxixianshi"
></i>
<span
class=
"gray fz13"
>
活动持续时间最长为31天
</span>
</h3>
<h3
class=
"dm-title__label"
v-else
>
有效时间
</h3>
<el-form-item
label=
"有效时间"
prop=
"endDate"
:show-message=
"showMessage"
v-if=
"form.consum_type == 1"
>
<el-radio
:disabled=
"isEdit && onlineStatus != 0 && form.expireType == 1"
v-model=
"form.expireType"
:label=
"0"
>
长期有效
</el-radio>
<el-radio
:disabled=
"isEdit && onlineStatus != 0 && form.expireType == 0"
v-model=
"form.expireType"
: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