dever 6 năm trước cách đây
mục cha
commit
4ecf8a71ec
3 tập tin đã thay đổi với 9 bổ sung6 xóa
  1. 2 2
      package.json
  2. 3 3
      passport/index.php
  3. 4 1
      task/database/info.php

+ 2 - 2
package.json

@@ -1,3 +1,3 @@
 {
-	"rely": "manage,message,qrcode",
-}
+	"rely": "manage,message,qrcode,passport"
+}

+ 3 - 3
passport/index.php

@@ -1,4 +1,4 @@
-<?php
-define('DEVER_PACKAGE',  'passport');
-define('DEVER_APP_SETUP', dirname(__FILE__) . DIRECTORY_SEPARATOR);
+<?php 
+define('DEVER_PACKAGE', 'passport');
+define('DEVER_APP_SETUP', dirname(__FILE__) . DIRECTORY_SEPARATOR);
 include(dirname(__FILE__) . DIRECTORY_SEPARATOR . '../boot.php');

+ 4 - 1
task/database/info.php

@@ -343,7 +343,10 @@ return array
 	
 	'manage' => array
 	(
-		
+		'list_button' => array
+		(
+			'delete' => array('删除', '', '{status} == 2'),
+		),
 	),