diff --git a/src/assets/css/global_button.css b/src/assets/css/global_button.css
index 1685bda..05a9dd5 100644
--- a/src/assets/css/global_button.css
+++ b/src/assets/css/global_button.css
@@ -1,6 +1,6 @@
 .el-button {
   background: #FFF;
-  border: 1px solid #0B663D !important;  /*原始 默认值 1px solid #DCDFE6; */
+  border: 1px solid #0B663D;  /*原始 默认值 1px solid #DCDFE6; */
   color: #0B663D !important;  /*原始 默认值 #606266 */
   font-weight: 700; /*原始 默认值 500 */
   font-family: 'Microsoft YaHei';  /*原始 默认值 Arial */
diff --git a/src/assets/css/global_table.css b/src/assets/css/global_table.css
index e95eddf..1a01b66 100644
--- a/src/assets/css/global_table.css
+++ b/src/assets/css/global_table.css
@@ -11,9 +11,15 @@
 }
 
 /* 表格 行列间距控制 ,默认 10 px*/
+.el-table--small .el-table__cell {
+  padding: 0 0;  /* 原始 默认值 8px 0 */
+}
 .el-table__cell {
   padding: 2px 2px 2px 2px;   /* 上,右,下,左 */
 }
+.el-table .cell {
+  padding: 0px 2px;   /* 原始 默认 0px 10px; */
+}
 
 /* 表格单元格 .el-table .cell ,默认 10 px*/
 .cell {
diff --git a/src/components/customerOrg/customerOrgGroupAsbitem.vue b/src/components/customerOrg/customerOrgGroupAsbitem.vue
new file mode 100644
index 0000000..051a1eb
--- /dev/null
+++ b/src/components/customerOrg/customerOrgGroupAsbitem.vue
@@ -0,0 +1,403 @@
+
+  
+    
+      
+      
+        
+          项目类别
+          
+            
+            
+          
+        
+        
+          
+            
+            
+            
+          
+        
+      
+
+      
+      
+        
+          添加 
+        
+        
+          全部添加
+        
+        
+          移除 
+        
+        
+          全部移除
+        
+        
+          保存
+          
+        
+      
+
+      
+      
+        
+          快速选择
+          
+            
+            
+          
+        
+        
+          
+            
+            
+            
+            
+              
+                
+              
+            
+            
+              
+                
+              
+            
+            
+              
+                
+              
+            
+          
+        
+      
+    
+    
+    
    
+  
 
+
+
+
diff --git a/src/components/customerOrg/customerOrgGroupList.vue b/src/components/customerOrg/customerOrgGroupList.vue
deleted file mode 100644
index 2105deb..0000000
--- a/src/components/customerOrg/customerOrgGroupList.vue
+++ /dev/null
@@ -1,483 +0,0 @@
-
-  
-    
-      
-        
-          体检单位:
-          
-            
-            
-          
-        
-        
-          单位体检次数:
-          
-            
-          
-        
-      
-    
-    
-      
-        
-        
-        
-        
-          
-            {{ 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'):'' }}
-          
-        
-        
-          
-            
-              
-            
-          
-        
-            
-      
-        
-          新增
-        
-        
-          编辑
-        
-        
-          删除
-        
-        
-          置顶
-        
-        
-          置低
-        
-        
-          确定
-        
-      
-      
-    
-
-    
-    
  
-      
-        
-          
-            
-              
-            
-          
-          
-            
-              
-            
-          
-          
-            
-              
-                
-                
-              
-            
-          
-          
-            
-              
-                
-                
-              
-            
-          
-          
-            
-              
-            
-          
-          
-            
-              
-            
-          
-          
-            
-              
-            
-          
-          
-            
-              
-            
-          
-          
-            
-              
-            
-          
-        
-      
-      
-    
-    
-  
 
-
-
-
\ No newline at end of file
diff --git a/src/components/report/CusOrgOCX.vue b/src/components/report/CusOrgOCX.vue
index 20d791b..bdadbc0 100644
--- a/src/components/report/CusOrgOCX.vue
+++ b/src/components/report/CusOrgOCX.vue
@@ -6,9 +6,9 @@
     
       
         
-        
+        
           
-            
               
         
         -->
-        
+        
           
-            
+            
           
         
-        
+        
           
-            
+            
           
         
         
           
             
               
           
         
-        
+        
           
             
diff --git a/src/views/customerOrg/customerOrgGroup.vue b/src/views/customerOrg/customerOrgGroup.vue
index 22a0e1b..733ce45 100644
--- a/src/views/customerOrg/customerOrgGroup.vue
+++ b/src/views/customerOrg/customerOrgGroup.vue
@@ -1,41 +1,561 @@
 
   
     
-      单位分组
      
+      单位分组
+      
+      
+        
+          
+            
+              体检单位:
+              
+                
+                {{ item.displayName }}
+                
+              
+            
+            
+              单位体检次数:
+              
+                
+              
+            
+          
+          
+            
+              
+              
+              
+              
+                
+                  {{ 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")
+                      : ""
+                  }}
+                
+              
+              
+                
+                  
+                    
+                  
+                
+              
+            
+          
+        
+        
+        
+          
      
+            新增
+          
+          
+            编辑 
+          
+          
        
+            删除 
+          
+          
         
+            置顶 
+          
+          
         
+            置低
+          
+          
+            确定
+          
+        
+      
 
+
+      
       
-        
-        
+        
       
-    
+        
+
+    
+    
+      
+        
+          
+            
+              
+            
+          
+          
+            
+              
+            
+          
+          
+            
+              
+                
+                
+              
+            
+          
+          
+            
+              
+                
+                
+              
+            
+          
+          
+            
+              
+            
+          
+          
+            
+              
+            
+          
+          
+            
+              
+            
+          
+          
+            
+              
+            
+          
+          
+            
+              
+            
+          
+        
+      
+      
+    
+    
   
 
 
 
 
+.btnClass {
+  width:100px;
+  margin-bottom: 5px
+}
+
\ No newline at end of file