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

update:更新代码

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