Browse Source

fix: change course teacher

DESKTOP-USV654P\pc 11 hours ago
parent
commit
988528587a
2 changed files with 3 additions and 3 deletions
  1. 1 1
      Makefile
  2. 2 2
      src/views/course/measure/components/edit.vue

+ 1 - 1
Makefile

@@ -12,7 +12,7 @@ build:
 
 commit:
 	git add . && \
-	git commit --no-verify -m "fix: add course teacher"
+	git commit --no-verify -m "fix: change course teacher"
 
 checkPre:
 	git checkout pre

+ 2 - 2
src/views/course/measure/components/edit.vue

@@ -188,9 +188,9 @@
         status: state.overWorkloadNumberStatus !== 1 ? 1 : 0,
       });
       state.overWorkloadNumberStatus = state.overWorkloadNumberStatus !== 1 ? 1 : 0;
-      createMessage.success('锁定成功');
+      createMessage.success('操作成功');
     } catch {
-      createMessage.error('锁定失败');
+      createMessage.error('操作失败');
     } finally {
       setModalProps({ loading: false, confirmLoading: false });
     }