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