From 0632431c787278faa95d2da744a709e052da0ffc Mon Sep 17 00:00:00 2001
From: pengjun <158915633@qq.com>
Date: Thu, 19 Oct 2023 18:47:45 +0800
Subject: [PATCH] group
---
src/assets/css/global_button.css | 24 +
.../customerOrg/customerOrgGroupList.vue | 483 ++++++++++++++++++
.../patientRegister/PatientRegisterEdit.vue | 162 +++---
.../patientRegister/PatientRegisterList.vue | 15 +-
.../patientRegister/customerOrgTreeAll.vue | 35 +-
.../patientRegisterAsbItem.vue | 2 +-
.../patientRegister/patientRegisterQuery.vue | 8 +-
src/components/report/CusOrgOCX.vue | 38 +-
src/store/index.js | 29 +-
src/views/customerOrg/customerOrgGroup.vue | 64 +--
src/views/customerOrg/patientRegister.vue | 15 +-
src/views/user-list/OrganizationUnits.vue | 17 +-
src/views/user-list/UserList.vue | 15 +-
13 files changed, 686 insertions(+), 221 deletions(-)
create mode 100644 src/assets/css/global_button.css
create mode 100644 src/components/customerOrg/customerOrgGroupList.vue
diff --git a/src/assets/css/global_button.css b/src/assets/css/global_button.css
new file mode 100644
index 0000000..1685bda
--- /dev/null
+++ b/src/assets/css/global_button.css
@@ -0,0 +1,24 @@
+.el-button {
+ background: #FFF;
+ border: 1px solid #0B663D !important; /*原始 默认值 1px solid #DCDFE6; */
+ color: #0B663D !important; /*原始 默认值 #606266 */
+ font-weight: 700; /*原始 默认值 500 */
+ font-family: 'Microsoft YaHei'; /*原始 默认值 Arial */
+ padding: 10px 5px; /*原始 默认值 500 */
+ min-width: 60px;
+ /*
+ display: inline-block;
+ line-height: 1;
+ white-space: nowrap;
+ cursor: pointer;
+ -webkit-appearance: none;
+ text-align: center;
+ box-sizing: border-box;
+ outline: 0;
+ margin: 0;
+ transition: .1s;
+ font-size: 14px;
+ border-radius: 4px;
+ */
+ }
+
\ No newline at end of file
diff --git a/src/components/customerOrg/customerOrgGroupList.vue b/src/components/customerOrg/customerOrgGroupList.vue
new file mode 100644
index 0000000..2105deb
--- /dev/null
+++ b/src/components/customerOrg/customerOrgGroupList.vue
@@ -0,0 +1,483 @@
+
+