巡查上报

This commit is contained in:
liuye
2023-10-17 13:42:24 +08:00
parent 4ba346e72a
commit ca7ad35d97

View File

@@ -1,5 +1,5 @@
<template>
<section class="AppReportAtWill">
<section class="AppEventReporting">
<component ref="component" :is="currentPage" @change="onChange" :params="params" :instance="instance" :dict="dict" :menuName="menuName" />
</section>
</template>
@@ -10,7 +10,7 @@ import Detail from './components/Detail'
import Setting from './components/Setting'
export default {
name: 'AppReportAtWill',
name: 'AppEventReporting',
label: '巡查上报',
props: {
@@ -47,7 +47,7 @@ export default {
</script>
<style lang="scss">
.AppReportAtWill {
.AppEventReporting {
height: 100%;
background: #F3F6F9;
overflow: auto;