提交 13dabb0e authored 作者: matian's avatar matian

fix:修改超管模式下按钮显示问题

上级 df40da18
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<el-button <el-button
@click="fetchConfirmTicketDetail('BUSINESS')" @click="fetchConfirmTicketDetail('BUSINESS')"
type="danger" type="danger"
v-if="isBUSINESS && dealList.bussiness_confirm_status === 0" v-if="isBUSINESS && dealList.business_confirm_status === 0"
>业务确认足额支付</el-button >业务确认足额支付</el-button
> >
</template> </template>
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<el-button <el-button
@click="fetchCancelTicketDetail('BUSINESS')" @click="fetchCancelTicketDetail('BUSINESS')"
type="danger" type="danger"
v-if="isBUSINESS && dealList.bussiness_confirm_status === 1" v-if="isBUSINESS && dealList.business_confirm_status === 1"
>业务取消足额支付</el-button >业务取消足额支付</el-button
> >
</template> </template>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论