|
|
@@ -41,7 +41,7 @@ class SoccerNoteListController extends Controller
|
|
|
//$dt->addColsFields('id', array('templet' => '#userdetail', 'sort' => true, 'width' => 80));
|
|
|
$dt->addColsFields('match_id_order', array('sort' => true, 'width' => 200));
|
|
|
$dt->addColsFields('league', array('templet' => '#userdetail', 'sort' => false, 'width' => 100));
|
|
|
- $dt->addColsFields('home_guest', array('templet' => '#userdetail', 'sort' => false, 'width' => 80));
|
|
|
+ $dt->addColsFields('home_guest', array('templet' => '#userdetail', 'sort' => false, 'width' => 260));
|
|
|
$dt->addColsFields('content', array('templet' => '#userdetail', 'sort' => false, 'width' => 250));
|
|
|
$dt->addColsFields('money', array('templet' => '#userdetail', 'sort' => false, 'width' => 80));
|
|
|
$dt->addColsFields('water_return', array('templet' => '#userdetail', 'sort' => false, 'width' => 70));
|
|
|
@@ -79,7 +79,7 @@ class SoccerNoteListController extends Controller
|
|
|
//$dt->addColsFields('id', array('templet' => '#userdetail', 'sort' => true, 'width' => 80));
|
|
|
$dt->addColsFields('lg_id_order', array('sort' => true, 'width' => 200));
|
|
|
$dt->addColsFields('league', array('templet' => '#userdetail', 'sort' => false, 'width' => 100));
|
|
|
- $dt->addColsFields('home_guest', array('templet' => '#userdetail', 'sort' => false, 'width' => 80));
|
|
|
+ $dt->addColsFields('home_guest', array('templet' => '#userdetail', 'sort' => false, 'width' => 260));
|
|
|
$dt->addColsFields('content', array('templet' => '#userdetail', 'sort' => false, 'width' => 250));
|
|
|
$dt->addColsFields('money', array('templet' => '#userdetail', 'sort' => false, 'width' => 80));
|
|
|
$dt->addColsFields('water_return', array('templet' => '#userdetail', 'sort' => false, 'width' => 70));
|
|
|
@@ -325,7 +325,7 @@ class SoccerNoteListController extends Controller
|
|
|
//$dt->addColsFields('id', array('templet' => '#userdetail', 'sort' => true, 'width' => 80));
|
|
|
$dt->addColsFields('match_id_order', array('sort' => true, 'width' => 200));
|
|
|
$dt->addColsFields('league', array('templet' => '#userdetail', 'sort' => false, 'width' => 100));
|
|
|
- $dt->addColsFields('home_guest', array('templet' => '#userdetail', 'sort' => false, 'width' => 80));
|
|
|
+ $dt->addColsFields('home_guest', array('templet' => '#userdetail', 'sort' => false, 'width' => 260));
|
|
|
$dt->addColsFields('content', array('templet' => '#userdetail', 'sort' => false, 'width' => 250));
|
|
|
$dt->addColsFields('money', array('templet' => '#userdetail', 'sort' => false, 'width' => 80));
|
|
|
$dt->addColsFields('water_return', array('templet' => '#userdetail', 'sort' => false, 'width' => 70));
|
|
|
@@ -363,7 +363,7 @@ class SoccerNoteListController extends Controller
|
|
|
//$dt->addColsFields('id', array('templet' => '#userdetail', 'sort' => true, 'width' => 80));
|
|
|
$dt->addColsFields('lg_id_order', array('sort' => true, 'width' => 200));
|
|
|
$dt->addColsFields('league', array('templet' => '#userdetail', 'sort' => false, 'width' => 100));
|
|
|
- $dt->addColsFields('home_guest', array('templet' => '#userdetail', 'sort' => false, 'width' => 80));
|
|
|
+ $dt->addColsFields('home_guest', array('templet' => '#userdetail', 'sort' => false, 'width' => 260));
|
|
|
$dt->addColsFields('content', array('templet' => '#userdetail', 'sort' => false, 'width' => 250));
|
|
|
$dt->addColsFields('money', array('templet' => '#userdetail', 'sort' => false, 'width' => 80));
|
|
|
$dt->addColsFields('water_return', array('templet' => '#userdetail', 'sort' => false, 'width' => 70));
|