tijiao
This commit is contained in:
parent
4acdd5a615
commit
2b576913ff
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue