|
@@ -929,7 +929,6 @@ switch ($action) {
|
|
case 'get_work_user_list_all':
|
|
case 'get_work_user_list_all':
|
|
if (isset($_GET['type']) && $_GET['type'] === 'simple') {
|
|
if (isset($_GET['type']) && $_GET['type'] === 'simple') {
|
|
$columns = array(
|
|
$columns = array(
|
|
- //'type',
|
|
|
|
'fullname',
|
|
'fullname',
|
|
'title',
|
|
'title',
|
|
'qualification',
|
|
'qualification',
|
|
@@ -940,13 +939,12 @@ switch ($action) {
|
|
);
|
|
);
|
|
} else {
|
|
} else {
|
|
$columns = array(
|
|
$columns = array(
|
|
- //'type',
|
|
|
|
'fullname',
|
|
'fullname',
|
|
'title',
|
|
'title',
|
|
'qualification',
|
|
'qualification',
|
|
'sent_date',
|
|
'sent_date',
|
|
- 'status',
|
|
|
|
- 'has_correction',
|
|
|
|
|
|
+ //'status',
|
|
|
|
+ //'has_correction',
|
|
'correction',
|
|
'correction',
|
|
'actions'
|
|
'actions'
|
|
);
|
|
);
|