新增失信人员
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<section class="AppDishonestExecutee">
|
||||
<section class="AppAdministrativePenalty">
|
||||
<keep-alive :include="['List']">
|
||||
<component ref="component" :is="component" :instance="instance" :params="params" :dict="dict" @change="onChange"/>
|
||||
</keep-alive>
|
||||
@@ -12,7 +12,7 @@ import Add from "./components/Add.vue";
|
||||
import Detail from "./components/Detail.vue";
|
||||
|
||||
export default {
|
||||
name: "AppDishonestExecutee",
|
||||
name: "AppAdministrativePenalty",
|
||||
label: "行政处罚信息",
|
||||
props: {
|
||||
instance: Function,
|
||||
@@ -57,7 +57,7 @@ export default {
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.AppDishonestExecutee {
|
||||
.AppAdministrativePenalty {
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user