更新
This commit is contained in:
parent
7a1ec737d1
commit
6ebfe53cc4
@ -92,18 +92,18 @@
|
|||||||
<el-table-column label="操作" width="120" fixed="right">
|
<el-table-column label="操作" width="120" fixed="right">
|
||||||
<template #default="{ row }">
|
<template #default="{ row }">
|
||||||
<el-button
|
<el-button
|
||||||
|
v-if="row.check_status <= 1"
|
||||||
v-perms="['flow/edit']"
|
v-perms="['flow/edit']"
|
||||||
type="primary"
|
type="primary"
|
||||||
link
|
link
|
||||||
v-if="row.type == 1"
|
|
||||||
@click="handleEdit(row, 'edit')"
|
@click="handleEdit(row, 'edit')"
|
||||||
>
|
>
|
||||||
审核
|
审核
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
|
v-else
|
||||||
type="primary"
|
type="primary"
|
||||||
link
|
link
|
||||||
v-else
|
|
||||||
@click="handleEdit(row, 'details')"
|
@click="handleEdit(row, 'details')"
|
||||||
>
|
>
|
||||||
详情
|
详情
|
||||||
|
Loading…
x
Reference in New Issue
Block a user