Browse Source

Merge branch 'master' of ssh://git.dever.cc:10022/dever-product/churen

rabin 3 years ago
parent
commit
27cddadc1d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      service/agent/database/soft_cash.php

+ 2 - 2
service/agent/database/soft_cash.php

@@ -123,9 +123,9 @@ return array
         'price'      => array
         (
             'type'      => 'decimal-11,2',
-            'name'      => '期权价值',
+            'name'      => '原始期权价值',
             'default'   => '0',
-            'desc'      => '期权价值',
+            'desc'      => '原始期权价值',
             'match'     => 'option',
             'update'    => 'text',
             'list'      => true,