x_ying
3 years ago
3 changed files with 63 additions and 12 deletions
-
14src/views/system/logManage/doorLog/index.vue
-
33src/views/system/logManage/module/listen.vue
-
28src/views/system/logManage/operateLog/index.vue
@ -0,0 +1,33 @@ |
|||
<template> |
|||
<div> |
|||
<el-dialog title="查看监控" class="in-dialog" :visible.sync="dialogVisible" :close-on-click-modal="false"> |
|||
<span class="dialog-right-top" /> |
|||
<span class="dialog-left-bottom" /> |
|||
<div class="setting-dialog"> |
|||
<div class="content"> |
|||
<!-- 左侧 --> |
|||
<div class="content-left" /> |
|||
<!-- 右侧 --> |
|||
<div class="content-right"> |
|||
<!-- <button @click="test">测试</button> --> |
|||
|
|||
</div> |
|||
</div> |
|||
</div> |
|||
</el-dialog> |
|||
</div> |
|||
</template> |
|||
|
|||
<script> |
|||
export default { |
|||
data() { |
|||
return { |
|||
dialogVisible: false |
|||
} |
|||
} |
|||
} |
|||
</script> |
|||
|
|||
<style lang="scss" scoped> |
|||
|
|||
</style> |
Write
Preview
Loading…
Cancel
Save
Reference in new issue