|
@@ -94,10 +94,10 @@
|
|
|
<el-button type="primary" :icon="Download" style="width: 100%" @click="handlerExport(2, relics?.name)">
|
|
|
导出本体边界坐标
|
|
|
</el-button>
|
|
|
- <el-button type="primary" :icon="Download" style="width: 100%; margin-top: 20px; margin-left: 0"
|
|
|
+ <!-- <el-button type="primary" :icon="Download" style="width: 100%; margin-top: 20px; margin-left: 0"
|
|
|
@click="exportFile(getSelectPoints(), 1, relics?.name)">
|
|
|
导出绘制矢量数据
|
|
|
- </el-button>
|
|
|
+ </el-button> -->
|
|
|
|
|
|
<el-button type="primary" :icon="Download" style="width: 100%; margin-top: 20px; margin-left: 0"
|
|
|
@click="exportImage(getSelectPoints(), relics?.name)">
|