|
@@ -4,6 +4,8 @@
|
|
|
<vheader></vheader>
|
|
|
<!--主体-->
|
|
|
<div class="visual-body">
|
|
|
+ <button @click="showEventDialog"
|
|
|
+ style="position: absolute; left:50%;top: 50vh; transform: translateX(-50%);">触发事件详情</button>
|
|
|
<!-- 弹层 -->
|
|
|
<el-dialog title="事件详情" :visible.sync="eventDialog" v-if="eventDialog" width="90%"
|
|
|
@close="cancelEventShow()">
|