更新文字描述
This commit is contained in:
parent
a23e811f23
commit
305d2b26c7
@ -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 } }"
|
||||||
>详情</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