2023-05-16 10:50:42 +08:00

13 lines
601 B
PHP

<?php
$config->makeup->require = new stdclass();
$config->makeup->require->create = 'year,begin,end,type,hours,leave';
$config->makeup->require->edit = 'year,begin,end,type,hours,leave';
$config->makeup->require->review = 'comment';
$config->makeup->list = new stdclass();
$config->makeup->list->exportFields = 'id, createdBy, dept, type, begin, end, hours, desc, status, reviewedBy';
$config->makeup->editor = new stdclass();
$config->makeup->editor->view = array('id' => 'lastComment', 'tools' => 'simple');
$config->makeup->editor->review = array('id' => 'comment', 'tools' => 'simple');