Commit 13438bef by 宋毅

tj

parent 8b091740
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
<div class="jdindentdetail-main-step-col"> <div class="jdindentdetail-main-step-col">
<el-steps :active="currentStep" align-center process-status="process" id="steps"> <el-steps :active="currentStep" align-center process-status="process" id="steps">
<el-step v-if="channelFrom == \'gsb\'" title="待付款" description=""> <el-step v-if="channelFrom == \'gsbhome\'" title="待付款" description="">
</el-step> </el-step>
<el-step v-if="itemCode" title="待上传材料" description=""> <el-step v-if="itemCode" title="待上传材料" description="">
</el-step> </el-step>
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
<el-step title="已递交"></el-step> <el-step title="已递交"></el-step>
<el-step title="已完成"></el-step> <el-step title="已完成"></el-step>
</el-steps> </el-steps>
<div class="jdindentdetail-flow-payment" @click="goPayment" v-if="channelFrom == \'gsb\'"> <div class="jdindentdetail-flow-payment" @click="goPayment" v-if="channelFrom == \'gsbhome\'">
去支付 去支付
</div> </div>
</div> </div>
......
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