This commit is contained in:
quantulr
2023-10-30 17:29:35 +08:00
parent 1090ca0dd0
commit 7e465da9d2
49 changed files with 1090 additions and 56 deletions

View File

@ -0,0 +1,20 @@
import React, { ReactNode } from "react";
import Breadcrumb from "@/app/components/Breadcrumb";
const breadcrumb = [
{ href: "/", title: "首页" },
{ href: "/organization/overview", title: "机构设置" },
{ href: "/organization/func-dep/general-office", title: "职能部门" },
{ href: "/organization/func-dep/asset-finance", title: "资产财务处" },
];
const Layout = ({ children }: { children: ReactNode }) => {
return (
<div className={"flex flex-col h-full"}>
<Breadcrumb navigations={breadcrumb} />
<div className={"bg-white px-5 py-4 flex-1 mt-2"}>{children}</div>
</div>
);
};
export default Layout;

View File

@ -0,0 +1,32 @@
const Page = () => {
return (
<>
<h2 className={"text-center text-lg font-bold text-[#054786]"}>
</h2>
<p className={"text-base indent-8 mt-8"}>
<ol className={"list-decimal list-inside"}>
<li>
</li>
<li>
</li>
<li>
</li>
<li>
</li>
<li></li>
<li></li>
<li></li>
<li></li>
</ol>
</p>
</>
);
};
export default Page;

View File

@ -0,0 +1,20 @@
import React, { ReactNode } from "react";
import Breadcrumb from "@/app/components/Breadcrumb";
const breadcrumb = [
{ href: "/", title: "首页" },
{ href: "/organization/overview", title: "机构设置" },
{ href: "/organization/func-dep/general-office", title: "职能部门" },
{ href: "/organization/func-dep/general-office", title: "综合办公室" },
];
const Layout = ({ children }: { children: ReactNode }) => {
return (
<div className={"flex flex-col h-full"}>
<Breadcrumb navigations={breadcrumb} />
<div className={"bg-white px-5 py-4 flex-1 mt-2"}>{children}</div>
</div>
);
};
export default Layout;

View File

@ -0,0 +1,44 @@
import React from "react";
const Page = () => {
return (
<>
<h2 className={"text-center text-lg font-bold text-[#054786]"}>
</h2>
<p className={"text-base indent-8 mt-8"}>
<ol className={"list-decimal list-inside"}>
<li>
</li>
<li>
</li>
<li></li>
<li>
</li>
<li>
,
ARP系统
</li>
<li>
</li>
<li></li>
<li></li>
<li></li>
<li>访</li>
<li></li>
<li></li>
</ol>
</p>
<p className={"text-base indent-8 mt-8"}>
</p>
</>
);
};
export default Page;

View File

@ -0,0 +1,20 @@
import React, { ReactNode } from "react";
import Breadcrumb from "@/app/components/Breadcrumb";
const breadcrumb = [
{ href: "/", title: "首页" },
{ href: "/organization/overview", title: "机构设置" },
{ href: "/organization/func-dep/general-office", title: "职能部门" },
{ href: "/organization/func-dep/industry", title: "产业处" },
];
const Layout = ({ children }: { children: ReactNode }) => {
return (
<div className={"flex flex-col h-full"}>
<Breadcrumb navigations={breadcrumb} />
<div className={"bg-white px-5 py-4 flex-1 mt-2"}>{children}</div>
</div>
);
};
export default Layout;

View File

@ -0,0 +1,28 @@
const Page = () => {
return (
<>
<h2 className={"text-center text-lg font-bold text-[#054786]"}></h2>
<p className={"text-base indent-8 mt-8"}>
<ol className={"list-decimal list-inside"}>
<li></li>
<li></li>
<li></li>
<li>
</li>
<li></li>
<li>
</li>
<li></li>
<li></li>
<li></li>
<li></li>
</ol>
</p>
</>
);
};
export default Page;

View File

@ -0,0 +1,20 @@
import React, { ReactNode } from "react";
import Breadcrumb from "@/app/components/Breadcrumb";
const breadcrumb = [
{ href: "/", title: "首页" },
{ href: "/organization/overview", title: "机构设置" },
{ href: "/organization/func-dep/general-office", title: "职能部门" },
{ href: "/organization/func-dep/personnel", title: "人事处" },
];
const Layout = ({ children }: { children: ReactNode }) => {
return (
<div className={"flex flex-col h-full"}>
<Breadcrumb navigations={breadcrumb} />
<div className={"bg-white px-5 py-4 flex-1 mt-2"}>{children}</div>
</div>
);
};
export default Layout;

View File

@ -0,0 +1,32 @@
const Page = () => {
return (
<>
<h2 className={"text-center text-lg font-bold text-[#054786]"}></h2>
<p className={"text-base indent-8 mt-8"}>
<ol className={"list-decimal list-inside"}>
<li></li>
<li></li>
<li>
()
</li>
<li>
</li>
<li></li>
<li>
访
</li>
<li>
</li>
<li></li>
<li></li>
<li></li>
</ol>
</p>
</>
);
};
export default Page;

