Commit 5ab79951 authored by zhengke's avatar zhengke

修改

parent 46213b92
......@@ -110,15 +110,17 @@
</div>
<div class="row wrap">
<div class="col-6">
<q-input filled v-model="objOption.ClassDateList" multiple class="col-6 q-pr-lg q-pb-lg" mask="date" label="开班时间">
<template v-slot:append>
<q-icon name="event" class="cursor-pointer">
<q-popup-proxy ref="qDateProxy1" transition-show="scale" transition-hide="scale">
<q-date v-model="objOption.ClassDateList" multiple />
</q-popup-proxy>
</q-icon>
</template>
</q-input>
<q-field filled class="q-pr-lg">
 <template v-slot:control>
<el-date-picker
type="dates"
style="width:100%"
v-model="objOption.ClassDateList"
value-format="yyyy-MM-dd"
placeholder="开班时间">
</el-date-picker>
</template>
</q-field>
</div>
<div class="col-6">
<q-input filled v-model="objOption.EndOrderTime" class="col-6 q-pr-lg q-pb-lg" mask="date" label="截止报名时间">
......@@ -497,7 +499,7 @@
checkedDays: [],
//默认上课时间数组
DefaultPlanTimeList: [],
BtnStr: "立即提交",
BtnStr: "立即提交"
}
},
created() {
......@@ -572,6 +574,7 @@
this.objOption.InnerRemark = TempData.InnerRemark;
this.objOption.ClassType = TempData.ClassType;
this.objOption.ClassHourMinute = TempData.ClassHourMinute;
this.objOption.ClassDateList = TempData.ClassDateList;
//默认时间
if (TempData.DefaultTimeList && TempData.DefaultTimeList.length > 0) {
this.DefaultPlanTimeList = TempData.DefaultTimeList;
......
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