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
fbd2fa5c
Commit
fbd2fa5c
authored
Dec 09, 2020
by
chenxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 文案
parent
1cf3bdbd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
form.vue
src/views/card/form.vue
+1
-1
index.vue
src/views/card/index.vue
+1
-1
No files found.
src/views/card/form.vue
View file @
fbd2fa5c
...
...
@@ -243,7 +243,7 @@
</el-tooltip>
<div
v-if=
"form.cardEffectiveMode == 0"
>
<el-date-picker
v-model=
"form.sendDateTime"
:disabled=
"isEdit || isInfo"
:picker-options=
"pickerOptions"
type=
"daterange"
range-separator=
"至"
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
></el-date-picker>
<span
class=
"gray fz13"
>
* 卡券模板投放期限结束日期不能
迟于
卡券使用有效期固定日期结束日期
</span>
<span
class=
"gray fz13"
>
* 卡券模板投放期限结束日期不能
超过
卡券使用有效期固定日期结束日期
</span>
</div>
<div
v-if=
"form.cardEffectiveMode == 1"
style=
"height:35px;"
>
<el-radio
v-model=
"form.sendDateType"
:disabled=
"isEdit || isInfo"
:label=
"0"
>
长期有效
</el-radio>
...
...
src/views/card/index.vue
View file @
fbd2fa5c
...
...
@@ -9,7 +9,7 @@ export default {
methods
:
{
getAppletVersion
()
{
setTimeout
(()
=>
{
this
.
$store
.
commit
(
'updateAppletEnable'
,
tru
e
);
this
.
$store
.
commit
(
'updateAppletEnable'
,
fals
e
);
},
2000
);
}
},
...
...
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