|
|
@@ -36,7 +36,8 @@ class SportswqController extends Controller {
|
|
|
$dt->addColsFields('home_player_name', array('templet' => '#home_team', 'sort' => false, 'width' => 130));
|
|
|
$dt->addColsFields('guest_player_name', array('templet' => '#guest_team', 'sort' => false, 'width' => 130));
|
|
|
$dt->addColsFields('dsnum', array('templet' => '#dsnum', 'sort' => false, 'width' => 80));
|
|
|
- $dt->addColsFields('csnum', array('templet' => '#home_rate', 'sort' => false, 'width' => 80));
|
|
|
+ // $dt->addColsFields('csnum', array('templet' => '#home_rate', 'sort' => false, 'width' => 80));
|
|
|
+ $dt->addColsFields('csnum', array('templet' => '#csnum', 'sort' => false, 'width' => 110));
|
|
|
$dt->addColsFields('match_score', array('templet' => '#matchscore', 'sort' => false, 'width' => 160));
|
|
|
$dt->addColsFields('statusmatch', array('templet' => '#statusmatch', 'sort' => false, 'width' => 80));
|
|
|
$dt->addColsFields('operation', array('templet' => '#operation', 'sort' => false, 'width' => 300));
|