合并
This commit is contained in:
@ -92,7 +92,7 @@
|
|||||||
{{ scope.row.price != 0 ? Number(scope.row.price).toFixed(2) : null }}
|
{{ scope.row.price != 0 ? Number(scope.row.price).toFixed(2) : null }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column prop="taxRate" label="税率" width="100" align="center">
|
<el-table-column prop="taxRate" label="税率" width="100">
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
{{ scope.row.taxRate !== false ? scope.row.taxRate : '' }}
|
{{ scope.row.taxRate !== false ? scope.row.taxRate : '' }}
|
||||||
</template>
|
</template>
|
||||||
|
Reference in New Issue
Block a user