Commit 1ec34ade by 陈羽

update: 新建计划时间文案修改

parent a477454d
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment