mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-19 07:46:46 +08:00
讲师费时间筛选调整
This commit is contained in:
@@ -200,7 +200,7 @@
|
||||
<span>您确定要删除此讲师吗</span>
|
||||
</div>
|
||||
<div class="del_btnbox">
|
||||
<div class="del_btn btn2" @click="cancelTeacherDialog" style="margin-right: 32px">
|
||||
<div class="del_btn btn2" @click="cancelTeacherDialog1" style="margin-right: 32px">
|
||||
<div class="btnText">取消</div>
|
||||
</div>
|
||||
<div class="del_btn btn2" @click="closeDeleteTeacher">
|
||||
@@ -226,7 +226,7 @@
|
||||
<span v-if="handleOperate1 == 1">确定要将该讲师停用吗<div></div>停用后讲师不可登录教师端</span>
|
||||
</div>
|
||||
<div class="del_btnbox">
|
||||
<div class="del_btn btn2" @click="cancelTeacherDialog" style="margin-right: 32px">
|
||||
<div class="del_btn btn2" @click="cancelTeacherDialog1" style="margin-right: 32px">
|
||||
<div class="btnText">取消</div>
|
||||
</div>
|
||||
<div class="del_btn btn2" @click="closehandleOperate">
|
||||
@@ -546,6 +546,11 @@ export default {
|
||||
state.teacherdialog = false
|
||||
cancel()
|
||||
}
|
||||
// state.deleteTeacherdialog = false
|
||||
// state.editTeacher = false
|
||||
// state.tagsshow = 1
|
||||
};
|
||||
const cancelTeacherDialog1 = () => {
|
||||
state.deleteTeacherdialog = false
|
||||
state.editTeacher = false
|
||||
state.tagsshow = 1
|
||||
@@ -658,7 +663,7 @@ export default {
|
||||
closehandleOperate,
|
||||
getTableDate, //list接口数据调用
|
||||
TeacherSystem,
|
||||
|
||||
cancelTeacherDialog1,
|
||||
// getpromotionrecordstableData
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user