dever 6 年之前
父节点
当前提交
f983e6aff5
共有 1 个文件被更改,包括 7 次插入0 次删除
  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,
         ),