|
|
@@ -44,7 +44,7 @@ class SoccerStringNoteListController extends Controller
|
|
|
$dt->addColsFields('money_time', array('templet' => '#userdetail', 'sort' => false, 'width' => 200));
|
|
|
$dt->addColsFields('order_status', array('sort' => false, 'width' => 90));
|
|
|
$dt->addColsFields('account_money', array('templet' => '#userdetail', 'sort' => false, 'width' => 230));
|
|
|
- $dt->addColsFields('settle_status', array('sort' => false, 'width' => 100));
|
|
|
+ $dt->addColsFields('settle_status', array('sort' => false, 'width' => 90));
|
|
|
// if (checkRriv('/admin/SoccerStringNoteList/edit')) {
|
|
|
// $arr[] ='edit';
|
|
|
// }
|