更新
This commit is contained in:
@ -40,8 +40,7 @@
|
|||||||
<!-- 操作 -->
|
<!-- 操作 -->
|
||||||
<template #controls="{ row }">
|
<template #controls="{ row }">
|
||||||
<el-link size="small" type="primary" @click="addEdit('edit', row)">编辑</el-link>
|
<el-link size="small" type="primary" @click="addEdit('edit', row)">编辑</el-link>
|
||||||
<!-- 审核 =》 退回(退回原因)和采纳 -->
|
<el-popover placement="left" :visible="row.visible" :width="400" trigger="click">
|
||||||
<el-popover placement="left" :visible="row.visible" :width="400" trigger="click">
|
|
||||||
<template #reference>
|
<template #reference>
|
||||||
<el-link size="small" type="primary" @click.stop="handleSh(row)">审核</el-link>
|
<el-link size="small" type="primary" @click.stop="handleSh(row)">审核</el-link>
|
||||||
</template>
|
</template>
|
||||||
|
Reference in New Issue
Block a user