From ba4893dae1f0ab1e6e8e2aefa26159caba4723b0 Mon Sep 17 00:00:00 2001 From: hanyuxia Date: Tue, 31 Oct 2023 11:26:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:CN-1377=20=201.=E7=9F=A5=E8=AF=86=E5=BA=93?= =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E5=88=97=E8=A1=A8=EF=BC=8Creference?= =?UTF-8?q?=E5=88=97=E6=9B=B4=E5=A4=9A=E8=BF=9B=E8=A1=8C=E5=9B=BD=E9=99=85?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/table/setting/KnowledgeBaseTableForRow.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/table/setting/KnowledgeBaseTableForRow.vue b/src/components/table/setting/KnowledgeBaseTableForRow.vue index 7662212c..c2df722d 100644 --- a/src/components/table/setting/KnowledgeBaseTableForRow.vue +++ b/src/components/table/setting/KnowledgeBaseTableForRow.vue @@ -61,7 +61,7 @@
{{refer}}
-
+{{scope.row[item.prop].length - 2}} more
+
+{{scope.row[item.prop].length - 2}} {{$t('overall.more')}}
@@ -156,7 +156,7 @@ export default { }, { label: this.$t('knowledge.reference'), prop: 'reference', - width: 180, + width: 190, show: true }, { label: this.$t('overall.color'),