Commit e7974e4c authored by 黄奎's avatar 黄奎

yem xiu

parent 48513965
......@@ -30,13 +30,15 @@
</q-field>
</div>
</div> -->
<div class="col-3">
<div class="col-3">
<div class="col-3 Sysuser_Date">
<q-field filled>
 <template v-slot:control>
<el-date-picker v-model="msg.StartTime" type="date" placeholder="开学日期" size="small" style="width:160px;border:none;" @change="resetSearch">
</el-date-picker>-
<el-date-picker v-model="msg.EndTime" type="date" placeholder="结束日期" size="small" style="width:160px;border:none;" @change="resetSearch">
<el-date-picker v-model="msg.StartTime" type="date" placeholder="开学日期" size="small" style="width:47%;"
@change="resetSearch" clear-icon="">
</el-date-picker>
<el-date-picker v-model="msg.EndTime" type="date" placeholder="结束日期" size="small" style="width:47%;"
@change="resetSearch" clear-icon="">
</el-date-picker>
</template>
</q-field>
......@@ -46,9 +48,11 @@
<div class="col-3 Sysuser_Date">
<q-field filled>
 <template v-slot:control>
<el-date-picker v-model="msg.JoinStartTime" type="date" placeholder="报名截止日期" size="small" style="width:160px;border:none;" @change="resetSearch">
</el-date-picker>-
<el-date-picker v-model="msg.JoinEndTime" type="date" placeholder="报名截止日期" size="small" style="width:160px;border:none;" @change="resetSearch">
<el-date-picker v-model="msg.JoinStartTime" type="date" placeholder="报名截止日期" size="small"
style="width:47%;" @change="resetSearch">
</el-date-picker>
<el-date-picker v-model="msg.JoinEndTime" type="date" placeholder="报名截止日期" size="small"
style="width:47%;" @change="resetSearch">
</el-date-picker>
</template>
</q-field>
......@@ -77,12 +81,12 @@
style="width: 14px;height: 14px;margin-right: 5px;">{{item.ClassHours?item.ClassHours:'0'}}课时</div>
</div>
<div class="d2">
<div class="row" style="align-items: center">
<div class="row" style="align-items: center ;margin:0;padding:0;">
<span class="d2-n">带课老师</span>
<q-avatar rounded size="sm" v-if="item.TeacherHead&&item.TeacherHead!=''">
<img :src="item.TeacherHead" />
</q-avatar>
<q-avatar v-else rounded size="sm" color="teal-10" text-color="white" style="margin:0;padding:0;">
<q-avatar v-else rounded size="sm" color="teal-10" text-color="white">
<template v-if="item.TeacherName&&item.TeacherName!=''">
{{item.TeacherName.substr(0,1)}}
</template>
......@@ -322,9 +326,9 @@
var year = nowDay.getFullYear(); //年
var month = nowDay.getMonth() + 1; //月
var day = nowDay.getDate(); //日
var currentDay=year + '-' + month + '-' + day;
var currentDay = year + '-' + month + '-' + day;
//this.dateList[0] = currentDay;
this.msg.StartTime=currentDay
this.msg.StartTime = currentDay
this.getList();
},
methods: {
......@@ -405,7 +409,7 @@
// this.msg.StartTime = '';
// this.msg.EndTime = '';
// }
this.loading = true;
getClassPruductList(this.msg).then(res => {
this.loading = false
......@@ -703,4 +707,9 @@
height: 60px;
}
.japaneseTrain .el-input__inner {
border: none !important;
background: transparent !important;
}
</style>
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