| | |
| | | </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> |
| | |
| | | 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 }; |
| | |
| | | // 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('解析状态'), |
| | | 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', |
| | | }, |