|
@@ -79,12 +79,12 @@
|
|
|
</template>
|
|
</template>
|
|
|
<!-- 审核不通过:编辑、删除、查看 -->
|
|
<!-- 审核不通过:编辑、删除、查看 -->
|
|
|
<template v-else-if="scope.row.status === 3 || scope.row.status === '3'">
|
|
<template v-else-if="scope.row.status === 3 || scope.row.status === '3'">
|
|
|
- <ActionButton text="编辑" @click="handleEdit(scope.row.id!, scope.row)" />
|
|
|
|
|
|
|
+ <!-- <ActionButton text="编辑" @click="handleEdit(scope.row.id!, scope.row)" />
|
|
|
<ActionButton
|
|
<ActionButton
|
|
|
text="删除"
|
|
text="删除"
|
|
|
:popconfirm="{ title: '确定要删除该申请吗?' }"
|
|
:popconfirm="{ title: '确定要删除该申请吗?' }"
|
|
|
@confirm="handleDelete(scope.row.id!)"
|
|
@confirm="handleDelete(scope.row.id!)"
|
|
|
- />
|
|
|
|
|
|
|
+ /> -->
|
|
|
<ActionButton text="查看" @click="handleView(scope.row.id!, scope.row)" />
|
|
<ActionButton text="查看" @click="handleView(scope.row.id!, scope.row)" />
|
|
|
</template>
|
|
</template>
|
|
|
<template v-else>
|
|
<template v-else>
|