fix:禅道110
This commit is contained in:
parent
fb42cc177a
commit
2ae9ccf974
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue