|
@@ -8,9 +8,15 @@
|
|
|
|
|
|
|
|
<!-- 审核 -->
|
|
<!-- 审核 -->
|
|
|
<template #slot-apply="{scope}">
|
|
<template #slot-apply="{scope}">
|
|
|
- <template v-if="scope.row.status == 1 || scope.row.status == 3">
|
|
|
|
|
|
|
+
|
|
|
|
|
+ <template v-if="scope.row.status == 1">
|
|
|
<el-button type="text" @click="showModalFn(scope.row)">审核</el-button>
|
|
<el-button type="text" @click="showModalFn(scope.row)">审核</el-button>
|
|
|
</template>
|
|
</template>
|
|
|
|
|
+
|
|
|
|
|
+ <template v-if="scope.row.status == 3">
|
|
|
|
|
+ <el-button type="text" @click="showModalFn(scope.row)">重审</el-button>
|
|
|
|
|
+ </template>
|
|
|
|
|
+
|
|
|
</template>
|
|
</template>
|
|
|
</x-crud>
|
|
</x-crud>
|
|
|
<!-- 审核弹窗 -->
|
|
<!-- 审核弹窗 -->
|