feat: 排班管理测试
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
This commit is contained in:
parent
1db3c351e5
commit
578aa61082
@ -92,7 +92,7 @@ export interface ArrangementForm extends BaseEntity {
|
|||||||
/**
|
/**
|
||||||
* 排班id
|
* 排班id
|
||||||
*/
|
*/
|
||||||
scheduleId: string | number;
|
scheduleId?: string | number;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface ArrangementQuery extends PageQuery {
|
export interface ArrangementQuery extends PageQuery {
|
||||||
@ -144,4 +144,6 @@ export interface ArrangementQuery extends PageQuery {
|
|||||||
export interface arrangmentListQuery extends PageQuery {
|
export interface arrangmentListQuery extends PageQuery {
|
||||||
currentDate: string; //某天的日期
|
currentDate: string; //某天的日期
|
||||||
}
|
}
|
||||||
export interface AttendanceUserGroup {}
|
export interface AttendanceUserGroup extends PageQuery {
|
||||||
|
currentDate: string; //某天的日期
|
||||||
|
}
|
||||||
|
@ -87,7 +87,7 @@ async function handleClosed() {
|
|||||||
:key="item.id"
|
:key="item.id"
|
||||||
class="wrap-cell"
|
class="wrap-cell"
|
||||||
>
|
>
|
||||||
{{ item.employeeName }}
|
{{ item.sysUser.userName }}
|
||||||
<span v-if="index !== row.userGroupList.length - 1">、</span>
|
<span v-if="index !== row.userGroupList.length - 1">、</span>
|
||||||
</span>
|
</span>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user