Commit d6ad9d09 authored by zhengke's avatar zhengke

修改

parent 4b247f11
...@@ -60,14 +60,15 @@ ...@@ -60,14 +60,15 @@
@change="getTypeWay()" @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 <div
slot="prefix" slot="prefix"
class="full-height flex items-center" class="full-height flex items-center"
style="color: #000; padding-right: 10px" style="color: #000; padding-right: 10px"
> >
状态: 类型:
</div> </div>
</el-select> </el-select>
</div> </div>
......
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