Browse Source

检查登记文字提醒修改

jiawuxian 1 year ago
parent
commit
683136641e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/safetycheck/task/components/register.vue

+ 1 - 1
src/views/safetycheck/task/components/register.vue

@@ -397,7 +397,7 @@ export default {
         for (let item of area.itemList) {
           for (let point of item.pointList) {
             if (point.status == null) {
-              this.$modal.alert("检查结果还未登记!");
+              this.$modal.alert("检查结果还未登记,请先登记!");
               return;
             }
           }