[WIP] Добавил аватары на страницу календаря

This commit is contained in:
megavrilinvv
2022-12-01 12:34:30 +03:00
parent 17db21306a
commit e24f301e44
11 changed files with 38 additions and 22 deletions

View File

@@ -26,7 +26,8 @@
:value="dataClient",
:avatar="dataClient.avatar",
:avatar-color="dataClient.color",
:photo="dataClient.photo"
:photo="dataClient.photo",
:url="url",
:is-open-change="isOpenChange",
:width="columnBody.find(el => el.name === 'fullName').width"
)
@@ -172,6 +173,7 @@ export default {
isCheck: Boolean,
client: Object,
rowOverlay: Boolean,
url: String,
},
computed: {
rowSize() {