version temp3
This commit is contained in:
@@ -58,18 +58,18 @@
|
||||
<!-- 欠税金额 -->
|
||||
<div class="text-sm mb-2">
|
||||
<span class="text-gray-600">欠税金额:</span>
|
||||
<span class="font-bold text-[#A22525]">{{ tax.ownTaxAmount || '—' }}</span>
|
||||
<span class="font-bold text-primary">{{ tax.ownTaxAmount || '—' }}</span>
|
||||
</div>
|
||||
|
||||
<!-- 识别号和纳税人类型 -->
|
||||
<div class="flex items-center gap-2 flex-wrap mb-2">
|
||||
<span class="text-xs bg-[#A225251A] rounded py-1 px-2 text-[#A22525]">
|
||||
<span class="text-xs bg-primary-light rounded py-1 px-2 text-primary">
|
||||
识别号: {{ tax.taxIdNumber || '—' }}
|
||||
</span>
|
||||
<span class="text-xs bg-[#A225251A] rounded py-1 px-2 text-[#A22525]">
|
||||
<span class="text-xs bg-primary-light rounded py-1 px-2 text-primary">
|
||||
纳税人类型: {{ tax.taxpayerType || '—' }}
|
||||
</span>
|
||||
<span v-if="tax.legalpersonName" class="text-xs bg-[#A225251A] rounded py-1 px-2 text-[#A22525]">
|
||||
<span v-if="tax.legalpersonName" class="text-xs bg-primary-light rounded py-1 px-2 text-primary">
|
||||
法人: {{ tax.legalpersonName }}
|
||||
</span>
|
||||
</div>
|
||||
@@ -100,7 +100,7 @@
|
||||
<!-- 纳税人类型 -->
|
||||
<span class="text-base text-[#666666] flex-shrink-0">纳税人类型:</span>
|
||||
<span class="text-base font-medium text-[#333333] break-words">{{ tax.taxpayerType || '-'
|
||||
}}</span>
|
||||
}}</span>
|
||||
|
||||
<!-- 税务类型 -->
|
||||
<template v-if="tax.type">
|
||||
@@ -117,12 +117,12 @@
|
||||
<!-- 发布时间 -->
|
||||
<span class="text-base text-[#666666] flex-shrink-0">发布时间:</span>
|
||||
<span class="text-base font-medium text-[#333333] break-words">{{ formatDate(tax.publishDate)
|
||||
}}</span>
|
||||
}}</span>
|
||||
|
||||
<!-- 欠税金额 -->
|
||||
<span class="text-base text-[#666666] flex-shrink-0">欠税金额:</span>
|
||||
<span class="text-base font-medium text-[#333333] break-words">{{ tax.ownTaxAmount || '-'
|
||||
}}</span>
|
||||
}}</span>
|
||||
|
||||
<!-- 欠税余额 -->
|
||||
<template v-if="tax.ownTaxBalance">
|
||||
|
||||
Reference in New Issue
Block a user