|
@@ -4,7 +4,7 @@
|
|
|
<el-button type="danger" @click="xiangMuTuiFeiClick" icon="Delete">退费</el-button>
|
|
|
<el-button type="primary" @click="weiGuiTuiFeiFenXiDialogOpen(true)">违规费用分析</el-button>
|
|
|
<el-button type="primary" @click="exportExecl" icon="Download">导出 Excel</el-button>
|
|
|
- <el-table :data="cptTableDataHuanZheFeiYong" :height="windowHeigth / 1.35"
|
|
|
+ <el-table :data="cptTableDataHuanZheFeiYong" :height="windowHeigth / 1.2"
|
|
|
@selection-change="handleSelectionChange" highlight-current-row stripe>
|
|
|
<el-table-column type="selection"></el-table-column>
|
|
|
<el-table-column label="流水号" prop="detailSn" width="70px"></el-table-column>
|