|
@@ -36,10 +36,13 @@
|
|
|
<el-form-item label="选址范围" size="mini" prop="ProjectScope">
|
|
|
<el-col :span="20">
|
|
|
<input @change="handleUpload" type="file" style="display:none" id="fileInput" accept=".zip"></input>
|
|
|
- <el-button type="primary" @click="inputGeometry">导入范围</el-button>
|
|
|
+ <el-button type="primary" @click="inputGeometry">导入</el-button>
|
|
|
<!-- <el-button type="primary">导入范围</el-button> -->
|
|
|
<el-button type="primary" @click="getProjectScope"
|
|
|
- >绘制范围
|
|
|
+ >绘制
|
|
|
+ </el-button>
|
|
|
+ <el-button type="primary" @click="resetForm('ruleForm')"
|
|
|
+ >清除
|
|
|
</el-button>
|
|
|
</el-col>
|
|
|
</el-form-item>
|
|
@@ -151,7 +154,7 @@
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
</el-tab-pane>
|
|
|
- <el-tab-pane label="分析报告" name="third">
|
|
|
+ <el-tab-pane label="分析结果" name="third">
|
|
|
<jzdjfxsmjg v-if="iSjzdjfxsmjgShow" :info="{BenchmarkLandPrice:BenchmarkLandPriceinfo}"></jzdjfxsmjg>
|
|
|
</el-tab-pane>
|
|
|
</el-tabs>
|