zhangjie 2 달 전
부모
커밋
48bc72c523
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/features/mark/composables/useMakeTrack.ts

+ 1 - 1
src/features/mark/composables/useMakeTrack.ts

@@ -151,7 +151,7 @@ export default function useMakeTrack() {
       !checkTrackValidate(item)
     ) {
       void message.warning({
-        content: "只能在设置的评卷区中评卷",
+        content: "请在该题对应的答题区域里给分",
         duration: 3,
       });
       return;