巡查上报
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user