|
@@ -231,7 +231,7 @@
|
|
|
style="text-align:left" @click="updateCentereventTEventcatalogueStatus('sh',false)">
|
|
|
审核
|
|
|
</el-button>
|
|
|
- <el-button size="small" v-else icon="el-icon-loading" style="text-align:left">
|
|
|
+ <el-button size="small" v-else-if="isExamine =='0'" icon="el-icon-loading" style="text-align:left">
|
|
|
请等待复核,复核通过后方可归档。
|
|
|
</el-button>
|
|
|
<el-button size="small" icon="el-icon-chat-dot-square" @click="sendEventLog()">发送
|
|
@@ -3006,6 +3006,7 @@ export default {
|
|
|
that.eventName = res.data.catalogue.eventName
|
|
|
that.eventTypeXl = res.data.catalogue.eventTypeXl
|
|
|
that.version = res.data.catalogue.version
|
|
|
+ that.isExamine = res.data.catalogue.isExamine
|
|
|
let markersMap = {
|
|
|
lng: 124.59,
|
|
|
lat: 43.02,
|
|
@@ -3108,6 +3109,7 @@ export default {
|
|
|
that.eventName = res.data.catalogue.eventName
|
|
|
that.eventTypeXl = res.data.catalogue.eventTypeXl
|
|
|
that.version = res.data.catalogue.version
|
|
|
+ that.isExamine = res.data.catalogue.isExamine
|
|
|
let markersMap = {
|
|
|
lng: 124.59,
|
|
|
lat: 43.02,
|