src/views/procurementManagement/purchaseOrder/index.vue
@@ -35,7 +35,7 @@ </template> </el-table-column> <el-table-column label="总金额" prop="totalAmount" width="120"> <template #default="{ row }">¥{{ row.totalAmount.toFixed(2) }}</template> <template #default="{ row }">¥{{ row.totalAmount.toFixed(3) }}</template> </el-table-column> <el-table-column label="创建时间" prop="createTime" width="180" /> <el-table-column label="操作" width="200" align="center">