feat: 排班管理测试
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
fyy
2025-08-14 10:00:53 +08:00
parent 1db3c351e5
commit 578aa61082
2 changed files with 5 additions and 3 deletions

View File

@@ -87,7 +87,7 @@ async function handleClosed() {
:key="item.id"
class="wrap-cell"
>
{{ item.employeeName }}
{{ item.sysUser.userName }}
<span v-if="index !== row.userGroupList.length - 1"></span>
</span>
</template>