解决异常
This commit is contained in:
parent
e63a5c3606
commit
445ba8fae2
@ -92,7 +92,9 @@
|
||||
</template>
|
||||
</el-table-column>
|
||||
<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 :label="$t('寄件日期')" align="center" prop="sendDate" min-width="170" >
|
||||
<template slot-scope="scope">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user