From 9a8e196a5bdc756aa12bcf0612c9178274713a88 Mon Sep 17 00:00:00 2001 From: hyx Date: Tue, 19 Sep 2023 13:46:04 +0800 Subject: [PATCH] =?UTF-8?q?CN-1283=20=E7=94=A8=E6=88=B7=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E7=9F=A5=E8=AF=86=E5=BA=93=E5=88=97=E8=A1=A8=E9=A1=B5?= =?UTF-8?q?=E4=BF=9D=E7=95=99Status=E5=88=97=EF=BC=8C=E5=8F=AF=E4=BB=A5?= =?UTF-8?q?=E6=9B=B4=E7=AE=80=E5=8D=95=E7=9B=B4=E8=A7=82=E7=9A=84=E8=BF=9B?= =?UTF-8?q?=E8=A1=8C=E8=87=AA=E5=AE=9A=E4=B9=89=E5=BA=93=E9=87=8CTag?= =?UTF-8?q?=E7=9A=84=E5=BC=80=E5=85=B3=E5=88=87=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../table/setting/KnowledgeBaseTableForRow.vue | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/components/table/setting/KnowledgeBaseTableForRow.vue b/src/components/table/setting/KnowledgeBaseTableForRow.vue index 1ce118fb..282c8935 100644 --- a/src/components/table/setting/KnowledgeBaseTableForRow.vue +++ b/src/components/table/setting/KnowledgeBaseTableForRow.vue @@ -94,6 +94,16 @@ + {{scope.row[item.prop] || '-'}} @@ -172,6 +182,12 @@ export default { show: true, width: 150, sortable: 'custom' + }, + { + label: this.$t('knowledge.status'), + prop: 'status', + show: true, + width: 80 } ] }