From eed1c15bd7b50a84d3ff33050439507e1521ef0e Mon Sep 17 00:00:00 2001 From: xiaowen <372193233@qq.com> Date: Thu, 9 Dec 2021 10:04:25 +0800 Subject: [PATCH] cxw-010203 --- .../MTDrearWingInformationList/index.vue | 22 ++++++++++--------- .../rearWingInformationList/index.vue | 22 ++++++++++--------- 2 files changed, 24 insertions(+), 20 deletions(-) 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 @@