bding 10 ماه پیش
والد
کامیت
9927bf12a1

+ 9 - 9
src/views/custom_manage/contacts/compontents/contactsColums.js

@@ -35,7 +35,7 @@ export const tableColums = (type) => {
         },
         {
           label: "阅读来源",
-          key: "RegisterPlatform",
+          key: "RegisterPlatformText",
           widthsty: 80,
         },
       ]
@@ -283,7 +283,7 @@ export const tableColums = (type) => {
         },
         {
           label: "阅读来源",
-          key: "RegisterPlatform",
+          key: "RegisterPlatformText",
           // widthsty: 300,
         },
       ]
@@ -295,22 +295,22 @@ export const tableColums = (type) => {
         },
         {
           label: "文章类型",
-          key: "ArticleTypes",
+          key: "SpecialType",
           // widthsty: 200,
         },
         {
           label: "标签",
-          key: "ActivityTypes",
+          key: "IndustryName",
           // widthsty: 300,
         },
         {
           label: "发布时间",
-          key: "Industries",
+          key: "PublishDate",
           // widthsty: 300,
         },
         {
           label: "收藏时间",
-          key: "SubjectNames",
+          key: "CreateTime",
           // widthsty: 300,
         },
       ]
@@ -494,7 +494,7 @@ export const organizationTableColums = (type) => {
         },
         {
           label: "阅读来源",
-          key: "RegisterPlatform",
+          key: "RegisterPlatformText",
           widthsty: 80,
         },
       ]
@@ -807,7 +807,7 @@ export const organizationTableColums = (type) => {
         },
         {
           label: "阅读来源",
-          key: "RegisterPlatform",
+          key: "RegisterPlatformText",
           // widthsty: 300,
         },
       ]
@@ -870,7 +870,7 @@ export const wholeOrganizationTableColums = (type) => {
         },
         {
           label: "阅读来源",
-          key: "RegisterPlatform",
+          key: "RegisterPlatformText",
           widthsty: 80,
         },
       ]

+ 2 - 2
src/views/custom_manage/contacts/mixins/mutualAssistance.js

@@ -156,8 +156,8 @@ export const mutualMixin = {
         return row[key] == 1 ? "纪要" : row[key] == 2 ? "图表" : row[key] == 3 ? "纪要/图表" : row[key] == 4 ? "产业资源包" : row[key] == 5 ? "报告" : "活动";
       } else if (key == "ActivityType") {
         return row[key] == 1 ? "线上" : `线下(${row["City"]})`;
-      } else if (key == "RegisterPlatform") {
-        return row[key] == 1 ? "小程序" : row[key] == 2 ? "网页版" : row[key] == 3 ? "策略平台" : "";
+      } else if (key == "SpecialType") {
+        return row[key] == 1 ? "笔记" : row[key] == 2 ? "观点" : "";
       } else {
         return row[key];
       }