diff --git a/src/components/FormComponents/CustomForm/FormContent.vue b/src/components/FormComponents/CustomForm/FormContent.vue index 34a0d2c293df2a5a82b8a3f6c2c125b8ea33187f..133a442434d2053ffa37f64054021a7b52991c0d 100644 --- a/src/components/FormComponents/CustomForm/FormContent.vue +++ b/src/components/FormComponents/CustomForm/FormContent.vue @@ -191,11 +191,6 @@ export default { } }, }, - watch: { - showIndex(val){ - console.log("组件内部",val) - } - }, } diff --git a/src/components/FormComponents/CustomForm/FormItemSelf.vue b/src/components/FormComponents/CustomForm/FormItemSelf.vue index eedc337629dda92450655660d028fd6f3a07dbdb..198b3e49f8b7112fe46c2fc0506eb17da47880d4 100644 --- a/src/components/FormComponents/CustomForm/FormItemSelf.vue +++ b/src/components/FormComponents/CustomForm/FormItemSelf.vue @@ -6,7 +6,10 @@ :class="{ isDefects: defectsSet.includes(item.prop) }" > -
{{ columnIndex + 1 }}
+
{{ columnIndex + 1 }}
- - { - console.log("组件内部3",this.configForms.showIndex) - }) }, methods: { scrollToView() { diff --git a/src/components/FormComponents/ReadForm/FormContent2.vue b/src/components/FormComponents/ReadForm/FormContent2.vue new file mode 100644 index 0000000000000000000000000000000000000000..01f110fe8e16f703d7574393a4c40e8b8ff2b771 --- /dev/null +++ b/src/components/FormComponents/ReadForm/FormContent2.vue @@ -0,0 +1,172 @@ + + + + + diff --git a/src/components/FormComponents/ReadForm/FormItemSelf2.vue b/src/components/FormComponents/ReadForm/FormItemSelf2.vue new file mode 100644 index 0000000000000000000000000000000000000000..7fe0fecee66781b048bace797085af0197fbf546 --- /dev/null +++ b/src/components/FormComponents/ReadForm/FormItemSelf2.vue @@ -0,0 +1,794 @@ + + + + + diff --git a/src/components/FormComponents/ReadForm/index.vue b/src/components/FormComponents/ReadForm/index.vue new file mode 100644 index 0000000000000000000000000000000000000000..5cb1e9d3394df839d461ec143670d273de017be6 --- /dev/null +++ b/src/components/FormComponents/ReadForm/index.vue @@ -0,0 +1,399 @@ + + + + + diff --git a/src/router/index.js b/src/router/index.js index 25a432629772c5345e58da84e2f1ac63e49ff496..fcba141ff97e3bd8f16689bb48ebe1157cd771ad 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -52,6 +52,18 @@ export const constantRoutes = [ }, ], }, + { + path: "/followaduit", + component: Layout, + children: [ + { + path: "/followaduit", + component: () => import("@/views/followupentry/followaduit"), + hidden: true, + name: "followaduit", + }, + ], + }, { path: "/401", name: "401", diff --git a/src/views/audit-qualitycontrol/hospital.vue b/src/views/audit-qualitycontrol/hospital.vue index 5d8ff610c1331e2b07cbec64586f0ccbe8988791..c1ae7268ea8595239681e5c4a88e02125864ae7a 100644 --- a/src/views/audit-qualitycontrol/hospital.vue +++ b/src/views/audit-qualitycontrol/hospital.vue @@ -106,7 +106,7 @@ export default { auditHandle(data, i) { console.log(data,i) if(this.type=="1"){ - this.$router.push("/followupentry") + this.$router.push("/followaduit") } }, }, diff --git a/src/views/followupentry/followaduit.vue b/src/views/followupentry/followaduit.vue new file mode 100644 index 0000000000000000000000000000000000000000..e24c5d9398a6a80196a62367aec60db02f899e28 --- /dev/null +++ b/src/views/followupentry/followaduit.vue @@ -0,0 +1,237 @@ + + + + + diff --git a/src/views/followupentry/index.vue b/src/views/followupentry/index.vue index c1ee114e6cb30073ac76254c6d7ded775fdcbc43..e24c5d9398a6a80196a62367aec60db02f899e28 100644 --- a/src/views/followupentry/index.vue +++ b/src/views/followupentry/index.vue @@ -1,6 +1,8 @@