|
|
@@ -1077,7 +1077,7 @@
|
|
|
<el-button v-if="isShow === '1'" type="primary" @click="handleAudit(1)">审核通过</el-button>
|
|
|
<el-popconfirm width="300" title="审核不通过">
|
|
|
<template #reference>
|
|
|
- <el-button v-if="isShow === '1'" type="primary">审核驳回</el-button>
|
|
|
+ <el-button v-if="isShow === '1'&&![3].includes(detailData?.order?.entryStatus)" type="primary">审核驳回</el-button>
|
|
|
</template>
|
|
|
<template #actions="{ confirm, cancel }">
|
|
|
<el-input placeholder="请填写" v-model="refuse" style="margin-bottom: 20px"></el-input>
|