whj hace 4 años
padre
commit
3f96630ca5
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      app/Models/SystemConfig.php

+ 2 - 1
app/Models/SystemConfig.php

xqd
@@ -18,7 +18,8 @@ class SystemConfig extends Model
         'ali_config'=>'阿里云',
         'docter_config'=>'医生',
         'user_config'=>'用户',
-        'schedule_config'=>'排班'
+        'schedule_config'=>'排班',
+        'insurance_agreement'=>'保单协议'
     ];
     const Field_textarea = 0,Filed_richText = 1,Field_Json = 2,
         Field_Switch = 3,Field_Time = 4,Field_File = 5,