diff --git a/src/views/ModelTailDetails/MTDrearWingInformationList/index.vue b/src/views/ModelTailDetails/MTDrearWingInformationList/index.vue
index 5564027..95f0ba9 100644
--- a/src/views/ModelTailDetails/MTDrearWingInformationList/index.vue
+++ b/src/views/ModelTailDetails/MTDrearWingInformationList/index.vue
@@ -1,7 +1,7 @@
@@ -64,8 +71,9 @@ export default {
columns: [
{
title: "新闻标题",
- key: "title",
- dataIndex: "title",
+ key: "srctitle",
+ dataIndex: "srctitle",
+ scopedSlots: { customRender: "srctitle" },
},
{
title: "来源",
@@ -85,12 +93,6 @@ export default {
dataIndex: "sourcetime",
width: 180,
},
- {
- title: "调性",
- key: "affectionstr",
- dataIndex: "affectionstr",
- width: 100,
- },
],
tdata: [],
};
diff --git a/src/views/TailInsightDetails/rearWingInformationList/index.vue b/src/views/TailInsightDetails/rearWingInformationList/index.vue
index 538d903..7295581 100644
--- a/src/views/TailInsightDetails/rearWingInformationList/index.vue
+++ b/src/views/TailInsightDetails/rearWingInformationList/index.vue
@@ -1,7 +1,7 @@