@@ -79,12 +82,22 @@ export default {
archiveFList: [],
commeFormTabs: [],
commeFormList: [],
- radio: '电子病历',
+ radio: '门诊',
comonFormActive: '',
defaultProps: {
children: 'list'
},
currentNodeKey: '',
+ outForm: [
+ {
+ name: '眼科激光手术患者知情同意书'
+ },
+ {
+ name: '眼科激光手术治疗'
+ },
+ {
+ name: '眼底血管造影知情同意书'
+ }]
}
},
watch: {
@@ -117,7 +130,7 @@ export default {
methods: {
// 添加门诊电子病历
addRecord() {
-
+ console.log('saadf')
},
// 点击常用表单列表
comonFormListClick(index, item) {
@@ -195,7 +208,7 @@ export default {
info: this.$Base64.encode(JSON.stringify(this.queryList))
}
})
- },
+ }
}
}
@@ -297,6 +310,9 @@ export default {
}
.comonForm-tab {
margin-top: 10px;
+ ::v-deep .el-radio-button__inner{
+ padding: 7px 10px;
+ }
}
.comonForm-tab-Pane {
margin-top: 10px;
diff --git a/src/page-subspecialty/router/index.js b/src/page-subspecialty/router/index.js
index d8dbff7..a03a860 100644
--- a/src/page-subspecialty/router/index.js
+++ b/src/page-subspecialty/router/index.js
@@ -86,7 +86,7 @@ export const moduleRoutes = {
path: "/ot",
name: "ot",
component: () =>
- import("@/page-subspecialty/views/modules/formList/mraForm.vue"),
+ import("@/page-subspecialty/views/modules/formList/laserSurgery.vue"),
},
],
};
diff --git a/src/page-subspecialty/views/modules/formList/laserSurgery.vue b/src/page-subspecialty/views/modules/formList/laserSurgery.vue
index 56ce31f..f6e7d46 100644
--- a/src/page-subspecialty/views/modules/formList/laserSurgery.vue
+++ b/src/page-subspecialty/views/modules/formList/laserSurgery.vue
@@ -4,7 +4,7 @@
打印
保存
-