|
@@ -116,13 +116,10 @@
|
|
|
</el-button>
|
|
|
</el-col>
|
|
|
<el-row>
|
|
|
- <el-col>
|
|
|
+ <el-col v-show="currentPagePrivileges.PANEING_BATCHAUDIT">
|
|
|
<div class="block-seperator"></div>
|
|
|
<span>批量操作:</span>
|
|
|
- <el-dropdown
|
|
|
- class="button_left"
|
|
|
- v-show="currentPagePrivileges.PANEING_BATCHAUDIT"
|
|
|
- >
|
|
|
+ <el-dropdown class="button_left">
|
|
|
<el-button size="small" type="primary">
|
|
|
批量审核 <i class="el-icon-arrow-down el-icon--right"></i>
|
|
|
</el-button>
|