View File

@ -0,0 +1,20 @@
import React, { ReactNode } from "react";
import Breadcrumb from "@/app/components/Breadcrumb";
const breadcrumb = [
{ href: "/", title: "首页" },
{ href: "/organization/overview", title: "机构设置" },
{ href: "/organization/func-dep/general-office", title: "职能部门" },
{ href: "/organization/func-dep/technology", title: "科技处" },
];
const Layout = ({ children }: { children: ReactNode }) => {
return (
<div className={"flex flex-col h-full"}>
<Breadcrumb navigations={breadcrumb} />
<div className={"bg-white px-5 py-4 flex-1 mt-2"}>{children}</div>
</div>
);
};
export default Layout;

View File

@ -0,0 +1,35 @@
const Page = () => {
return (
<>
<h2 className={"text-center text-lg font-bold text-[#054786]"}></h2>
<p className={"text-base indent-8 mt-8"}>
</p>
<ol className={"list-decimal list-inside indent-8"}>
<li>
,
</li>
<li></li>
<li>
</li>
<li>
</li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ol>
</>
);
};
export default Page;

View File

@ -0,0 +1,20 @@
import ArticleLayout from "@/app/components/ArticleLayout";
import { ReactNode } from "react";
const navigations = [
{ title: "综合办公室", href: "/organization/func-dep/general-office" },
{ title: "人事处", href: "/organization/func-dep/personnel" },
{ title: "科技处", href: "/organization/func-dep/technology" },
{ title: "产业处", href: "/organization/func-dep/industry" },
{ title: "资产财务处", href: "/organization/func-dep/asset-finance" },
];
const Layout = ({ children }: { children: ReactNode }) => {
return (
<ArticleLayout leftNavTitle={"职能部门"} navigations={navigations}>
{children}
</ArticleLayout>
);
};
export default Layout;

View File

@ -0,0 +1,19 @@
import React, { ReactNode } from "react";
import Breadcrumb from "@/app/components/Breadcrumb";
const breadcrumb = [
{ href: "/", title: "首页" },
{ href: "/organization/overview", title: "机构设置" },
{ href: "/organization/architecture", title: "组织架构" },
];
const Layout = ({ children }: { children: ReactNode }) => {
return (
<div className={"flex flex-col h-full"}>
<Breadcrumb navigations={breadcrumb} />
<div className={"bg-white px-5 py-4 flex-1 mt-2"}>{children}</div>
</div>
);
};
export default Layout;

View File

@ -0,0 +1,15 @@
const Page = () => {
return (
<>
<h2 className={"text-center text-lg font-bold text-[#054786]"}>
</h2>
<img
className={"w-full mt-8"}
src={`${process.env.NEXT_ADMIN_BASE_URL}/uploads/image/20231030/5c0b98dc-cf76-49c3-a510-f2f197f7dd09.jpeg`}
/>
</>
);
};
export default Page;

View File

@ -0,0 +1,19 @@
import React, { ReactNode } from "react";
import Breadcrumb from "@/app/components/Breadcrumb";
const breadcrumb = [
{ href: "/", title: "首页" },
{ href: "/organization/overview", title: "机构设置" },
{ href: "/organization/dean-speech", title: "院长致辞" },
];
const Layout = ({ children }: { children: ReactNode }) => {
return (
<div className={"flex flex-col h-full"}>
<Breadcrumb navigations={breadcrumb} />
<div className={"bg-white px-5 py-4 flex-1 mt-2"}>{children}</div>
</div>
);
};
export default Layout;

View File

@ -0,0 +1,24 @@
const Page = () => {
return (
<>
<h2 className={"text-center text-lg font-bold text-[#054786]"}>
</h2>
<p className={"text-base indent-8 mt-8"}>
</p>
<p className={"text-base indent-8 mt-8"}>
绿绿
</p>
<p className={"text-base indent-8 mt-8"}>
5G物联网等领域进行科技布局绿沿
</p>
<p className={"text-base indent-8 mt-8"}>
</p>
</>
);
};
export default Page;

View File

@ -0,0 +1,19 @@
import React, { ReactNode } from "react";
import Breadcrumb from "@/app/components/Breadcrumb";
const breadcrumb = [
{ href: "/", title: "首页" },
{ href: "/organization/overview", title: "机构设置" },
{ href: "/organization/joint-laboratory", title: "研究中心联合实验室" },
];
const Layout = ({ children }: { children: ReactNode }) => {
return (
<div className={"flex flex-col h-full"}>
<Breadcrumb navigations={breadcrumb} />
<div className={"bg-white px-5 py-4 flex-1 mt-2"}>{children}</div>
</div>
);
};
export default Layout;

View File

