dever 7 年之前
父节点
当前提交
d1020fe7c8
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      youzan/database/card_list.php

+ 2 - 2
youzan/database/card_list.php

@@ -49,9 +49,9 @@ return array
 		'card_id'		=> array
 		'card_id'		=> array
 		(
 		(
 			'type' 		=> 'int-11',
 			'type' 		=> 'int-11',
-			'name' 		=> '优惠券id',
+			'name' 		=> '优惠券',
 			'default' 	=> '',
 			'default' 	=> '',
-			'desc' 		=> '优惠券id',
+			'desc' 		=> '优惠券',
 			'match' 	=> 'is_numeric',
 			'match' 	=> 'is_numeric',
 			'update'	=> 'text',
 			'update'	=> 'text',
 			'search'	=> 'select',
 			'search'	=> 'select',