dever 3 years ago
parent
commit
91cb246df9
1 changed files with 3 additions and 5 deletions
  1. 3 5
      database/value.php

+ 3 - 5
database/value.php

@@ -50,20 +50,18 @@ return array
         'value'      => array
         (
             'type'      => 'varchar-1000',
-            'name'      => '属性值-如#000000,可以为空',
+            'name'      => '属性具体值-如上述名称为绿色,这里可以是绿色的色值,选填项,可以为空',
             'default'   => '',
-            'desc'      => '属性值',
+            'desc'      => '属性具体值',
             'match'     => 'option',
             'update'    => 'text',
             'search'    => 'fulltext',
-            'list'      => true,
-            'edit'      => true,
         ),
 
         'icon'      => array
         (
             'type'      => 'varchar-150',
-            'name'      => '图标',
+            'name'      => '图标-选填项',
             'default'   => '',
             'desc'      => '图标',
             'match'     => 'option',