This commit is contained in:
2025-09-06 12:50:05 +08:00

View File

@ -92,7 +92,7 @@
{{ scope.row.price != 0 ? Number(scope.row.price).toFixed(2) : null }}
</template>
</el-table-column>
<el-table-column prop="taxRate" label="税率" width="100" align="center">
<el-table-column prop="taxRate" label="税率" width="100">
<template #default="scope">
{{ scope.row.taxRate !== false ? scope.row.taxRate : '' }}
</template>