Jelajahi Sumber

14.7.1 bug 修复

bding 11 bulan lalu
induk
melakukan
426e1f8899

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

@@ -291,7 +291,7 @@ export const tableColums = (type) => {
     ? [
         {
           label: "文章标题",
-          key: "TagName",
+          key: "Title",
         },
         {
           label: "文章类型",

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

@@ -114,9 +114,9 @@ export const mutualMixin = {
     handleRowStyle(key) {
       const style = {
         Title: "color: #409eff; cursor: pointer",
-        ActivityName: "color: #409eff; cursor: pointer",
+        ActivityName: this.activeName == 1 || this.activeName == 8 ? "color: #409eff; cursor: pointer" : "",
       };
-      return style[key] && (this.activeName == 1 || this.activeName == 8) ? style[key] : "";
+      return style[key] ? style[key] : "";
     },
     /* 表格行的点击事件 */
     handleRowClick(row, key) {