merge
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
<slot name="top" />
|
||||
</div>
|
||||
<div class="darg-line line-row" @mousedown="startDragFun">
|
||||
==
|
||||
<span class="icon">||</span>
|
||||
<div
|
||||
v-if="showToggleBtn && !currentHideTop"
|
||||
class="toggle-btn arrow-top"
|
||||
@@ -361,6 +361,10 @@ const clickBottomFun = (event: Event) => {
|
||||
&:hover {
|
||||
background-color: var(--el-border-color);
|
||||
}
|
||||
.icon {
|
||||
transform: rotate(90deg);
|
||||
transform-origin: center center;
|
||||
}
|
||||
}
|
||||
|
||||
// 垂直分割线样式(left-right)
|
||||
|
||||
@@ -60,13 +60,16 @@
|
||||
/>
|
||||
</div>
|
||||
<div class="table">
|
||||
<BaseTable
|
||||
<FileTable
|
||||
ref="baseTableRef"
|
||||
:tableName="TABLE_NAME.SIMULATION_KNOWLEDGE"
|
||||
:api="apiName"
|
||||
:params="searchParams"
|
||||
showIndex
|
||||
:actionList="actionList"
|
||||
:defaultActions="
|
||||
folderPermission.import && currentFolder ? ['rename', 'refresh'] : ['refresh']
|
||||
"
|
||||
:exportApi="dataExportKnowledgeListApi"
|
||||
:showExport="parsePermission(currentFolder?.permissionValue).export"
|
||||
fullHeight
|
||||
@@ -138,7 +141,7 @@
|
||||
{{ KNOWLEDGE_APPROVE_TYPE.O[row[column.field]] }}</el-button
|
||||
>
|
||||
</template>
|
||||
</BaseTable>
|
||||
</FileTable>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
@@ -183,7 +186,7 @@
|
||||
<script lang="ts" setup>
|
||||
import { computed, ref, watchEffect, type Ref } from 'vue';
|
||||
import { DArrowLeft, Plus } from '@element-plus/icons-vue';
|
||||
import BaseTable from '@/components/common/table/baseTable.vue';
|
||||
import FileTable from '@/components/common/fileTable/index.vue';
|
||||
import FileTree from '@/components/common/fileTree/index.vue';
|
||||
import KnowledgeDetailModal from './components/knowledgeDetailModal.vue';
|
||||
import FolderModal from './components/folderDetailModal.vue';
|
||||
|
||||
Reference in New Issue
Block a user