diff --git a/src/assets/images/growthpath/path1.png b/src/assets/images/growthpath/path1.png index 433f48e4..e6f49da0 100644 Binary files a/src/assets/images/growthpath/path1.png and b/src/assets/images/growthpath/path1.png differ diff --git a/src/components/growthpath/StudentManage.vue b/src/components/growthpath/StudentManage.vue index c2f5bce8..7509f960 100644 --- a/src/components/growthpath/StudentManage.vue +++ b/src/components/growthpath/StudentManage.vue @@ -409,8 +409,8 @@ const tablecolumns = ref([ }, { title: "Band职级", - dataIndex: "bandName", - key: "bandName", + dataIndex: "bandCode", + key: "bandCode", width: 100, align: "center", className: "h", diff --git a/src/views/growthpath/EditingTasks.vue b/src/views/growthpath/EditingTasks.vue index 7f434630..3acacee5 100644 --- a/src/views/growthpath/EditingTasks.vue +++ b/src/views/growthpath/EditingTasks.vue @@ -45,27 +45,29 @@
- -
-
- +
diff --git a/src/views/growthpath/GrowthPath.vue b/src/views/growthpath/GrowthPath.vue index 72bae29d..be91401a 100644 --- a/src/views/growthpath/GrowthPath.vue +++ b/src/views/growthpath/GrowthPath.vue @@ -39,18 +39,12 @@
-
- +
@@ -620,14 +614,13 @@ export default { }; // 确定 const confirm = () => { - if (!state.statusPosts) { return message.error("请输入标准岗位"); } - if ( !state.band) { + if (!state.band) { return message.error("请输入Band职级"); } - if ( !state.statusOffices) { + if (!state.statusOffices) { return message.error("请输入任职资格等级"); } if (state.courseNum !== 0 && !state.courseNum) { @@ -689,6 +682,7 @@ export default { state.pathWays = ""; state.bg_check = false; state.editId = null; + state.band = "" }; // 创建路径 // 管理 diff --git a/src/views/growthpath/PathManage.vue b/src/views/growthpath/PathManage.vue index b754302e..3638a362 100644 --- a/src/views/growthpath/PathManage.vue +++ b/src/views/growthpath/PathManage.vue @@ -116,7 +116,8 @@
- + {{ TASK_TYPE[item.taskType].name }}完成率
+
@@ -222,13 +224,13 @@ 必修 选修 -
+ -
+
-->