BUG 27907

This commit is contained in:
aixianling
2022-03-02 10:47:22 +08:00
parent 813f299ad1
commit ff72b0f104

View File

@@ -2,7 +2,7 @@
<section class="grabDetail"> <section class="grabDetail">
<ai-detail> <ai-detail>
<ai-title slot="title" title="融资详情" isShowBottomBorder isShowBack @onBackClick="back"> <ai-title slot="title" title="融资详情" isShowBottomBorder isShowBack @onBackClick="back">
<template v-if="isFinanceUser&&detail.status==0" #rightBtn> <template v-if="isFinanceUser&&detail.status==1" #rightBtn>
<el-button type="danger" @click="handleCancel">回退订单</el-button> <el-button type="danger" @click="handleCancel">回退订单</el-button>
<el-button type="primary" @click="dialog=true">放款</el-button> <el-button type="primary" @click="dialog=true">放款</el-button>
</template> </template>