|
@@ -9,7 +9,7 @@
|
|
|
<template>
|
|
|
<div class="app-container app-container-scheduling">
|
|
|
<div class="app-container_flex_auto">
|
|
|
- <div class="app-container_table app-container-queryform" v-show="showSearch">
|
|
|
+ <div class="app-container_form app-container-queryform" v-show="showSearch">
|
|
|
<!-- 页面查询表单 Start -->
|
|
|
<el-form :model="queryParams" ref="queryForm" :rules="rules" :inline="true" label-width="68px">
|
|
|
<el-form-item label="演出日期" label-width="80px">
|
|
@@ -58,8 +58,8 @@
|
|
|
<el-table-column label="分销提现金额(元)" align="center" prop="personWithdrawPriceTotal" width="200" />
|
|
|
<el-table-column label="操作" align="center" width="200" class-name="small-padding fixed-width">
|
|
|
<template slot-scope="scope">
|
|
|
- <el-button size="mini" type="text" @click="goStatementsIndexNew(scope.row)"
|
|
|
- v-hasPermi="['finance:Statements:quickReconciliation:difference']">查看差异</el-button>
|
|
|
+ <!-- <el-button size="mini" type="text" @click="goStatementsIndexNew(scope.row)"
|
|
|
+ v-hasPermi="['finance:Statements:quickReconciliation:difference']">查看差异</el-button> -->
|
|
|
<el-button size="mini" type="text" @click="goStatementsIndexNew(scope.row)"
|
|
|
v-hasPermi="['finance:Statements:quickReconciliation:details']">对账详情</el-button>
|
|
|
</template>
|