diff --git a/src/components/drawers/ActiveAttendance.vue b/src/components/drawers/ActiveAttendance.vue index e41f7511..0c7a9b5f 100644 --- a/src/components/drawers/ActiveAttendance.vue +++ b/src/components/drawers/ActiveAttendance.vue @@ -513,14 +513,14 @@ export default { align: "center", className: "h", }, - { - title: "所在岗位", - dataIndex: "gang", - key: "gang", - width: 50, - align: "center", - className: "h", - }, + // { + // title: "所在岗位", + // dataIndex: "gang", + // key: "gang", + // width: 50, + // align: "center", + // className: "h", + // }, { title: "签到时间", dataIndex: "cur", diff --git a/src/components/drawers/AddDiscuss.vue b/src/components/drawers/AddDiscuss.vue index 5b39e01a..cb1616d1 100644 --- a/src/components/drawers/AddDiscuss.vue +++ b/src/components/drawers/AddDiscuss.vue @@ -191,11 +191,12 @@ export default { } }; const updateTask = async (res) => { - if(!props.isactive){ + + if (props.isLevel == 1) { + if(!props.isactive){ message.destroy(); return message.warning("请先选中关卡"); } - if (props.isLevel == 1) { await RouterEditTask({ chapterId: props.isactive, courseId: res.data.data.discussId, diff --git a/src/components/drawers/AddEval.vue b/src/components/drawers/AddEval.vue index 28c69f5a..b68eba22 100644 --- a/src/components/drawers/AddEval.vue +++ b/src/components/drawers/AddEval.vue @@ -177,11 +177,12 @@ export default { }; //向关卡或阶段渲染 const updateTask = async (value) => { - if(!props.isactive){ + + if (props.isLevel == 1) { + if(!props.isactive){ message.destroy(); return message.warning("请先选中关卡"); } - if (props.isLevel == 1) { await RouterEditTask({ chapterId: props.isactive, courseId: Number(value.evaluationId), diff --git a/src/components/drawers/AddFaceteach.vue b/src/components/drawers/AddFaceteach.vue index 5b642080..79f0c08c 100644 --- a/src/components/drawers/AddFaceteach.vue +++ b/src/components/drawers/AddFaceteach.vue @@ -702,11 +702,12 @@ export default { // 新增编辑或新增项目任务 const updateTask = async (res) => { console.log("props.isLevel=====", props.isLevel); - if(!props.isactive){ + + if (props.isLevel == 1) { + if(!props.isactive){ message.destroy(); return message.warning("请先选中关卡"); } - if (props.isLevel == 1) { let editObj1 = { chapterId: props.isactive, courseId: res.data.data.offcoursePlanId, diff --git a/src/components/drawers/AddGroupMembers.vue b/src/components/drawers/AddGroupMembers.vue index f953497b..7f71100d 100644 --- a/src/components/drawers/AddGroupMembers.vue +++ b/src/components/drawers/AddGroupMembers.vue @@ -155,14 +155,14 @@ export default { align: "center", className: "h", }, - { - title: "岗位", - dataIndex: "gangw", - key: "gangw", - width: 60, - align: "center", - className: "h", - }, + // { + // title: "岗位", + // dataIndex: "gangw", + // key: "gangw", + // width: 60, + // align: "center", + // className: "h", + // }, // { // title: "进度", // dataIndex: "progress", diff --git a/src/components/drawers/MemberList.vue b/src/components/drawers/MemberList.vue index bad5c2e1..6fe9f77c 100644 --- a/src/components/drawers/MemberList.vue +++ b/src/components/drawers/MemberList.vue @@ -231,14 +231,14 @@ export default { align: "center", className: "h", }, - { - title: "岗位", - dataIndex: "gangw", - key: "gangw", - width: 60, - align: "center", - className: "h", - }, + // { + // title: "岗位", + // dataIndex: "gangw", + // key: "gangw", + // width: 60, + // align: "center", + // className: "h", + // }, { title: "进度", dataIndex: "progress", diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index 6a1db8f9..5a1d7369 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -3246,16 +3246,16 @@ const columns7 = [ return text ? text : "-"; }, }, - { - title: "岗位", - width: 300, - dataIndex: "postion", - key: "3", - align: "center", - customRender: ({ text }) => { - return text ? text : "-"; - }, - }, + // { + // title: "岗位", + // width: 300, + // dataIndex: "postion", + // key: "3", + // align: "center", + // customRender: ({ text }) => { + // return text ? text : "-"; + // }, + // }, { title: "Band", width: 200, diff --git a/src/views/courselibrary/CoursewareManage_Old.vue b/src/views/courselibrary/CoursewareManage_Old.vue index adda96ba..2cf74957 100644 --- a/src/views/courselibrary/CoursewareManage_Old.vue +++ b/src/views/courselibrary/CoursewareManage_Old.vue @@ -3529,16 +3529,16 @@ const columns7 = [ return text ? text : "-"; }, }, - { - title: "岗位", - width: 300, - dataIndex: "postion", - key: "3", - align: "center", - customRender: ({ text }) => { - return text ? text : "-"; - }, - }, + // // { + // title: "岗位", + // width: 300, + // dataIndex: "postion", + // key: "3", + // align: "center", + // customRender: ({ text }) => { + // return text ? text : "-"; + // }, + // }, { title: "Band", width: 200, diff --git a/src/views/learningpath/LevelAdd.vue b/src/views/learningpath/LevelAdd.vue index 3aa4108c..a7f4668a 100644 --- a/src/views/learningpath/LevelAdd.vue +++ b/src/views/learningpath/LevelAdd.vue @@ -1483,14 +1483,14 @@ export default { align: "center", className: "h", }, - { - title: "岗位", - dataIndex: "gang", - key: "gang", - width: 110, - align: "center", - className: "h", - }, + // { + // title: "岗位", + // dataIndex: "gang", + // key: "gang", + // width: 110, + // align: "center", + // className: "h", + // }, { title: "当前关卡", dataIndex: "cur", diff --git a/src/views/learningpath/LevelAddDetail.vue b/src/views/learningpath/LevelAddDetail.vue index e0f50cc2..15919243 100644 --- a/src/views/learningpath/LevelAddDetail.vue +++ b/src/views/learningpath/LevelAddDetail.vue @@ -1531,14 +1531,14 @@ export default { align: "center", className: "h", }, - { - title: "岗位", - dataIndex: "gang", - key: "gang", - width: 110, - align: "center", - className: "h", - }, + // { + // title: "岗位", + // dataIndex: "gang", + // key: "gang", + // width: 110, + // align: "center", + // className: "h", + // }, { title: "当前关卡", dataIndex: "cur", diff --git a/src/views/projectcenter/TaskPage.vue b/src/views/projectcenter/TaskPage.vue index d48ac5a6..fd59ffda 100644 --- a/src/views/projectcenter/TaskPage.vue +++ b/src/views/projectcenter/TaskPage.vue @@ -707,6 +707,8 @@ placeholder="请输入姓名" /> + + - +
diff --git a/src/views/research/ManagePage.vue b/src/views/research/ManagePage.vue index 2ef869f3..28b197a0 100644 --- a/src/views/research/ManagePage.vue +++ b/src/views/research/ManagePage.vue @@ -150,12 +150,12 @@ export default { dataIndex: "department", key: "department", }, - { - width: 50, - title: "岗位", - dataIndex: "post", - key: "post", - }, + // { + // width: 50, + // title: "岗位", + // dataIndex: "post", + // key: "post", + // }, { title: "项目", width: 50,