导入 导出
This commit is contained in:
@@ -1,36 +0,0 @@
|
||||
<template>
|
||||
<div class="AppPropertyAdministration">
|
||||
<AppPropertyAdministration
|
||||
slot="content"
|
||||
:instance="instance"
|
||||
:dict="dict"
|
||||
:permissions="permissions">
|
||||
</AppPropertyAdministration>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import AppPropertyAdministration from './components/AppPropertyAdministration.vue'
|
||||
export default {
|
||||
name: "AppPropertyAdministration",
|
||||
label: "产权管理",
|
||||
components: {
|
||||
AppPropertyAdministration,
|
||||
},
|
||||
props: {
|
||||
instance: Function,
|
||||
dict: Object,
|
||||
permissions: Function
|
||||
},
|
||||
data() {
|
||||
return {}
|
||||
},
|
||||
methods: {},
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.AppPropertyAdministration {
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
@@ -1,29 +0,0 @@
|
||||
<template>
|
||||
<ai-list class="loansAudit">
|
||||
<template slot="title">
|
||||
<ai-title title="产权管理" isShowBottomBorder :isShowBottomBorder="true" :isShowArea="true" v-model="areaId"></ai-title>
|
||||
</template>
|
||||
<template slot="content">
|
||||
</template>
|
||||
|
||||
</ai-list>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "loansAudit",
|
||||
props: {
|
||||
instance: Function,
|
||||
dict: Object
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
}
|
||||
},
|
||||
methods: {}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.loansAudit {}
|
||||
</style>
|
||||
Reference in New Issue
Block a user