Commit 811330fc authored by 黄奎's avatar 黄奎

页面修改

parent 2d9cb5bd
...@@ -49,16 +49,7 @@ export function GetStuAppointmentInfo(data) { ...@@ -49,16 +49,7 @@ export function GetStuAppointmentInfo(data) {
data data
}) })
} }
/**
* 后台约课
*/
export function SetAdminScrollAppointment(data) {
return request({
url: '/Scroll/SetAdminScrollAppointment',
method: 'post',
data
})
}
/** /**
* 后台确认约课 * 后台确认约课
...@@ -133,16 +124,7 @@ export function getCanAppointmentStuList_V2(data) { ...@@ -133,16 +124,7 @@ export function getCanAppointmentStuList_V2(data) {
}) })
} }
/**
* 新增约课
*/
export function setAdminScrollAppointment_V2(data) {
return request({
url: '/Scroll/SetAdminScrollAppointment_V2',
method: 'post',
data
})
}
/** /**
* 新增约课 * 新增约课
......
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
</el-table-column> </el-table-column>
<el-table-column prop="State" label="状态" width="70"> <el-table-column prop="State" label="状态" width="70">
<template slot-scope="scope"> <template slot-scope="scope">
<div v-if="scope.row.State == 1"> <div>
<span class="text-warning" v-if="scope.row.AppointState==1">待确认</span> <span class="text-warning" v-if="scope.row.AppointState==1">待确认</span>
<span class="text-info" v-if="scope.row.AppointState==2">待上课</span> <span class="text-info" v-if="scope.row.AppointState==2">待上课</span>
<span class="text-positive" v-if="scope.row.AppointState==3">已上课</span> <span class="text-positive" v-if="scope.row.AppointState==3">已上课</span>
......
This diff is collapsed.
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