version temp3

This commit is contained in:
2025-10-28 12:12:48 +08:00
parent 1a919d57ba
commit 4ddb31e663
100 changed files with 1756 additions and 2136 deletions

View File

@@ -54,7 +54,7 @@
</div>
<div class="flex items-center gap-1">
<span class="text-sm text-gray-600">持股比例:</span>
<span class="text-base font-bold text-[#A22525]">{{ investment.percent || '—' }}</span>
<span class="text-base font-bold text-primary">{{ investment.percent || '—' }}</span>
</div>
</div>
@@ -76,7 +76,7 @@
<!-- 持股比例 -->
<span class="text-base text-[#666666] flex-shrink-0">持股比例</span>
<span class="text-base font-medium text-[#333333] break-words">{{ investment.percent || '-'
}}</span>
}}</span>
<!-- 投资金额 -->
<template v-if="investment.amount">
@@ -114,13 +114,13 @@
<!-- 企业状态 -->
<span class="text-base text-[#666666] flex-shrink-0">企业状态</span>
<span class="text-base font-medium text-[#333333] break-words">{{ investment.regStatus || '-'
}}</span>
}}</span>
<!-- 统一社会信用代码 -->
<template v-if="investment.creditCode">
<span class="text-base text-[#666666] flex-shrink-0">统一社会信用代码</span>
<span class="text-base font-medium text-[#333333] break-words">{{ investment.creditCode
}}</span>
}}</span>
</template>
<!-- 企业类型 -->
@@ -149,14 +149,14 @@
<template v-if="investment.legalPersonName">
<span class="text-base text-[#666666] flex-shrink-0">法人代表</span>
<span class="text-base font-medium text-[#333333] break-words">{{ investment.legalPersonName
}}</span>
}}</span>
</template>
<!-- 经营范围 -->
<template v-if="investment.business_scope">
<span class="text-base text-[#666666] flex-shrink-0">经营范围</span>
<span class="text-base font-medium text-[#333333] break-words">{{ investment.business_scope
}}</span>
}}</span>
</template>
</div>
</div>