|
@@ -37,8 +37,8 @@
|
|
|
<el-row class="handle-box" style="margin-bottom: 10px">
|
|
|
<el-col :span="24">
|
|
|
<el-input v-model="queryParam.name" size="small" placeholder="楼盘名称" class="ch-input-size" @keyup.enter.native="handleSearch()" />
|
|
|
- <el-button size="small" class="ch-button-add" style="float: right; margin-top: 4px; margin-right: 10px;" @click="batchFQImport()"><i class="el-icon-menu" /> 楼盘分期导入</el-button>
|
|
|
- <el-button size="small" class="ch-button-add" style="float: right; margin-top: 4px; margin-right: 10px;" @click="batchImport()"><i class="el-icon-menu" /> 楼盘导入</el-button>
|
|
|
+ <el-button size="small" class="ch-button-export" style="float: right; margin-top: 4px; margin-right: 10px;" @click="batchFQImport()"><i class="el-icon-menu" /> 楼盘分期导入</el-button>
|
|
|
+ <el-button size="small" class="ch-button-export" style="float: right; margin-top: 4px; margin-right: 10px;" @click="batchImport()"><i class="el-icon-menu" /> 楼盘导入</el-button>
|
|
|
<el-button size="small" class="ch-button-add" style="float: right; margin-top: 4px; margin-right: 10px;" @click="handleAddFQ()"><i class="el-icon-menu" /> 新增分期</el-button>
|
|
|
<el-button size="small" class="ch-button-add" style="float: right; margin-top: 4px; margin-right: 10px;" @click="handleAdd()"><i class="el-icon-menu" /> 新增楼盘</el-button>
|
|
|
<el-button size="small" class="ch-button" style="float: right;margin-top: 4px" @click="handleSearch()"><i class="el-icon-menu" /> 查询</el-button>
|