网点费用申请控制台报错

This commit is contained in:
wuteng 2026-01-16 13:54:04 +08:00
parent 6bdd0b2a40
commit 3a12613cd6

View File

@ -208,7 +208,7 @@
<el-table-column :label="$t('运费')" align="center" prop="waybillDetail.freight" min-width="80" />
<el-table-column :label="$t('付款方式')" align="center" prop="waybillDetail.paymentType" min-width="80" :show-overflow-tooltip="true" >
<template slot-scope="scope">
<dict-tag :options="dict.type.emis_payment_type" :value="scope.row.waybillDetail.paymentType"/>
<dict-tag :options="dict.type.emis_payment_type" :value="scope.row.waybillDetail?.paymentType"/>
</template>
</el-table-column>