This commit is contained in:
shijingjing
2022-06-30 10:05:00 +08:00
parent 584eec0e78
commit 6de41e883a
4 changed files with 12 additions and 12 deletions

View File

@@ -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>