Merge pull request '漏组批次统计_新,权限调整' (#182) from master-xjkh into master
Reviewed-on: http://git.xdadan.loc/tanex/emis-frontend/pulls/182
This commit is contained in:
commit
164344ee87
@ -21,11 +21,11 @@
|
||||
<el-row :gutter="10" class="mb8">
|
||||
<el-col :span="1.5">
|
||||
<el-button type="warning" plain icon="el-icon-download" size="mini" @click="handleExport"
|
||||
v-hasPermi="['emis:emisTmsSiteBatchMissStatistics:exportStatistics']">导出</el-button>
|
||||
v-hasPermi="['emis:emisTmsSiteBatchMissStatistics:exportStatisticsV2']">导出</el-button>
|
||||
</el-col>
|
||||
<el-col :span="1.5">
|
||||
<el-button type="warning" plain icon="el-icon-download" size="mini" @click="handleExportDetail"
|
||||
v-hasPermi="['emis:emisTmsSiteBatchMissStatistics:exportDetail']">详情数据导出</el-button>
|
||||
v-hasPermi="['emis:emisTmsSiteBatchMissStatistics:exportDetailV2']">详情数据导出</el-button>
|
||||
</el-col>
|
||||
</el-row>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user