mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-21 00:36:46 +08:00
--demand 添加权限
This commit is contained in:
@@ -4447,6 +4447,18 @@ export default defineComponent({
|
||||
|
||||
// 管理开课
|
||||
const handleGuan22 = (item) => {
|
||||
if (String(item.courseform) === '1') {
|
||||
return;
|
||||
}
|
||||
if (String(item.courseform) === ('1' || '线上')) {
|
||||
state.om_1 = true;
|
||||
state.ft_1 = false;
|
||||
} else if (
|
||||
String(item.courseform) === ('2' || '面授')
|
||||
) {
|
||||
state.om_1 = true;
|
||||
state.ft_1 = true;
|
||||
}
|
||||
state.manageStuLoading = true;
|
||||
console.log(787666, item);
|
||||
state.faceClassification = item.contentTxt;
|
||||
|
||||
Reference in New Issue
Block a user