Browse Source

协议分组

whj 4 năm trước cách đây
mục cha
commit
3f96630ca5
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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,