提交 1a2ac344 authored 作者: matian's avatar matian

update:更新代码

上级 fbffce48
<!-- 支付详情-学员信息 -->
<template>
<div v-bind="$attrs">
<div>
<table border="1" width="1500px" cellspacing="0" class="tableDetail">
<tr>
<th>学员姓名</th>
......
......@@ -9,7 +9,8 @@
(this.dealList.finance_confirm_status === 1 && this.dealList.payment_status === '80'))
"
@click="fetchToTicketDetail('FINANCE')"
>{{ btnText1 }}</el-button>
>{{ btnText1 }}</el-button
>
<!-- 业务 -->
<el-button
type="danger"
......@@ -19,7 +20,8 @@
(this.dealList.business_confirm_status === 1 && this.dealList.payment_status === '80'))
"
@click="fetchToTicketDetail('BUSINESS')"
>{{ btnText2 }}</el-button>
>{{ btnText2 }}</el-button
>
<app-card title="订单信息" style="margin-top: 20px">
<Order :dealList="dealList" />
</app-card>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论