diff --git a/src/components/customerOrg/customerOrgGroupAsbitem.vue b/src/components/customerOrg/customerOrgGroupAsbitem.vue
index 4d91de1..1caf50e 100644
--- a/src/components/customerOrg/customerOrgGroupAsbitem.vue
+++ b/src/components/customerOrg/customerOrgGroupAsbitem.vue
@@ -112,21 +112,163 @@
- 复制分组
+ 复制分组
- 复制套餐
+ 复制套餐
保存
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ dddw(dict.forSex, "id", scope.row.forSexId, "displayName") }}
+
+
+
+
+
+
+
+
+ {{ moment(scope.row.creationTime).format("yyyy-MM-DD") }}
+
+
+
+
+
+
+
+ {{ moment(scope.row.lastModificationTime).format("yyyy-MM-DD") }}
+
+
+
+
+
+
+
+
+
+
+ >
+
+
+
+
+
+ {{ dddw(dict.forSex, "id", scope.row.forSexId, "displayName") }}
+
+
+
+
+ {{
+ dddw(
+ dict.forMaritalStatus,
+ "id",
+ scope.row.maritalStatusId,
+ "displayName"
+ )
+ }}
+
+
+
+
+
+ {{
+ scope.row.creationTime
+ ? moment(scope.row.creationTime).format("yyyy-MM-DD HH:mm:ss")
+ : ""
+ }}
+
+
+
+
+
+
+
+
+
+
+
+