@@ -110,8 +110,8 @@
type="success"
@click="handleSave(scope.row)"
>保存</el-button
- >
- <el-button v-if="scope.row.status == 2" link type="primary" icon="Download" @click="handleExport(scope.row)">导出
+ >
+ <el-button v-if="scope.row.status == 2" v-hasPermi="['business:inventoryCheck:downLoad']" link type="primary" icon="Download" @click="handleExport(scope.row)">导出
</el-button>
</template>
</el-table-column>