From f831af9f8832161a88c1b3262ea4d8935f4114b7 Mon Sep 17 00:00:00 2001
From: shijingjing <1789544664@qq.com>
Date: Fri, 1 Apr 2022 14:04:05 +0800
Subject: [PATCH] =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../AppAdministrativeLicense.vue | 3 +-
.../components/Detail.vue | 140 +++++++++++++++
.../components/List.vue | 10 +-
.../components/Detail.vue | 167 ++++++++++++++++++
.../components/List.vue | 17 +-
.../components/Detail.vue | 155 ++++++++++++++++
.../AppDishonestExecutee/components/List.vue | 17 +-
.../AppRatepayingInfo/components/Detail.vue | 152 ++++++++++++++++
.../AppRatepayingInfo/components/List.vue | 17 +-
9 files changed, 664 insertions(+), 14 deletions(-)
create mode 100644 project/xiushan/apps/AppAdministrativeLicense/components/Detail.vue
create mode 100644 project/xiushan/apps/AppAdministrativePenalty/components/Detail.vue
create mode 100644 project/xiushan/apps/AppDishonestExecutee/components/Detail.vue
create mode 100644 project/xiushan/apps/AppRatepayingInfo/components/Detail.vue
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 || ''
+ }
+ })
+ },
}
}