前端修改

This commit is contained in:
caoqianming 2021-12-29 15:26:17 +08:00
parent 6e7246dd71
commit 17b7345e95
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
<template slot-scope="scope">{{ scope.row.customer_.name }}</template>
</el-table-column>
<el-table-column label="所属合同" width="200" show-overflow-tooltip>
<template slot-scope="scope">{{ scope.row.contract_.name }}</template>
<template slot-scope="scope" v-if="scope.row.contract_">{{ scope.row.contract_.name }}</template>
</el-table-column>
<el-table-column label="产品名称" width="200" show-overflow-tooltip>
<template slot-scope="scope">{{ scope.row.product_.name }}</template>