diff --git a/src/pages/business_envInformation_monthly/components/content_component_bbtz/TemplateLibrary.js b/src/pages/business_envInformation_monthly/components/content_component_bbtz/TemplateLibrary.js
new file mode 100644
index 0000000..d38fe32
--- /dev/null
+++ b/src/pages/business_envInformation_monthly/components/content_component_bbtz/TemplateLibrary.js
@@ -0,0 +1,6 @@
+import React from 'react';
+import './TemplateLibrary.less';
+
+const TemplateLibrary = () =>
待开发三个字
;
+
+export default TemplateLibrary;
diff --git a/src/pages/business_envInformation_monthly/components/content_component_bbtz/TemplateLibrary.less b/src/pages/business_envInformation_monthly/components/content_component_bbtz/TemplateLibrary.less
new file mode 100644
index 0000000..a4d398e
--- /dev/null
+++ b/src/pages/business_envInformation_monthly/components/content_component_bbtz/TemplateLibrary.less
@@ -0,0 +1,6 @@
+.template-library {
+ font-size: 20px;
+ color: #888;
+ text-align: center;
+ padding: 40px 0;
+}