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