Commit 531ffdd4 authored by 刘予佳's avatar 刘予佳

随访审核部分

parent e734b407
...@@ -53,14 +53,14 @@ export const constantRoutes = [ ...@@ -53,14 +53,14 @@ export const constantRoutes = [
], ],
}, },
{ {
path: "/followaduit", path: "/followaudit",
component: Layout, component: Layout,
children: [ children: [
{ {
path: "/followaduit", path: "/followaudit",
component: () => import("@/views/followupentry/followaduit"), component: () => import("@/views/followupentry/followaudit"),
hidden: true, hidden: true,
name: "followaduit", name: "followaudit",
}, },
], ],
}, },
......
...@@ -104,9 +104,9 @@ export default { ...@@ -104,9 +104,9 @@ export default {
} }
}, },
auditHandle(data, i) { auditHandle(data, i) {
console.log(data,i) console.log(data,i,"表单")
if(this.type=="1"){ if(this.type=="1"){
this.$router.push("/followaduit") this.$router.push("/followaudit")
} }
}, },
}, },
......
<template> <template>
<!-- 随访调查录入 --> <!-- 随访调查录入 -->
<div> <div>
<ConfigForms form-type="2" formClass="follow-form"></ConfigForms> <!-- <ConfigForms form-type="2" formClass="follow-form"></ConfigForms> -->
<read-form ref="form" :options="followupForm"></read-form>
</div> </div>
</template> </template>
<script> <script>
import ConfigForms from "@/views/screening/components/ConfigForms.vue" import ConfigForms from "@/views/screening/components/ConfigForms.vue"
import ReadForm from "@/components/FormComponents/ReadForm/index"
export default { export default {
name: "FollowupEntry", name: "FollowupAudit",
components: { components: {
ConfigForms, ConfigForms,
ReadForm
}, },
data() { data() {
return { return {
form:{ followupForm:{
column: [], column: [],
labelPosition: 'right', labelPosition: 'right',
labelSuffix: '', labelSuffix: '',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment