解决异常

This commit is contained in:
liuyp 2024-06-02 19:52:33 +08:00
parent e63a5c3606
commit 445ba8fae2

View File

@ -92,7 +92,9 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column :label="$t('派件员')" align="center" prop="dispatchOrSendMan" min-width="100"> <el-table-column :label="$t('派件员')" align="center" prop="dispatchOrSendMan" min-width="100">
{{ scope.row.waybillDetail.dispatchManName }} <template slot-scope="scope">
<span></span>{{ scope.row.waybillDetail.dispatchManName }}</span>
</template>
</el-table-column> </el-table-column>
<el-table-column :label="$t('寄件日期')" align="center" prop="sendDate" min-width="170" > <el-table-column :label="$t('寄件日期')" align="center" prop="sendDate" min-width="170" >
<template slot-scope="scope"> <template slot-scope="scope">