Your Name 2 years ago
parent
commit
9db9a24a06
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,