|
|
@@ -5,12 +5,10 @@
|
|
|
info.fileName
|
|
|
}}</el-descriptions-item>
|
|
|
<el-descriptions-item label="合同金额">
|
|
|
- {{ info.fileName }}
|
|
|
+ {{ info.contractAmount.toFixed(6).toLocaleString() }} 万元
|
|
|
</el-descriptions-item>
|
|
|
<el-descriptions-item label="合同甲方">
|
|
|
- <el-tag size="small"
|
|
|
- >{{ info.contractAmount.toFixed(2).toLocaleString() }} 万元</el-tag
|
|
|
- >
|
|
|
+ <el-tag size="small">{{ info.partyA }}</el-tag>
|
|
|
</el-descriptions-item>
|
|
|
<el-descriptions-item label="合同乙方">
|
|
|
<el-tag size="small">{{ info.partyB }}</el-tag>
|