gongchunyi
2026-05-23 1b3397caecd1e3aeaaf88445381abd91b3a3535e
src/views/collaborativeApproval/approvalProcess/components/approvalDia.vue
@@ -75,7 +75,7 @@
                <el-descriptions-item label="报价总额"
                                      :span="2">
                  <span style="font-size: 18px; color: #e6a23c; font-weight: bold;">
                    ¥{{ Number(currentQuotation.totalAmount ?? 0).toFixed(2) }}
                    ¥{{ Number(currentQuotation.totalAmount ?? 0).toFixed(6) }}
                  </span>
                </el-descriptions-item>
              </el-descriptions>
@@ -92,7 +92,7 @@
                                   label="单位" />
                  <el-table-column prop="unitPrice"
                                   label="单价">
                    <template #default="scope">¥{{ Number(scope.row.unitPrice ?? 0).toFixed(2) }}</template>
                    <template #default="scope">¥{{ Number(scope.row.unitPrice ?? 0).toFixed(6) }}</template>
                  </el-table-column>
                </el-table>
              </div>