dever 5 năm trước cách đây
mục cha
commit
f69bf776fa
1 tập tin đã thay đổi với 22 bổ sung0 xóa
  1. 22 0
      database/info.php

+ 22 - 0
database/info.php

@@ -130,6 +130,28 @@ $config = array
 			'show'		=> 'type=2,4',
 		),
 
+		'price'		=> array
+		(
+			'type' 		=> 'varchar-50',
+			'name' 		=> '售价',
+			'default' 	=> '',
+			'desc' 		=> '售价',
+			'match' 	=> 'option',
+			'update'	=> 'text',
+			'show'		=> 'type=2,3,4,11',
+		),
+
+		's_price'		=> array
+		(
+			'type' 		=> 'varchar-50',
+			'name' 		=> '原价',
+			'default' 	=> '',
+			'desc' 		=> '原价',
+			'match' 	=> 'option',
+			'update'	=> 'text',
+			'show'		=> 'type=2,3,4,11',
+		),
+
 		'brand_id'		=> array
 		(
 			'type' 		=> 'int-11',