This commit is contained in:
2025-09-13 22:53:59 +08:00
parent b514c9004f
commit 653f963a57

View File

@@ -46,9 +46,9 @@
<el-table-column label="内部单号" prop="remark" width="160" sortable/>
<el-table-column label="订单号" prop="orderId" width="160"/>
<el-table-column label="分销标记" prop="distributionMark" width="60"/>
<el-table-column label="型号" prop="modelNumber" width="180"/>
<el-table-column label="地址" prop="address" min-width="200" show-overflow-tooltip/>
<el-table-column label="地址" prop="address" min-width="280" show-overflow-tooltip/>
<el-table-column label="付款金额" prop="paymentAmount" width="120">
<template slot-scope="scope">{{ toYuan(scope.row.paymentAmount) }}</template>
</el-table-column>