|
@@ -13,7 +13,7 @@
|
|
|
</el-input>
|
|
|
</el-tooltip>
|
|
|
|
|
|
- <el-tooltip v-if="dyData.length>0" content="点击放大镜前往贝壳查询该小区成交信息(请提前登录贝壳官网)" placement="top-end" effect="light">
|
|
|
+ <el-tooltip content="点击放大镜前往贝壳查询该小区成交信息(请提前登录贝壳官网)" placement="top-end" effect="light">
|
|
|
<el-input id="community" style="margin-left: 20px; width: 300px;" v-model="communityName" >
|
|
|
<template slot="prepend">贝壳查询</template>
|
|
|
<el-button slot="append" icon="el-icon-search" @click="toke()"></el-button>
|
|
@@ -39,16 +39,16 @@
|
|
|
<el-button style="margin-left: 20px;" type="danger" @click="openFacePrice()" :disabled="dyData.length==0 && queryParam.queryTarget==null || queryParam.queryTarget==''">执行口估</el-button>
|
|
|
|
|
|
<el-button style="margin-left: 20px;" type="primary" @click="downloadFaceTemp()">下载模版</el-button>
|
|
|
- <div style="margin-right: 395px; float: right;">
|
|
|
+ <div style="position: relative; top: -31px; left:90.5%">
|
|
|
<el-upload
|
|
|
- :action="uploadFileApiUrl+'personalFacePrice/upload/temp'"
|
|
|
+ :action="uploadFileApiUrl+'personalFacePrice/upload/temp?limit='+queryParam.limit"
|
|
|
:show-file-list="false"
|
|
|
:on-success="handleSuccess"
|
|
|
title="批量执行"
|
|
|
ref="uploadCtl"
|
|
|
accept=".xlsx"
|
|
|
>
|
|
|
- <el-button type="warning">批量执行</el-button>
|
|
|
+ <el-button type="warning" >批量执行</el-button>
|
|
|
</el-upload>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -664,6 +664,7 @@ export default {
|
|
|
<style lang="scss" scoped>
|
|
|
.query-class {
|
|
|
margin-top: 20px;
|
|
|
+ height: 30px;
|
|
|
}
|
|
|
|
|
|
.input-with-select {
|