This commit is contained in:
shilixia 2022-03-01 15:08:21 +08:00
parent 4acdd5a615
commit 2b576913ff
1 changed files with 2 additions and 2 deletions

View File

@ -99,12 +99,12 @@
</template>
</el-table-column>
<el-table-column label="客户">
<template slot-scope="scope" v-if="scope.row.to_order_.customer_">
<template slot-scope="scope" v-if="scope.row.to_order_">
{{scope.row.to_order_.customer_.name }}
</template>
</el-table-column>
<el-table-column label="合同">
<template slot-scope="scope" v-if="scope.row.to_order_.contract_">
<template slot-scope="scope" v-if="scope.row.to_order_">
{{scope.row.to_order_.contract_.name }}
</template>
</el-table-column>