|
@@ -68,20 +68,20 @@
|
|
@click="updateCentereventTEventcatalogueStatus('cf',scope.row)">
|
|
@click="updateCentereventTEventcatalogueStatus('cf',scope.row)">
|
|
重复
|
|
重复
|
|
</el-button>
|
|
</el-button>
|
|
- <el-button size="small"
|
|
|
|
- type="text"
|
|
|
|
- icon="el-icon-warning"
|
|
|
|
- v-if = "scope.row.eventStatusValue == 'forest_event_status_5' && scope.row.isExamine == '0'"
|
|
|
|
- @click="auditing(scope.row)">
|
|
|
|
- 审核
|
|
|
|
- </el-button>
|
|
|
|
- <el-button size="small"
|
|
|
|
- type="text"
|
|
|
|
- icon="el-icon-warning"
|
|
|
|
- v-if = "scope.row.eventStatusValue == 'forest_event_status_5' && scope.row.isExamine == '1'"
|
|
|
|
- @click="updateCentereventTEventcatalogueStatus('gd',scope.row)">
|
|
|
|
- 归档
|
|
|
|
- </el-button>
|
|
|
|
|
|
+<!-- <el-button size="small"-->
|
|
|
|
+<!-- type="text"-->
|
|
|
|
+<!-- icon="el-icon-warning"-->
|
|
|
|
+<!-- v-if = "scope.row.eventStatusValue == 'forest_event_status_5' && scope.row.isExamine == '0'"-->
|
|
|
|
+<!-- @click="auditing(scope.row)">-->
|
|
|
|
+<!-- 审核-->
|
|
|
|
+<!-- </el-button>-->
|
|
|
|
+<!-- <el-button size="small"-->
|
|
|
|
+<!-- type="text"-->
|
|
|
|
+<!-- icon="el-icon-warning"-->
|
|
|
|
+<!-- v-if = "scope.row.eventStatusValue == 'forest_event_status_5' && scope.row.isExamine == '1'"-->
|
|
|
|
+<!-- @click="updateCentereventTEventcatalogueStatus('gd',scope.row)">-->
|
|
|
|
+<!-- 归档-->
|
|
|
|
+<!-- </el-button>-->
|
|
<el-button size="mini" type="text" icon="el-icon-document" @click="handleEventLog(scope.row)">事件日志
|
|
<el-button size="mini" type="text" icon="el-icon-document" @click="handleEventLog(scope.row)">事件日志
|
|
</el-button>
|
|
</el-button>
|
|
</template>
|
|
</template>
|