Commit 9b12f57f authored by 华国豪's avatar 华国豪 :rolling_eyes:

审核页面提交

parent 78c4b9f9
......@@ -964,7 +964,7 @@
<button class="hollowFixedBtn" @click="ReturnBack()">返回</button>
<!--<template v-if="AuditOrRefundMsg.Status !== '3'" v-for="step in GetDetail.AuditSteps">-->
<template v-for="step in GetDetail.AuditSteps">
<template v-if="step.NextStep === 1 && (step.SpecialNode === 2 || step.SpecialNode === 1 || userId==1569)">
<template v-if="step.NextStep === 1 && (step.SpecialNode === 2 || step.SpecialNode === 1)">
<button class="normalBtn" @click="zanCun()" style="position: relative;left: 560px;">暂存</button>
</template>
</template>
......
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