fix : 修复新增分摊表格数据校验及矩阵审批加箭头

This commit is contained in:
2024-06-05 22:03:49 +08:00
parent ca64562059
commit 2e86683f41
6 changed files with 187 additions and 142 deletions

View File

@@ -23,7 +23,7 @@
</template>
<template v-else-if="showAvatar">
<span class="placeholder" v-if="userInfo.length === 0">{{ placeholder }}</span>
<avatar-ellipsis :row="3" v-if="userInfo.length > 0" :user-info="userInfo"/>
<avatar-ellipsis :row="3" v-if="userInfo.length > 0" :user-info="userInfo" :mode="mode"/>
</template>
<template v-else>
<span class="placeholder" v-if="(content || '').trim() === ''">{{ placeholder }}</span>
@@ -250,7 +250,7 @@ const init = () => {
.node-body-content {
cursor: pointer;
padding: 18px;
padding: 18px 8px;
color: #656363;
font-size: 14px;