|
@@ -18,11 +18,11 @@
|
|
|
<div class="tipBox" title="修改点云或数据集后,请更新平面图"></div>
|
|
|
</div>
|
|
|
<!-- <p>默认平面图</p> -->
|
|
|
- <el-popconfirm placement="top" title="系统将创建新的平面图,您上传的平面图将被清除,是否继续?" :hide-icon="true" @confirm="refreshConfirm">
|
|
|
+ <el-popconfirm placement="top" title="确认重新生成平面图?" :hide-icon="true" @confirm="refreshConfirm">
|
|
|
<el-button slot="reference">
|
|
|
<div class="ctrlBtn">
|
|
|
<i class="ctrlIcon refreshIcon"></i>
|
|
|
- <p class="ctrlText">更新</p>
|
|
|
+ <p class="ctrlText">重新生成</p>
|
|
|
|
|
|
|
|
|
</div>
|