From 301b1a3bbc7e26e10d1118512cdd0226bd9c0b5f Mon Sep 17 00:00:00 2001 From: liudong <liudong> Date: 星期三, 24 七月 2024 19:49:29 +0800 Subject: [PATCH] 知识库配置页面修改 --- src/views/dmx/knowledgeLib/index.vue | 54 +++++++++++++++++++++--------------------------------- 1 files changed, 21 insertions(+), 33 deletions(-) diff --git a/src/views/dmx/knowledgeLib/index.vue b/src/views/dmx/knowledgeLib/index.vue index aa5d815..7680fec 100644 --- a/src/views/dmx/knowledgeLib/index.vue +++ b/src/views/dmx/knowledgeLib/index.vue @@ -263,12 +263,12 @@ </a-tab-pane> <a-tab-pane key="2" title="娴嬭瘯"> <div class="rt-container-main"> - + <test ></test> </div> </a-tab-pane> <a-tab-pane key="3" title="閰嶇疆"> <div class="rt-container-main"> - + <config ></config> </div> </a-tab-pane> </a-tabs> @@ -287,7 +287,9 @@ import type { TableColumnData } from '@arco-design/web-vue/es/table/interface'; import cloneDeep from 'lodash/cloneDeep'; import Sortable from 'sortablejs'; - import add from '@/views/user/account/add.vue' + import add from '@/views/dmx/knowledgeLib/add.vue' + import config from '@/views/dmx/knowledgeLib/config.vue' + import test from '@/views/dmx/knowledgeLib/test.vue' import { deleteAccount } from "@/api/account"; type SizeProps = 'mini' | 'small' | 'medium' | 'large'; type Column = TableColumnData & { checked?: true }; @@ -344,43 +346,29 @@ // dataIndex: 'index', // slotName: 'index', // }, - // { - // title: t('searchTable.columns.number'), - // dataIndex: 'number', - // }, { - title: t('鐢ㄦ埛鍚�'), + title: t('鍚嶇О'), dataIndex: 'name', }, - // { - // title: t('searchTable.columns.contentType'), - // dataIndex: 'contentType', - // slotName: 'contentType', - // }, - // { - // title: t('searchTable.columns.filterType'), - // dataIndex: 'filterType', - // }, - // { - // title: t('searchTable.columns.count'), - // dataIndex: 'count', - // }, { - title: t('鍒涘缓鏃堕棿'), + title: t('鍒嗗揩鏁�'), + dataIndex: 'contentType', + slotName: 'contentType', + }, + { + title: t('涓婁紶鏃堕棿'), + dataIndex: 'filterType', + }, + { + title: t('鍒涘缓浜�'), + dataIndex: 'count', + }, + { + title: t('瑙f瀽鐘舵��'), dataIndex: 'createdTime', }, { - title: t('鎵�灞為儴闂�'), - dataIndex: 'filterType', - slotName: 'filterType', - }, - { - title: t('澶囨敞'), - dataIndex: 'status', - slotName: 'status', - }, - { - title: t('searchTable.columns.operations'), + title: t('鎿嶄綔'), dataIndex: 'operations', slotName: 'operations', }, -- Gitblit v1.8.0