File tree Expand file tree Collapse file tree 2 files changed +30
-2
lines changed
apps/atrium-telegram/app/pages/agreement Expand file tree Collapse file tree 2 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 4848 {{ agreement.comment }}
4949 </div >
5050 </Section >
51+
52+ <div v-if =" agreement?.files.length" class =" flex flex-col gap-2.5" >
53+ <div class =" flex flex-row justify-between items-center" >
54+ <SectionTitle title =" Загруженные файлы" />
55+ </div >
56+
57+ <div class =" flex flex-col gap-4" >
58+ <NuxtLink
59+ v-for =" file of agreement.files"
60+ :key =" file.id"
61+ :to =" file.url"
62+ target =" _blank"
63+ >
64+ <ActiveCard >
65+ <div class =" flex flex-row gap-2 items-start" >
66+ <UIcon
67+ name =" i-lucide-file"
68+ class =" shrink-0 size-8 text-primary"
69+ />
70+
71+ <p class =" text-base/5 font-semibold" >
72+ {{ file.name }}
73+ </p >
74+ </div >
75+ </ActiveCard >
76+ </NuxtLink >
77+ </div >
78+ </div >
5179 </PageContainer >
5280</template >
5381
Original file line number Diff line number Diff line change 1818 size =" xl"
1919 trailing-icon =" i-lucide-arrow-down-wide-narrow"
2020 :ui =" {
21- base: 'rounded-lg ring-0',
21+ base: 'rounded-lg font-bold ring-0',
2222 }"
2323 :items =" [
2424 { label: 'По дате заключения (убывание)', value: 'concludedAtDesc' },
3434 size =" xl"
3535 trailing-icon =" i-lucide-funnel"
3636 :ui =" {
37- base: 'rounded-lg ring-0',
37+ base: 'rounded-lg font-bold ring-0',
3838 }"
3939 :items =" [
4040 { label: 'Все', value: 'all' },
You can’t perform that action at this time.
0 commit comments