diff --git a/config/router.ts b/config/router.ts index aa2cd23..2d6c8c6 100644 --- a/config/router.ts +++ b/config/router.ts @@ -83,7 +83,11 @@ export default [ name: '投诉审批', component: "@/pages/ComplaintApproval/index", }, - + { + path: '/ComplaintForwardingProcess/index', + name: '投诉转发流程', + component: "@/pages/ComplaintForwardingProcess/index", + } ] } diff --git a/src/21/打印表单.docx b/src/21/打印表单.docx new file mode 100644 index 0000000..dff1c6f Binary files /dev/null and b/src/21/打印表单.docx differ diff --git a/src/models/user.ts b/src/models/user.ts index e009729..948ba3f 100644 --- a/src/models/user.ts +++ b/src/models/user.ts @@ -311,6 +311,12 @@ const UserModel: UserModelType = { name: '投诉审批', component: "@/pages/ComplaintApproval/index", }, + { + path: '/ComplaintForwardingProcess/index', + redirect: '', + name: '投诉转发流程', + component: "@/pages/ComplaintForwardingProcess/index", + }, ] } @@ -395,6 +401,7 @@ const UserModel: UserModelType = { "/rentComparison/index", "/realEstate/index", "/ComplaintApproval/index", + "/ComplaintForwardingProcess/index", // '/examine/index', // '/examine/modal', // '/examine/question', diff --git a/src/pages/ComplaintForwardingProcess/index.tsx b/src/pages/ComplaintForwardingProcess/index.tsx new file mode 100644 index 0000000..9917ffc --- /dev/null +++ b/src/pages/ComplaintForwardingProcess/index.tsx @@ -0,0 +1,32 @@ +import { Button } from "antd" + + +const ComplaintForwardingProcess = () => { + + // 打印附件1 + const handlePrintAttachment1 = () => { + } + + // 打印附件2 + const handlePrintAttachment2 = () => { + } + + // 打印附件3 + const handlePrintAttachment3 = () => { + } + + return