Commit afa53b76 authored by 罗超's avatar 罗超

优化BUG

parent 31ac4f86
......@@ -114,7 +114,7 @@
<el-button
type="warning"
v-if="canCancel1 && userInfo.EmployeeId==d.w.ExamineUser"
@click="cancelExamine(1)"
@click="cancelExamine(0)"
>取消审核</el-button>
</el-col>
</el-row>
......@@ -210,6 +210,11 @@
v-if="!showZui2 && userInfo.EmployeeId==d.w.FinishExamineUser"
@click="showZui2=true"
>追加信息</el-button>
<el-button
type="warning"
v-if="canCancel1 && userInfo.EmployeeId==d.w.ExamineUser"
@click="cancelExamine(1)"
>取消审核</el-button>
</el-col>
</el-row>
<div v-if="d.w.FinishExamineRemarkExpand && d.w.FinishExamineRemarkExpand.length>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