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
ec7ca28b
Commit
ec7ca28b
authored
Apr 25, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 完成
parent
4f264c03
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
form.js
src/views/ecm/form.js
+1
-0
form.vue
src/views/ecm/form.vue
+1
-1
No files found.
src/views/ecm/form.js
View file @
ec7ca28b
...
...
@@ -207,6 +207,7 @@ export default {
case
'brithday_day'
:
if
(
!
this
.
form
.
brithday_day
)
{
this
.
form
.
brithday_type
=
1
;
this
.
form
.
brithday_day
=
1
;
}
this
.
form
.
attention_day
=
0
;
this
.
form
.
lastCost_day
=
0
;
...
...
src/views/ecm/form.vue
View file @
ec7ca28b
...
...
@@ -351,7 +351,7 @@
<dm-sub-title
type=
"line"
v-else
>
有效时间
</dm-sub-title>
<el-form-item
label=
"有效时间"
prop=
"endDate"
:show-message=
"showMessage"
v-if=
"form.consum_type == 1"
>
<el-form-item
label=
"有效时间"
prop=
"endDate"
:show-message=
"showMessage"
v-if=
"form.consum_type == 1"
class=
"mt20"
>
<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>
<
template
v-if=
"form.effectType == 1"
>
...
...
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