mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 03:16:44 +08:00
讲师管理bug
This commit is contained in:
@@ -618,11 +618,8 @@ export default {
|
||||
state.formParam.teachingTime&&state.formParam.levelPay && (state.formParam.payableExpense = (state.formParam.levelPay*(state.formParam.teachingTime/60)).toFixed(2))
|
||||
}
|
||||
const courseTypeList = ref([
|
||||
{ value: '0', label: "在线" },
|
||||
{ value: '1', label: "面授 " },
|
||||
{ value: '2', label: "授课 " },
|
||||
{ value: '3', label: "课程开发" },
|
||||
{ value: '4', label: "作业员如模培训" },
|
||||
{ value: '2', label: "课程开发" },
|
||||
{ value: '3', label: "作业员入模培训" },
|
||||
])
|
||||
const formRef = ref();
|
||||
const tlevelChange = (e) => {
|
||||
|
||||
@@ -708,7 +708,7 @@
|
||||
// { value: '2', label: "授课 " },
|
||||
{ value: '2', label: "课程开发" },
|
||||
{ value: '3', label: "作业员入模培训" },
|
||||
{ value: '4', label: "其他" },
|
||||
// { value: '4', label: "其他" },
|
||||
])
|
||||
//课程类型
|
||||
const OnTheJobStatusList = ref([
|
||||
|
||||
Reference in New Issue
Block a user