|
|
@@ -43,7 +43,7 @@
|
|
|
<span class="oper-span" v-if="pagging.state.query.searchType != '1' && row.status == 2" v-pdpath="['copy']" @click="copySceneHandler(row)">
|
|
|
复制
|
|
|
</span>
|
|
|
- <span class="oper-span" v-if="row.status != 0 && row.status == 2" v-pdpath="['edit']" @click="openSceneEdit(row, 0)">
|
|
|
+ <span class="oper-span" v-if="row.status != 0 && row.status == 2 && row.isAuth == 2" v-pdpath="['edit']" @click="openSceneEdit(row, 0)">
|
|
|
编辑
|
|
|
</span>
|
|
|
<span v-pdpath="['gen']" v-if="pagging.state.query.searchType != '1' && row.status == 2 && row.location != 6" class="oper-span" @click="getMeshScene(row)">
|