|
|
@ -71,7 +71,7 @@ |
|
|
|
<template slot-scope="scope"> |
|
|
|
<div class="flex gap8"> |
|
|
|
<div :class="payoffStatusClass(scope.row.status)">{{scope.row.status}}</div> |
|
|
|
<GuipToolTip placement="top" v-if="scope.row.status == '异常'" :manual="false" effect="light"> |
|
|
|
<GuipToolTip placement="top" v-if="scope.row.status == '异常' && scope.row.remark" :manual="false" effect="light"> |
|
|
|
<img style="width: 16px;height: 16px;" src="@/assets/site/more_setIcon.png" alt=""> |
|
|
|
<template #content> |
|
|
|
<div class="flex toolFilled"> |
|
|
@ -90,7 +90,7 @@ |
|
|
|
<el-form> |
|
|
|
<PromptText text="每天凌晨出具前一天已完成的订单账单" :type="1" class="mb32"/> |
|
|
|
<GuipTable :tableData="tableList" :key="tableKey" ref="multipleTable" autoColumn="true" :loading="tableLoading" style="flex:1"> |
|
|
|
<el-table-column prop="short_name" label="账号"></el-table-column> |
|
|
|
<el-table-column prop="short_name" label="站点"></el-table-column> |
|
|
|
<el-table-column prop="bill_date" label="账单日期"></el-table-column> |
|
|
|
<el-table-column prop="pay_type" label="支付类型"> |
|
|
|
<template slot-scope="scope"> |
|
|
@ -107,7 +107,7 @@ |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="money" label="操作"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<GuipButton type="text" @click="handleShowInfo(scope.row.id,scope.row.uid,scope.row.pay_type)">查看核算账单</GuipButton> |
|
|
|
<GuipButton type="text" @click="handleShowInfo(scope.row.id,scope.row.uid,scope.row.pay_type)">查看</GuipButton> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</GuipTable> |
|
|
|