update
This commit is contained in:
@ -10,9 +10,9 @@ const breadcrumb = [
|
||||
|
||||
const Layout = ({ children }: { children: ReactNode }) => {
|
||||
return (
|
||||
<div className={"flex flex-col h-full"}>
|
||||
<div className={"flex h-full flex-col"}>
|
||||
<Breadcrumb navigations={breadcrumb} />
|
||||
<div className={"bg-white px-5 py-4 flex-1 mt-2"}>{children}</div>
|
||||
<div className={"mt-2 flex-1 bg-white px-5 py-4"}>{children}</div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
@ -4,9 +4,9 @@ const Page = () => {
|
||||
return (
|
||||
<>
|
||||
<ArticleHeading text={"资产财务处"} />
|
||||
<p className={"text-base indent-8 my-1"}>
|
||||
<p className={"my-1 indent-8 text-base"}>
|
||||
负责院财务管理、国有资产管理等工作,主要职责为:
|
||||
<ol className={"list-decimal list-inside"}>
|
||||
<ol className={"list-inside list-decimal"}>
|
||||
<li>
|
||||
负责院预算管理工作,含部门预算编报、下达、控制、调整、分析等。
|
||||
</li>
|
||||
|
@ -10,9 +10,9 @@ const breadcrumb = [
|
||||
|
||||
const Layout = ({ children }: { children: ReactNode }) => {
|
||||
return (
|
||||
<div className={"flex flex-col h-full"}>
|
||||
<div className={"flex h-full flex-col"}>
|
||||
<Breadcrumb navigations={breadcrumb} />
|
||||
<div className={"bg-white px-5 py-4 flex-1 mt-2"}>{children}</div>
|
||||
<div className={"mt-2 flex-1 bg-white px-5 py-4"}>{children}</div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
@ -4,9 +4,9 @@ const Page = () => {
|
||||
return (
|
||||
<>
|
||||
<ArticleHeading text={"综合办公室"} />
|
||||
<p className={"text-base indent-8 my-1"}>
|
||||
<p className={"my-1 indent-8 text-base"}>
|
||||
负责院党建与创新文化建设、综合行政管理、科学传播与信息化建设等工作,主要职责为:
|
||||
<ol className={"list-decimal list-inside"}>
|
||||
<ol className={"list-inside list-decimal"}>
|
||||
<li>
|
||||
负责党建日常工作,承担党委办公室职责,协助党委做好党的组织建设与发展、党委中心组学习、党员教育和管理等。
|
||||
</li>
|
||||
@ -32,7 +32,7 @@ const Page = () => {
|
||||
<li>承担院领导安排的其他工作。</li>
|
||||
</ol>
|
||||
</p>
|
||||
<p className={"text-base indent-8 my-1"}>
|
||||
<p className={"my-1 indent-8 text-base"}>
|
||||
监察审计室挂靠综合办公室,承担院纪委日常工作(含科研道德委员会日常工作),负责院纪检、监察、审计等工作,协助党委做好党风廉政建设及反腐败工作。
|
||||
</p>
|
||||
</>
|
||||
|
@ -10,9 +10,9 @@ const breadcrumb = [
|
||||
|
||||
const Layout = ({ children }: { children: ReactNode }) => {
|
||||
return (
|
||||
<div className={"flex flex-col h-full"}>
|
||||
<div className={"flex h-full flex-col"}>
|
||||
<Breadcrumb navigations={breadcrumb} />
|
||||
<div className={"bg-white px-5 py-4 flex-1 mt-2"}>{children}</div>
|
||||
<div className={"mt-2 flex-1 bg-white px-5 py-4"}>{children}</div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
@ -4,9 +4,9 @@ const Page = () => {
|
||||
return (
|
||||
<>
|
||||
<ArticleHeading text={"产业处"} />
|
||||
<p className={"text-base indent-8 my-1"}>
|
||||
<p className={"my-1 indent-8 text-base"}>
|
||||
负责院科技成果转移转化与产业化工作,主要职责为:
|
||||
<ol className={"list-decimal list-inside"}>
|
||||
<ol className={"list-inside list-decimal"}>
|
||||
<li>负责产业化项目的申报和管理。</li>
|
||||
<li>负责产业平台的统筹策划、建设运营和管理。</li>
|
||||
<li>负责技术转移服务平台的建设与运营。</li>
|
||||
|
@ -10,9 +10,9 @@ const breadcrumb = [
|
||||
|
||||
const Layout = ({ children }: { children: ReactNode }) => {
|
||||
return (
|
||||
<div className={"flex flex-col h-full"}>
|
||||
<div className={"flex h-full flex-col"}>
|
||||
<Breadcrumb navigations={breadcrumb} />
|
||||
<div className={"bg-white px-5 py-4 flex-1 mt-2"}>{children}</div>
|
||||
<div className={"mt-2 flex-1 bg-white px-5 py-4"}>{children}</div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
@ -4,9 +4,9 @@ const Page = () => {
|
||||
return (
|
||||
<>
|
||||
<ArticleHeading text={"人事处"} />
|
||||
<p className={"text-base indent-8 my-1"}>
|
||||
<p className={"my-1 indent-8 text-base"}>
|
||||
负责院人才队伍建设、人事管理等工作,主要职责为:
|
||||
<ol className={"list-decimal list-inside"}>
|
||||
<ol className={"list-inside list-decimal"}>
|
||||
<li>组织制定、修订院人力资源战略,编制人力资源发展规划。</li>
|
||||
<li>负责院组织架构和岗位体系管理。</li>
|
||||
<li>
|
||||
|
@ -10,9 +10,9 @@ const breadcrumb = [
|
||||
|
||||
const Layout = ({ children }: { children: ReactNode }) => {
|
||||
return (
|
||||
<div className={"flex flex-col h-full"}>
|
||||
<div className={"flex h-full flex-col"}>
|
||||
<Breadcrumb navigations={breadcrumb} />
|
||||
<div className={"bg-white px-5 py-4 flex-1 mt-2"}>{children}</div>
|
||||
<div className={"mt-2 flex-1 bg-white px-5 py-4"}>{children}</div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
@ -4,10 +4,10 @@ const Page = () => {
|
||||
return (
|
||||
<>
|
||||
<ArticleHeading text={"科技处"} />
|
||||
<p className={"text-base indent-8 my-1"}>
|
||||
<p className={"my-1 indent-8 text-base"}>
|
||||
负责院科技发展规划、学科体系建设、重大科技任务组织、科技管理、国际交流等工作,主要职责为:
|
||||
</p>
|
||||
<ol className={"list-decimal list-inside indent-8"}>
|
||||
<ol className={"list-inside list-decimal indent-8"}>
|
||||
<li>
|
||||
建立、监督实施院战略规划体系,组织制(修)订院中长期战略规划和年度发展计划,明确院重点研究领域和学科发展方向。
|
||||
</li>
|
||||
|
Reference in New Issue
Block a user