feat(日志管理): 开发日志管理功能。

fix(项目任务): 1、任务完成后需要依然能够修改工作日志,但是只能修改工作内容和上传附件。2、任务完成后,协办人的工作日志不应该能删除、所有任务里的成员不能新增工作日志,前端不显示新增、删除按钮。3、团队成员的面板,在成员排序时,让有下属的成员提前。4、在任务弹出框有个快速用执行的信息填充的icon。
This commit is contained in:
dk
2026-06-25 21:34:23 +08:00
parent ea6a816d58
commit 570f284230
35 changed files with 2434 additions and 72 deletions

View File

@@ -82,6 +82,12 @@ function handleConfirm() {
footer-class="business-form-dialog__footer"
v-bind="$attrs"
>
<template #header="{ close, titleId, titleClass }">
<slot name="title" :close="close" :title="props.title" :title-id="titleId" :title-class="titleClass">
<span :id="titleId" :class="titleClass">{{ props.title }}</span>
</slot>
</template>
<ElScrollbar
v-if="props.scrollbar"
:max-height="props.maxBodyHeight"