diff --git a/src/assets/img/DataCenter/question.png b/src/assets/img/DataCenter/question.png
new file mode 100644
index 0000000000000000000000000000000000000000..9c6106b41e1d67d72be04ce382e33a6ebaabf9b6
Binary files /dev/null and b/src/assets/img/DataCenter/question.png differ
diff --git a/src/components/CustomsTable/index.vue b/src/components/CustomsTable/index.vue
index 0c55ff1a441f9cd6e12237c5fae451ec0e5672b9..1aa2d1c6bb0f71ef44634d2e1ff55666f9b10cad 100644
--- a/src/components/CustomsTable/index.vue
+++ b/src/components/CustomsTable/index.vue
@@ -94,6 +94,14 @@
+
+
+
+
+
diff --git a/src/components/Upload/index.vue b/src/components/Upload/index.vue
index 3d5fc3c257c041091dac4cc956d9fc8ed6f02172..72c17c9d743f02dd3f4db5e7a436e5e6ba4ac408 100644
--- a/src/components/Upload/index.vue
+++ b/src/components/Upload/index.vue
@@ -28,7 +28,7 @@
- 点击上传
+ 点击上传
{{ tip }}
@@ -77,6 +77,10 @@ export default {
type: Boolean,
default: false,
},
+ btnType: {
+ type: String,
+ default: "primary",
+ },
value: Array, //上传文件数组 绑定数组
},
data() {
diff --git a/src/views/audit-qualitycontrol/community.vue b/src/views/audit-qualitycontrol/community.vue
new file mode 100644
index 0000000000000000000000000000000000000000..31b333a23deb212d1b08b3c38600cb4d102f183d
--- /dev/null
+++ b/src/views/audit-qualitycontrol/community.vue
@@ -0,0 +1,162 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 字段说明

+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/audit-qualitycontrol/healthcheckup.vue b/src/views/audit-qualitycontrol/healthcheckup.vue
new file mode 100644
index 0000000000000000000000000000000000000000..dc2adba72c7fa1bd9aa946e3f6e70daf0a027346
--- /dev/null
+++ b/src/views/audit-qualitycontrol/healthcheckup.vue
@@ -0,0 +1,14 @@
+
+ 体检
+
+
+
diff --git a/src/views/audit-qualitycontrol/hospital.vue b/src/views/audit-qualitycontrol/hospital.vue
new file mode 100644
index 0000000000000000000000000000000000000000..914b6172be787af54dfe5b81b3d640f0d4eb26b5
--- /dev/null
+++ b/src/views/audit-qualitycontrol/hospital.vue
@@ -0,0 +1,14 @@
+
+ 医院质控
+
+
+
diff --git a/src/views/systems/operation-management/components/AcademicTrend.vue b/src/views/systems/operation-management/components/AcademicTrend.vue
index efd5b2dce7594f1fb95ace880fc64ca3f1480072..97fbff4e1cff790c42f9e4c0e617c37ebd11be17 100644
--- a/src/views/systems/operation-management/components/AcademicTrend.vue
+++ b/src/views/systems/operation-management/components/AcademicTrend.vue
@@ -1,5 +1,5 @@
- 学说那个太
+ 学术动态
-
+
diff --git a/src/views/systems/operation-management/components/NewsMeeting.vue b/src/views/systems/operation-management/components/NewsMeeting.vue
index 14b25d74348485b4287998a2e8fcfa3505a50d7e..70a896429a42f7cdf01c7fdfda6c89920e0efc43 100644
--- a/src/views/systems/operation-management/components/NewsMeeting.vue
+++ b/src/views/systems/operation-management/components/NewsMeeting.vue
@@ -73,23 +73,34 @@ export default {
{
label: "标题",
minWidth: 120,
- value: "groupName",
+ value: "title",
},
{
- label: "医联体编号",
+ label: "文件",
minWidth: 120,
- value: "name",
+ value: "file",
},
{
- label: "省",
+ label: "上传时间",
minWidth: 120,
- value: "sex",
+ value: "uploadTime",
},
-
{
- label: "市",
+ label: "最新修改时间",
+ minWidth: 120,
+ value: "editTime",
+ },
+ {
+ label: "上传人姓名",
+ minWidth: 120,
+ value: "uploadPerson",
+ },
+ {
+ label: "启用状态",
minWidth: 120,
- value: "idCard",
+ type: "switch",
+ value: "isOpen",
+ func: this.openChage,
},
{
label: "操作",
@@ -97,6 +108,15 @@ export default {
fixed: "right",
operType: "button",
operations: [
+ {
+ func: this.editMedical,
+ formatter(row) {
+ return {
+ label: "查看",
+ type: "text",
+ }
+ },
+ },
{
func: this.editMedical,
formatter(row) {
@@ -123,7 +143,8 @@ export default {
],
tableData: [
{
- groupName: "第一个",
+ title: "第一个",
+ isOpen: true,
},
],
formList: [
@@ -171,12 +192,17 @@ export default {
}
this.addVisible = true
},
+ // 启用状态
+ openChage(data, index) {
+ console.log(data, index)
+ },
},
}
+
diff --git a/src/views/systems/operation-management/components/scientificResearch.vue b/src/views/systems/operation-management/components/scientificResearch.vue
index f4ae0580a241d54423d2eb60256045926c4862e4..3ea145e1572539a73b56a07038f853b00d51f363 100644
--- a/src/views/systems/operation-management/components/scientificResearch.vue
+++ b/src/views/systems/operation-management/components/scientificResearch.vue
@@ -1,14 +1,339 @@
- 科学研究
+
+
+
+
+
+
+ 添加
+
+
+
+
+
+ 添加
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
diff --git a/src/views/systems/operation-management/index.vue b/src/views/systems/operation-management/index.vue
index 3e8033bb8a2e29ddef845a2ddc10ae22f40be820..bf4331e34a646dea721b8e341296407d22f7c524 100644
--- a/src/views/systems/operation-management/index.vue
+++ b/src/views/systems/operation-management/index.vue
@@ -57,7 +57,7 @@ export default {
mounted() {},
methods: {
handleClick(tab, event) {
- console.log(tab, event)
+ // console.log(tab, event)
},
},
}
@@ -65,7 +65,7 @@ export default {