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;