|
@@ -46,11 +46,7 @@
|
|
|
<span class="oper-span" v-pdpath="['edit']" @click="openSceneUrl(row, OpenType.edit)">
|
|
<span class="oper-span" v-pdpath="['edit']" @click="openSceneUrl(row, OpenType.edit)">
|
|
|
编辑
|
|
编辑
|
|
|
</span>
|
|
</span>
|
|
|
- <span v-if=" [SceneType.SWSS, SceneType.SWYDSS].includes(row.type) && [QuoteSceneStatus.SUCCESS].includes(row.status) && row.location === LocationEnum.Scene_Location_PointCloud"
|
|
|
|
|
- v-pdpath="['gen']"
|
|
|
|
|
- class="oper-span"
|
|
|
|
|
- @click="genMeshScene(row)"
|
|
|
|
|
- >
|
|
|
|
|
|
|
+ <span v-pdpath="['edit']" class="oper-span" @click="genMeshScene(row)">
|
|
|
生成obj
|
|
生成obj
|
|
|
</span>
|
|
</span>
|
|
|
<span class="oper-span" v-pdpath="['del']" v-if="pagging.state.query.searchType === '0'" @click="openSceneShareDialog(row)">
|
|
<span class="oper-span" v-pdpath="['del']" v-if="pagging.state.query.searchType === '0'" @click="openSceneShareDialog(row)">
|