Explorar o código

检查登记文字提醒修改

jiawuxian hai 1 ano
pai
achega
683136641e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
             }
           }