fix:禅道110

This commit is contained in:
shijing 2025-11-14 15:25:31 +08:00
parent fb42cc177a
commit 2ae9ccf974
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@
<el-table-column label="总金额" prop="expiration_date" sortable>
<template #default="scope">
<!-- <span v-if="scope.row.material_&&scope.row.material_.unit_price">{{ Math.round(Number(scope.row.material_.unit_price)*Number(scope.row.count)) }}</span> -->
<span v-if="scope.row.material_&&scope.row.material_.unit_price">{{ (Number(scope.row.material_.unit_price)*Number(scope.row.count)) }}</span>
<span v-if="scope.row.material_&&scope.row.material_.unit_price">{{ ((Number(scope.row.material_.unit_price)*Number(scope.row.count))).toFixed(2) }}</span>
</template>
</el-table-column>
<el-table-column label="库存状态" prop="count">