mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-22 09:16:46 +08:00
style:增加 路径图-外部考试-管理/导入成绩
This commit is contained in:
@@ -199,7 +199,7 @@
|
||||
type: Boolean,
|
||||
default: false,
|
||||
},
|
||||
//type=3:面授课
|
||||
//type=1 项目 type=2 路径图
|
||||
type: {
|
||||
type: String,
|
||||
default: null,
|
||||
@@ -240,6 +240,9 @@
|
||||
|
||||
const afterVisibleChange = (bool) => {
|
||||
console.log("state", bool);
|
||||
if(bool){
|
||||
console.log('当前是 1 项目 2 路径图', props.type)
|
||||
}
|
||||
};
|
||||
|
||||
//上传文件
|
||||
|
||||
Reference in New Issue
Block a user