dever 6 years ago
parent
commit
f983e6aff5
1 changed files with 7 additions and 0 deletions
  1. 7 0
      act/database/subscribe.php

+ 7 - 0
act/database/subscribe.php

@@ -9,6 +9,11 @@ $source = array
 	3 => '邀请活动',
 	4 => '免费阅读',
 );
+$note = array
+(
+	1 => '未发送',
+	2 => '已发送',
+);
 return array
 (
 	# 表名
@@ -81,6 +86,8 @@ return array
             'default'   => '1',
             'desc'      => '请选择状态',
             'match'     => 'is_numeric',
+            'option'	=> $note,
+            'edit'		=> true,
             'list'		=> true,
         ),