|
@@ -162,12 +162,12 @@
|
|
|
|
|
|
<div class="mymain-container">
|
|
|
<div class="btn-group clearfix">
|
|
|
- <!-- <el-button
|
|
|
+ <el-button
|
|
|
v-if="$checkBtnRole('tichu', $route.meta.roles)"
|
|
|
type="primary"
|
|
|
size="small"
|
|
|
@click="handleEliminate"
|
|
|
- >剔除账单</el-button> -->
|
|
|
+ >剔除账单</el-button>
|
|
|
|
|
|
<div class="fr">
|
|
|
<ExportButton :ex-url="'retail/exec/listTotalExport'" :ex-params="exParams" />
|
|
@@ -222,7 +222,7 @@
|
|
|
min-width="200"
|
|
|
show-overflow-tooltip
|
|
|
/>
|
|
|
- <!-- <el-table-column align="left" label="是否剔除" min-width="100" show-overflow-tooltip>
|
|
|
+ <el-table-column align="left" label="是否剔除" min-width="100" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
<el-tag
|
|
|
type="warning"
|
|
@@ -238,7 +238,7 @@
|
|
|
prop="refUseUnit"
|
|
|
min-width="200"
|
|
|
show-overflow-tooltip
|
|
|
- /> -->
|
|
|
+ />
|
|
|
<el-table-column
|
|
|
align="left"
|
|
|
label="制单日期"
|