|
|
@ -15,7 +15,7 @@ |
|
|
|
<el-button :headers="$getElUploadHeaders()" v-if="btnAuths.ic_house_import" style="float: left" class="diy-button--export" size="small" @click="handleExportModule"> |
|
|
|
下载房屋模板 |
|
|
|
</el-button> |
|
|
|
<el-upload v-if="daoru" |
|
|
|
<el-upload |
|
|
|
ref="upload" |
|
|
|
v-if="btnAuths.ic_house_import" |
|
|
|
:multiple="false" |
|
|
@ -27,7 +27,7 @@ |
|
|
|
:on-exceed="handleExceed" |
|
|
|
:http-request="uploadFile" |
|
|
|
> |
|
|
|
<el-button style="margin-left: 10px" size="small" class="diy-button--delete">导入房屋数据</el-button> |
|
|
|
<el-button v-if="daoru" style="margin-left: 10px" size="small" class="diy-button--delete">导入房屋数据</el-button> |
|
|
|
</el-upload> |
|
|
|
</div> |
|
|
|
<el-button style="float: left; margin-left: 10px" v-if="btnAuths.ic_house_export" class="diy-button--reset" size="small" @click="handleExport">导出</el-button> |
|
|
@ -218,7 +218,7 @@ export default { |
|
|
|
ic_house_update: false, //修改 |
|
|
|
ic_house_view_real_data: false //显示脱敏信息 |
|
|
|
}, |
|
|
|
daoru:false, |
|
|
|
daoru: false |
|
|
|
}; |
|
|
|
}, |
|
|
|
components: { |
|
|
|