更新
This commit is contained in:
parent
305d2b26c7
commit
7cd7fadc2d
@ -96,7 +96,7 @@
|
|||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
>
|
>
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
<span>{{ scope.row.party_a_info.company_name }}</span>
|
<span>{{ scope.row?.party_a_info?.company_name }}</span>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
@ -141,7 +141,7 @@
|
|||||||
<el-button type="primary" link>
|
<el-button type="primary" link>
|
||||||
<router-link
|
<router-link
|
||||||
:to="{ path: '/contract/detail', query: { id: row.id } }"
|
:to="{ path: '/contract/detail', query: { id: row.id } }"
|
||||||
>{{ row.status?'详情':'审核' }}</router-link
|
>{{ row.status ? "详情" : "审核" }}</router-link
|
||||||
>
|
>
|
||||||
</el-button>
|
</el-button>
|
||||||
<template v-if="row.status == 0">
|
<template v-if="row.status == 0">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user