@ -0,0 +1,12 @@
const Page = () => {
return (
<>
<h2 className={"text-center text-lg font-bold text-[#054786]"}>
</h2>
<p className={"text-base indent-8 mt-8"}>...</p>
</>
);
};
export default Page;

View File

@ -0,0 +1,19 @@
import React, { ReactNode } from "react";
import Breadcrumb from "@/app/components/Breadcrumb";
const breadcrumb = [
{ href: "/", title: "首页" },
{ href: "/organization/overview", title: "机构设置" },
{ href: "/organization/joint-venture", title: "合作企业" },
];
const Layout = ({ children }: { children: ReactNode }) => {
return (
<div className={"flex flex-col h-full"}>
<Breadcrumb navigations={breadcrumb} />
<div className={"bg-white px-5 py-4 flex-1 mt-2"}>{children}</div>
</div>
);
};
export default Layout;

View File

@ -0,0 +1,12 @@
const Page = () => {
return (
<>
<h2 className={"text-center text-lg font-bold text-[#054786]"}>
</h2>
<p className={"text-base indent-8 mt-8"}>...</p>
</>
);
};
export default Page;

View File

@ -0,0 +1,23 @@
import ArticleLayout from "@/app/components/ArticleLayout";
import { ReactNode } from "react";
const navigations = [
{ title: "机构简介", href: "/organization/overview" },
{ title: "院长致辞", href: "/organization/dean-speech" },
{ title: "科技产业发展委员会", href: "/organization/stidc" },
{ title: "组织架构", href: "/organization/architecture" },
{ title: "职能部门", href: "/organization/func-dep/general-office" },
{ title: "研究中心联合实验室", href: "/organization/joint-laboratory" },
{ title: "合作企业", href: "/organization/joint-venture" },
{ title: "科研平台", href: "/organization/research-platform" },
];
const Layout = ({ children }: { children: ReactNode }) => {
return (
<ArticleLayout leftNavTitle={"机构设置"} navigations={navigations}>
{children}
</ArticleLayout>
);
};
export default Layout;

View File

@ -0,0 +1,19 @@
import React, { ReactNode } from "react";
import Breadcrumb from "@/app/components/Breadcrumb";
const breadcrumb = [
{ href: "/", title: "首页" },
{ href: "/organization/overview", title: "机构设置" },
{ href: "/organization/overview", title: "机构简介" },
];
const Layout = ({ children }: { children: ReactNode }) => {
return (
<div className={"flex flex-col h-full"}>
<Breadcrumb navigations={breadcrumb} />
<div className={"bg-white px-5 py-4 flex-1 mt-2"}>{children}</div>
</div>
);
};
export default Layout;

View File

@ -0,0 +1,20 @@
const Page = () => {
return (
<>
<h2 className={"text-center text-lg font-bold text-[#054786]"}>
绿
</h2>
<p className={"text-base indent-8 mt-8"}>
绿绿201822020181220
</p>
<p className={"text-base indent-8 mt-8"}>
5G物联绿绿
</p>
<p className={"text-base indent-8 mt-8"}>
</p>
</>
);
};
export default Page;

View File

@ -0,0 +1,19 @@
import React, { ReactNode } from "react";
import Breadcrumb from "@/app/components/Breadcrumb";
const breadcrumb = [
{ href: "/", title: "首页" },
{ href: "/organization/overview", title: "机构设置" },
{ href: "/organization/research-platform", title: "科研平台" },
];
const Layout = ({ children }: { children: ReactNode }) => {
return (
<div className={"flex flex-col h-full"}>
<Breadcrumb navigations={breadcrumb} />
<div className={"bg-white px-5 py-4 flex-1 mt-2"}>{children}</div>
</div>
);
};
export default Layout;

View File

@ -0,0 +1,12 @@
const Page = () => {
return (
<>
<h2 className={"text-center text-lg font-bold text-[#054786]"}>
</h2>
<p className={"text-base indent-8 mt-8"}>...</p>
</>
);
};
export default Page;

View File

@ -0,0 +1,19 @@
import React, { ReactNode } from "react";
import Breadcrumb from "@/app/components/Breadcrumb";
const breadcrumb = [
{ href: "/", title: "首页" },
{ href: "/organization/overview", title: "机构设置" },
{ href: "/organization/func-dep/stidc", title: "科技产业发展委员会" },
];
const Layout = ({ children }: { children: ReactNode }) => {
return (
<div className={"flex flex-col h-full"}>
<Breadcrumb navigations={breadcrumb} />
<div className={"bg-white px-5 py-4 flex-1 mt-2"}>{children}</div>
</div>
);
};
export default Layout;

View File

@ -0,0 +1,12 @@
const Page = () => {
return (
<>
<h2 className={"text-center text-lg font-bold text-[#054786]"}>
</h2>
<p className={"text-base indent-8 mt-8"}>...</p>
</>
);
};
export default Page;