This commit is contained in:
weipengfei 2023-09-09 09:44:45 +08:00
parent 305d2b26c7
commit 7cd7fadc2d

View File

@ -96,7 +96,7 @@
show-overflow-tooltip
>
<template #default="scope">
<span>{{ scope.row.party_a_info.company_name }}</span>
<span>{{ scope.row?.party_a_info?.company_name }}</span>
</template>
</el-table-column>
<el-table-column
@ -141,7 +141,7 @@
<el-button type="primary" link>
<router-link
:to="{ path: '/contract/detail', query: { id: row.id } }"
>{{ row.status?'详情':'审核' }}</router-link
>{{ row.status ? "详情" : "审核" }}</router-link
>
</el-button>
<template v-if="row.status == 0">