更新
This commit is contained in:
parent
305d2b26c7
commit
7cd7fadc2d
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user