diff --git a/src/views/manage/components/messageexport.vue b/src/views/manage/components/messageexport.vue
new file mode 100644
index 0000000..2c929d4
--- /dev/null
+++ b/src/views/manage/components/messageexport.vue
@@ -0,0 +1,241 @@
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+ {{
+ scope.row.suitTaskTypeName != "null"
+ ? scope.row.suitTaskTypeName
+ : ""
+ }}
+
+
+
+
+ {{
+ scope.row.textMessageChannel == "WATER_DROPLET_PLATFORM"
+ ? "水滴平台"
+ : ""
+ }}
+
+
+
+
+
+ 上架
+
+
+ 下架
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/manage/components/scriptexport.vue b/src/views/manage/components/scriptexport.vue
index ede3a00..714ba59 100644
--- a/src/views/manage/components/scriptexport.vue
+++ b/src/views/manage/components/scriptexport.vue
@@ -136,7 +136,7 @@ export default {
pageNum: 1,
pageSize: 10,
type:'SCRIPT',
- scriptStatu:'NORMAL',
+ scriptStatus:'NORMAL',
hospitalAgencyId:46,
commonScriptName: null,
scriptName: null,
diff --git a/src/views/manage/components/templateexport.vue b/src/views/manage/components/templateexport.vue
new file mode 100644
index 0000000..516a597
--- /dev/null
+++ b/src/views/manage/components/templateexport.vue
@@ -0,0 +1,216 @@
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
+
+
+
+ {{
+ scope.row.templateSource == "WE_CHAT_APPLET" ? "小程序" : ""
+ }}
+ {{
+ scope.row.templateSource == "WE_CHAT_OFFICIAL_ACCOUNT"
+ ? "公众号"
+ : ""
+ }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/manage/message/index.vue b/src/views/manage/message/index.vue
index 3e6b370..22125b1 100644
--- a/src/views/manage/message/index.vue
+++ b/src/views/manage/message/index.vue
@@ -35,6 +35,15 @@
新增短信模版
+ 导入
+
@@ -200,6 +209,20 @@
+
+
+
+
+