rabin 3 years ago
parent
commit
7a9c21e660
1 changed files with 22 additions and 0 deletions
  1. 22 0
      service/bill/database/tixian.php

+ 22 - 0
service/bill/database/tixian.php

@@ -107,6 +107,28 @@ return array
             'list_order' => 3,
         ),
 
+        'agent-member-name'=> array
+        (
+            'name'      => '姓名',
+            'default'   => '',
+            'desc'      => '姓名',
+            'match'     => 'option',
+            # 读取另外表的关联方式
+            'sync'      => array('mid', 'id'),
+        ),
+
+        'agent-member-role'=> array
+        (
+            'name'      => '代理角色',
+            'default'   => '',
+            'desc'      => '代理角色',
+            'match'     => 'option',
+            # 读取另外表的关联方式
+            'sync'      => array('mid', 'id'),
+            // 'list'      => 'Dever::load("setting/role-find#name", "{agent-member-role}")',
+            // 'list_order' => 5,
+        ),
+
         'order_num'      => array
         (
             'type'      => 'varchar-100',