dever 3 years ago
parent
commit
d7758c9e1a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/setting/database/agreement.php

+ 1 - 1
service/setting/database/agreement.php

@@ -47,7 +47,7 @@ return array
             'default'   => '1',
             'desc'      => '合同类型',
             'match'     => 'is_numeric',
-            //'update'    => 'radio',
+            'update'    => 'radio',
             'option'    => $type,
             'search'    => 'select',
             'list'      => true,