Commit 451a7b10 authored by 罗超's avatar 罗超

2

parent e69ed114
...@@ -34,8 +34,9 @@ ...@@ -34,8 +34,9 @@
<div class="col-2"> <div class="col-2">
<el-select v-model="msg.ClassType" style="width: 100%" placeholder="类型" size="small" @change="getTypeWay()"> <el-select v-model="msg.ClassType" style="width: 100%" placeholder="类型" size="small" @change="getTypeWay()">
<el-option :key="0" label="全部" :value="0"> </el-option> <el-option :key="0" label="全部" :value="0"> </el-option>
<el-option :key="1" label="正常" :value="1"> </el-option> <el-option :key="1" label="跟班课" :value="1"> </el-option>
<el-option :key="2" label="试听课" :value="2"> </el-option> <el-option :key="2" label="试听课" :value="2"> </el-option>
<el-option :key="2" label="预约课" :value="3"> </el-option>
<div slot="prefix" class="full-height flex items-center" style="color: #000; padding-right: 10px"> <div slot="prefix" class="full-height flex items-center" style="color: #000; padding-right: 10px">
状态: 状态:
</div> </div>
......
...@@ -263,7 +263,7 @@ ...@@ -263,7 +263,7 @@
<span <span
v-for="(x, y) in __item.GuestList" v-for="(x, y) in __item.GuestList"
:key="y" :key="y"
style="white-space:nowrap;display:inline-block" style="white-space:nowrap;"
> >
{{ x.GuestName }} {{ x.GuestName }}
<span v-if="x.AppointType == 2">(补)</span> <span v-if="x.AppointType == 2">(补)</span>
...@@ -369,7 +369,7 @@ ...@@ -369,7 +369,7 @@
<span <span
v-for="(x, y) in __item.GuestList" v-for="(x, y) in __item.GuestList"
:key="y" :key="y"
style="white-space:nowrap;display:inline-block" style="white-space:nowrap"
> >
{{ x.GuestName }} {{ x.GuestName }}
<span v-if="x.AppointType == 2">(补)</span> <span v-if="x.AppointType == 2">(补)</span>
......
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