fix bug đồng bộ dữ liệu nhân viên
This commit is contained in:
@@ -97,4 +97,16 @@ class StaffGrid extends CommonGrid {
|
||||
};
|
||||
}
|
||||
|
||||
public static function scheduleHeader() {
|
||||
return function($model) {
|
||||
return ["id" => "schedule-staff-results-" . $model->id];
|
||||
};
|
||||
}
|
||||
|
||||
public static function doorsHeader() {
|
||||
return function($model) {
|
||||
return ["id" => "schedule-door-results-" . $model->id];
|
||||
};
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user