行政许可增删查

This commit is contained in:
shijingjing
2022-04-01 15:48:09 +08:00
parent f831af9f88
commit 6db56c17a7
7 changed files with 159 additions and 121 deletions

View File

@@ -9,6 +9,7 @@
<script>
import List from "./components/List.vue";
import Add from "./components/Add.vue";
import Detail from "./components/Detail.vue";
export default {
name: "AppDishonestExecutee",
@@ -17,7 +18,7 @@ export default {
instance: Function,
dict: Object,
},
components: {Add, List},
components: {Add, List,Detail},
data() {
return {
component: "List",