Commit 3ff23514 authored by 沈翠玲's avatar 沈翠玲

减免审批

parent 3d18bfdb
...@@ -186,8 +186,8 @@ ...@@ -186,8 +186,8 @@
<template #footer> <template #footer>
<div style="flex: auto"> <div style="flex: auto">
<el-button @click="showModal = false">取消</el-button> <el-button @click="showModal = false">取消</el-button>
<el-button type="primary" @click="submitForm('fail')">不通过</el-button> <el-button type="primary" @click="submitForm('fail')" v-if="currentDetail.flowStatus === 'pending'">不通过</el-button>
<el-button type="primary" @click="submitForm('pass')">通过</el-button> <el-button type="primary" @click="submitForm('pass')" v-if="currentDetail.flowStatus === 'pending'">通过</el-button>
</div> </div>
</template> </template>
<el-dialog v-model="dialogVisible"> <el-dialog v-model="dialogVisible">
...@@ -510,7 +510,7 @@ ...@@ -510,7 +510,7 @@
} }
.after-border { .after-border {
position: relative; position: relative;
::after { &::after {
position: absolute; position: absolute;
top: -20px; top: -20px;
right: 0; right: 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment