角色管理和审批模板管理完成

This commit is contained in:
2026-08-17 17:09:27 +08:00
parent 8008754996
commit df9f9b3693
12 changed files with 937 additions and 151 deletions
+3 -6
View File
@@ -217,7 +217,7 @@ const downloadFile = (file:any) => {
<Tag v-if="p.supplement" class="border-amber-200 bg-amber-100 px-1 py-0 text-[10px] text-amber-700">补充</Tag>
</button>
</template>
<div v-else class="scroll-left">
<template v-else>
<div v-for="u in tree" :key="u.unit">
<button @click="openUnits[u.unit] = !openUnits[u.unit]"
class="flex w-full items-center gap-1.5 rounded-lg px-2 py-1.5 text-left text-xs font-medium hover:bg-slate-50 bg-transparent">
@@ -246,7 +246,8 @@ const downloadFile = (file:any) => {
</div>
</template>
</div>
</div>
</template>
</div>
<!-- 归档包详情 -->
<div v-if="sel" class="rounded-lg border col-span-2">
@@ -324,10 +325,6 @@ const downloadFile = (file:any) => {
</style>
<style scoped lang="scss">
.scroll-left {
height: calc(100vh - 365px);
overflow-y: auto;
}
.scroll-right {
height: calc(100vh - 460px);
overflow-y: auto;