yuan
8 天以前 1555d7397fa044d95533b62d6ef75f5bcdc3da8f
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>