rabin 3 年之前
父节点
当前提交
871e19fe2b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/shop/database/sign.php

+ 1 - 1
app/shop/database/sign.php

@@ -541,7 +541,7 @@ return array
         //'list' => 'update',
         'list_button' => array
         (
-            'add' => array('编辑', '', '{step} == -1'),
+            'update' => array('编辑', '', '{step} == -1'),
             'delete' => array('删除', '', '{step} == -1'),
             'oper' => array('提交资料', 'shop/lib/sign.handle?sign_id={id}', '{step} == -1'),
             'fast' => array('打款确认', '"sign&where_id={id}&col=cash"', '{step} == 2'),