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
1ec34ade
Commit
1ec34ade
authored
Apr 13, 2021
by
陈羽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 新建计划时间文案修改
parent
a477454d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
form.vue
src/views/pop/form.vue
+1
-1
No files found.
src/views/pop/form.vue
View file @
1ec34ade
...
...
@@ -16,7 +16,7 @@
</el-checkbox-group>
</el-form-item>
<el-form-item
prop=
"dateTime"
>
<el-tooltip
slot=
"label"
open-delay=
"200"
content=
"计划时间不能和
已有进行中的
计划重叠"
placement=
"top"
>
<el-tooltip
slot=
"label"
open-delay=
"200"
content=
"计划时间不能和
列表中已有
计划重叠"
placement=
"top"
>
<span
class=
"tooltip-icon cursor"
>
计划时间:
</span>
</el-tooltip>
<el-date-picker
v-model=
"group.dateTime"
@
change=
"filedAllPopDate"
:disabled=
"!!group.id"
:picker-options=
"pickerOptions"
:default-time=
"['00:00:00', '23:59:59']"
class=
"w400"
type=
"datetimerange"
range-separator=
"~"
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
></el-date-picker>
...
...
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