Merge pull request '签收记录查询导出调整' (#227) from develop into master
Reviewed-on: http://git.xdadan.loc/tanex/emis-frontend/pulls/227
This commit is contained in:
commit
d482a1db79
@ -148,7 +148,7 @@
|
||||
<span>{{ scope.row.waybillDetail.registerSiteName }}</span>
|
||||
</template>
|
||||
</el-table-column> -->
|
||||
<el-table-column :label="$t('寄件网点')" align="center" prop="recordSiteCode" min-width="100">
|
||||
<el-table-column :label="$t('寄件网点')" align="center" prop="sendSiteName" min-width="100">
|
||||
<template slot-scope="scope">
|
||||
<span>{{ scope.row.waybillDetail.sendSiteName }}</span>
|
||||
</template>
|
||||
@ -523,6 +523,10 @@ export default {
|
||||
if (j === 'productTypeName') {
|
||||
return v['waybillDetail']?.[j]||'';
|
||||
}
|
||||
//waybillDetail.sendSiteName
|
||||
if (j === 'sendSiteName') {
|
||||
return v['waybillDetail']?.[j]||'';
|
||||
}
|
||||
return v[j]
|
||||
}))
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user