diff --git a/project/xiushan/apps/AppAdministrativeLicense/AppAdministrativeLicense.vue b/project/xiushan/apps/AppAdministrativeLicense/AppAdministrativeLicense.vue
index c78d73ec..0e778e60 100644
--- a/project/xiushan/apps/AppAdministrativeLicense/AppAdministrativeLicense.vue
+++ b/project/xiushan/apps/AppAdministrativeLicense/AppAdministrativeLicense.vue
@@ -9,6 +9,7 @@
+
+
\ No newline at end of file
diff --git a/project/xiushan/apps/AppAdministrativeLicense/components/List.vue b/project/xiushan/apps/AppAdministrativeLicense/components/List.vue
index 2b6e194b..bf57da9c 100644
--- a/project/xiushan/apps/AppAdministrativeLicense/components/List.vue
+++ b/project/xiushan/apps/AppAdministrativeLicense/components/List.vue
@@ -16,7 +16,7 @@
(ids = v.filter((e) => e.sysUserId).map((e) => e.sysUserId)) ">
- 详情
+ 详情
删除
@@ -137,6 +137,14 @@ export default {
delete(id) {
this.$confirm("是否要删除?").then(() => this.deleteInfo(id));
},
+ toDetail (id) {
+ this.$emit('change', {
+ type: 'Detail',
+ params: {
+ id: id || ''
+ }
+ })
+ },
deleteInfo() {},
},
};
diff --git a/project/xiushan/apps/AppAdministrativePenalty/components/Detail.vue b/project/xiushan/apps/AppAdministrativePenalty/components/Detail.vue
new file mode 100644
index 00000000..5882a037
--- /dev/null
+++ b/project/xiushan/apps/AppAdministrativePenalty/components/Detail.vue
@@ -0,0 +1,167 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/project/xiushan/apps/AppAdministrativePenalty/components/List.vue b/project/xiushan/apps/AppAdministrativePenalty/components/List.vue
index ea9531f6..6f107374 100644
--- a/project/xiushan/apps/AppAdministrativePenalty/components/List.vue
+++ b/project/xiushan/apps/AppAdministrativePenalty/components/List.vue
@@ -16,10 +16,11 @@
-
- 启用
- 禁用
- 详情
+
+ 详情
+
+
+ 删除
@@ -67,6 +68,14 @@ export default {
}
})
},
+ toDetail(id) {
+ this.$emit('change', {
+ type: 'Add',
+ params: {
+ id: id || ''
+ }
+ })
+ },
}
}
diff --git a/project/xiushan/apps/AppDishonestExecutee/components/Detail.vue b/project/xiushan/apps/AppDishonestExecutee/components/Detail.vue
new file mode 100644
index 00000000..934e4ef1
--- /dev/null
+++ b/project/xiushan/apps/AppDishonestExecutee/components/Detail.vue
@@ -0,0 +1,155 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/project/xiushan/apps/AppDishonestExecutee/components/List.vue b/project/xiushan/apps/AppDishonestExecutee/components/List.vue
index 791328a3..a9c028e2 100644
--- a/project/xiushan/apps/AppDishonestExecutee/components/List.vue
+++ b/project/xiushan/apps/AppDishonestExecutee/components/List.vue
@@ -16,10 +16,11 @@
-
- 启用
- 禁用
- 详情
+
+ 详情
+
+
+ 删除
@@ -67,6 +68,14 @@ export default {
}
})
},
+ toDetail(id) {
+ this.$emit('change', {
+ type: 'Add',
+ params: {
+ id: id || ''
+ }
+ })
+ },
}
}
diff --git a/project/xiushan/apps/AppRatepayingInfo/components/Detail.vue b/project/xiushan/apps/AppRatepayingInfo/components/Detail.vue
new file mode 100644
index 00000000..30e96b52
--- /dev/null
+++ b/project/xiushan/apps/AppRatepayingInfo/components/Detail.vue
@@ -0,0 +1,152 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/project/xiushan/apps/AppRatepayingInfo/components/List.vue b/project/xiushan/apps/AppRatepayingInfo/components/List.vue
index 1c6c8e85..b60a175d 100644
--- a/project/xiushan/apps/AppRatepayingInfo/components/List.vue
+++ b/project/xiushan/apps/AppRatepayingInfo/components/List.vue
@@ -16,10 +16,11 @@
-
- 启用
- 禁用
- 详情
+
+ 详情
+
+
+ 删除
@@ -67,6 +68,14 @@ export default {
}
})
},
+ toDetail(id) {
+ this.$emit('change', {
+ type: 'Add',
+ params: {
+ id: id || ''
+ }
+ })
+ },
}
}