新增失信人员

This commit is contained in:
shijingjing
2022-04-01 17:21:12 +08:00
parent 3dad000a72
commit 2d75d69b1e
9 changed files with 206 additions and 103 deletions

View File

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