Ver código fonte

财务订单审核待客录单去掉审核驳回按钮

@dongkboy 2 meses atrás
pai
commit
a349203274
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/finance/modules/auditDetail.vue

+ 1 - 1
src/views/finance/modules/auditDetail.vue

@@ -1097,7 +1097,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' && ![3].includes(detailData?.order?.entryStatus)"
+          <el-button v-if="isShow === '1' && [3].includes(detailData?.order?.entryStatus)"
             type="primary">审核驳回</el-button>
         </template>
         <template #actions="{ confirm, cancel }">