|
@@ -55,8 +55,8 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="24">
|
|
|
- <div style="display: flex; justify-content: flex-end;margin-bottom: 10px;">
|
|
|
- <el-button type="primary" @click="exportExcel">导出明细表</el-button>
|
|
|
+ <div style="display: flex; justify-content: flex-end;margin-bottom: 10px;" v-hasPermi="['business:housingFundDeclare:exportDetail']">
|
|
|
+ <el-button type="primary" @click="exportExcel" v-if="housingFundPersonList != null && housingFundPersonList.length>0">导出明细表</el-button>
|
|
|
</div>
|
|
|
</el-col>
|
|
|
<el-table :data="housingFundPersonList" border style="width: 100%" show-summary
|