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
85bf0e21
Commit
85bf0e21
authored
Aug 12, 2021
by
黑潮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 回滚
parent
c3e74122
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
form.vue
src/views/message/form.vue
+1
-2
importSendForm.vue
src/views/message/importSendForm.vue
+1
-2
No files found.
src/views/message/form.vue
View file @
85bf0e21
...
...
@@ -96,8 +96,7 @@ export default {
],
disabledDate
(
val
)
{
return
Date
.
now
()
>=
val
.
getTime
()
+
24
*
60
*
60
*
1000
;
},
selectableRange
:
'08:00:00 - 22:00:00'
}
},
// 人群筛选器可传参数
sceneValue
:
'member'
,
// 场景值
...
...
src/views/message/importSendForm.vue
View file @
85bf0e21
...
...
@@ -63,8 +63,7 @@ export default {
pickerOptions
:
{
disabledDate
(
val
)
{
return
Date
.
now
()
>=
val
.
getTime
()
+
24
*
60
*
60
*
1000
;
},
selectableRange
:
'08:00:00 - 22:00:00'
}
},
sceneSettingIdOptions
:
[],
sendTypeOptions
:
[{
value
:
0
,
label
:
'立即发送'
},
{
value
:
1
,
label
:
'选择时间发送'
}],
// eslint-disable-line
...
...
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