update CardRegister full CRUD
This commit is contained in:
@@ -28,4 +28,10 @@ class StaffGrid extends CommonGrid {
|
||||
};
|
||||
}
|
||||
|
||||
public static function cardRegisterTime() {
|
||||
return function($model) {
|
||||
return date("H:i:s d/m/Y", $model->card_register_time);
|
||||
};
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user