diff --git a/module/common/view/zui3dtable.html.php b/module/common/view/zui3dtable.html.php index cfb1aa466e..c60b5e3f32 100644 --- a/module/common/view/zui3dtable.html.php +++ b/module/common/view/zui3dtable.html.php @@ -7,4 +7,15 @@ css::import($jsRoot . 'dtable/min.css'); .dtable-header {border-bottom: 1px solid #f4f5f7;} .dtable-header .dtable-cell {font-weight: bold;} - + diff --git a/module/execution/config.php b/module/execution/config.php index f7c9d00869..be2c917bc6 100644 --- a/module/execution/config.php +++ b/module/execution/config.php @@ -186,7 +186,8 @@ else } $config->execution->datatable->fieldList['id']['title'] = 'idAB'; -$config->execution->datatable->fieldList['id']['type'] = 'checkID'; +$config->execution->datatable->fieldList['id']['type'] = 'checkID'; +$config->execution->datatable->fieldList['id']['fixed'] = 'left'; $config->execution->datatable->fieldList['id']['sortType'] = true; $config->execution->datatable->fieldList['id']['checkbox'] = true; diff --git a/module/execution/view/all.html.php b/module/execution/view/all.html.php index ff2d1f4c5a..2370a0bad6 100644 --- a/module/execution/view/all.html.php +++ b/module/execution/view/all.html.php @@ -115,6 +115,7 @@ js::set('isCNLang', !$this->loadModel('common')->checkNotCN());