cqp 3 месяцев назад
Родитель
Сommit
f747df5e34
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      app/Model/Device.php

+ 2 - 2
app/Model/Device.php

@@ -11,8 +11,8 @@ class Device extends DataScopeBaseModel
     const employee_column = "crt_id";
 
     const Use = [
-        1 => '启用',
-        2 => '禁用',
+        1 => '',
+        2 => '',
     ];
 
     public static $field = ['title','id','code','crt_id','crt_time','size','mark','is_use','type','power', 'in_time', 'original_value', 'initial_value'];