|
@@ -162,7 +162,12 @@
|
|
|
|
|
|
<div class="mymain-container">
|
|
|
<div class="btn-group clearfix">
|
|
|
- <el-button type="primary" size="small" @click="handleEliminate">剔除账单</el-button>
|
|
|
+ <el-button
|
|
|
+ v-if="$checkBtnRole('tichu', $route.meta.roles)"
|
|
|
+ type="primary"
|
|
|
+ size="small"
|
|
|
+ @click="handleEliminate"
|
|
|
+ >剔除账单</el-button>
|
|
|
|
|
|
<div class="fr">
|
|
|
<ExportButton :ex-url="'retail/exec/listTotalExport'" :ex-params="exParams" />
|