cqpCow il y a 1 an
Parent
commit
7beefdc225
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      app/Model/Construction.php

+ 3 - 3
app/Model/Construction.php

@@ -28,9 +28,9 @@ class Construction extends UseScopeBaseModel
     const STATE_ONE = 1;//待确认
     const STATE_TWO = 2;//已确认
     public static $name = [
-        self::STATE_ZERO => '未施工',
-        self::STATE_ONE => '施工中',
-        self::STATE_TWO => '已施工',
+        self::STATE_ZERO => '未确认',
+        self::STATE_ONE => '待确认',
+        self::STATE_TWO => '已确认',
     ];
 
     public static $pq_name = [