@@ -73,7 +73,7 @@
</el-form-item>
</el-col>
<el-col :span="24">
- <div style="display: flex; justify-content: flex-end;margin-bottom: 10px;"v-hasPermi="['business:socialSecurityDeclare:exportDetail']">
+ <div style="display: flex; justify-content: flex-end;margin-bottom: 10px;" v-hasPermi="['business:socialSecurityDeclare:exportDetail']>
<el-button type="primary" @click="exportExcel" v-if="tableData != null && tableData.length>0">导出明细表</el-button>
</div>