Commit 4797d127 authored by Mac's avatar Mac

产品加了一个班号

parent faac62e6
...@@ -6,6 +6,10 @@ ...@@ -6,6 +6,10 @@
<q-select @input="resetSearch" standout="bg-primary text-white" option-value="SId" option-label="SName" <q-select @input="resetSearch" standout="bg-primary text-white" option-value="SId" option-label="SName"
v-model="msg.School_Id" :options="schoolList" emit-value map-options label="关联校区" clearable /> v-model="msg.School_Id" :options="schoolList" emit-value map-options label="关联校区" clearable />
</div> </div>
<div class="col-3">
<q-input @change="resetSearch" clearable standout="bg-primary text-white" v-model="msg.ClassNo" label="班号"
@clear="resetSearch" maxlength="20" clearable />
</div>
<div class="col-3"> <div class="col-3">
<q-input @change="resetSearch" clearable standout="bg-primary text-white" v-model="msg.ClassName" label="班级名称" <q-input @change="resetSearch" clearable standout="bg-primary text-white" v-model="msg.ClassName" label="班级名称"
@clear="resetSearch" maxlength="20" clearable /> @clear="resetSearch" maxlength="20" clearable />
...@@ -63,7 +67,8 @@ ...@@ -63,7 +67,8 @@
<div class="dline"> <div class="dline">
<div class="d1"> <div class="d1">
<div class="di-title">{{item.ClassName}}</div> <div class="di-title">{{item.ClassName}}</div>
<div class="di-c" style="margin-top: 8px;align-items:baseline"> <div class="di-c">{{item.ClassNo}}</div>
<div class="di-c" style="margin-top: 5px;align-items:baseline">
<img src="../../assets/images/administration/kezname.png" alt="" <img src="../../assets/images/administration/kezname.png" alt=""
style="width: 14px;height: 14px;margin-right:5px;position:relative;top:2px;">{{item.CourseName}} style="width: 14px;height: 14px;margin-right:5px;position:relative;top:2px;">{{item.CourseName}}
<template v-if="item.OtherCourseList&&item.OtherCourseList.length>0"> <template v-if="item.OtherCourseList&&item.OtherCourseList.length>0">
...@@ -334,6 +339,7 @@ ...@@ -334,6 +339,7 @@
Q_CanApply: "0", //是否可以报名 1是 Q_CanApply: "0", //是否可以报名 1是
JoinStartTime: '', //报名截止日期开始 JoinStartTime: '', //报名截止日期开始
JoinEndTime: "", //报名截止日期结束 JoinEndTime: "", //报名截止日期结束
ClassNo:'',//班号
}, },
//关联校区列表 //关联校区列表
schoolList: [], schoolList: [],
......
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