diff --git a/src/views/system/agency/index.vue b/src/views/system/agency/index.vue
index 232c4cb..29b4b3d 100644
--- a/src/views/system/agency/index.vue
+++ b/src/views/system/agency/index.vue
@@ -90,7 +90,69 @@
- 机构信息
+
+ {{
+ agencyList.agencyName
+ }}
+ {{ agencyList.agencyRemark }}
+
+ {{ agencyList.agencyStatus == "ON" ? "启用" : "" }}
+ {{
+ agencyList.agencyStatus == "OFF" ? "禁用" : ""
+ }}
+ {{
+ agencyList.agencyCode
+ }}
+
+ {{ agencyList.parentAgencyName }}
+
+ {{ agencyList.nodeType == "HEALTH_COMYISION" ? "卫健委" : "" }}
+ {{
+ agencyList.nodeType == "MEDICAL_INSURANCE_BUREAU" ? "医保局" : ""
+ }}
+ {{ agencyList.nodeType == "PBONVTNCE" ? "省份" : "" }}
+
+ {{ agencyList.nodeType == "CHTNA" ? "中国" : "" }}
+
+ {{ agencyList.nodeType == "WARD" ? "病区" : "" }}
+
+ {{ agencyList.nodeType == "DEPARIMENT" ? "科室" : "" }}
+ {{ agencyList.nodeType == "PHARNAGY" ? "药店" : "" }}
+ {{ agencyList.nodeType == "CANPUS" ? "院区" : "" }}
+ {{
+ agencyList.nodeType == "HOSPITAL" ? "医院" : ""
+ }}
+ {{
+ agencyList.orgAgencyCode
+ }}
+ {{
+ agencyList.agencyCategoryName
+ }}
+ {{
+ agencyList.agencyCategoryManageLevel ==
+ "NON_PROFIT_MEDICAL_AGENCY"
+ ? "非营利性医疗机构"
+ : ""
+ }}
+ {{
+ agencyList.agencyCategoryManageLevel ==
+ "FOR_PROFIT_MEDICAL_AGENCY"
+ ? "营利性医疗机构"
+ : ""
+ }}
+ {{
+ agencyList.agencyCategoryManageLevel == "OTHER_HEALTH_AGENCY"
+ ? "其他卫生机构"
+ : ""
+ }}
+ {{ agencyList.areaName }}
+
+
+
@@ -721,7 +783,7 @@ export default {
})
.catch(() => {});
},
- // 机构树
+ // 机构树
gettreelist() {
agencyList().then((res) => {
// 接口请求
@@ -1050,57 +1112,68 @@ export default {
},
};
-
diff --git a/src/views/system/subdivision/index.vue b/src/views/system/subdivision/index.vue
index 3050f71..3f6b3eb 100644
--- a/src/views/system/subdivision/index.vue
+++ b/src/views/system/subdivision/index.vue
@@ -272,7 +272,7 @@ export default {
id: null,
subdivisionCategoryName: null,
subdivisionCategoryCode: null,
- sort: null,
+ sort: undefined,
remark: null,
createBy: null,
createTime: null,
@@ -359,4 +359,4 @@ export default {
},
},
};
-
+
\ No newline at end of file