name
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="AppHealthReport">
|
||||
<div class="AppPartyIntegralAudit">
|
||||
<keep-alive :include="['List']">
|
||||
<component ref="component" :is="component" @change="onChange" :params="params" :instance="instance" :dict="dict"></component>
|
||||
</keep-alive>
|
||||
@@ -11,7 +11,7 @@
|
||||
import Detail from './components/Detail.vue'
|
||||
|
||||
export default {
|
||||
name: 'AppIntegralAudit',
|
||||
name: 'AppPartyIntegralAudit',
|
||||
label: '积分审核(三涧溪)',
|
||||
|
||||
components: {
|
||||
@@ -56,7 +56,7 @@
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.AppHealthReport {
|
||||
.AppPartyIntegralAudit {
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user