fix(项目管理): 表头显示设置

--bug=1037594 --user=宋昌昌 【项目管理】环境管理-选一个环境-查看显示设置tab页,显示tab页开关看不到,拉宽才显示 https://www.tapd.cn/55049933/s/1481156
This commit is contained in:
song-cc-rock 2024-03-26 17:35:06 +08:00 committed by 刘瑞斌
parent 9610007002
commit 348e58443d
4 changed files with 2 additions and 3 deletions

View File

@ -43,7 +43,7 @@ export default function useTableProps<T>(
tableKey: '', // 缓存pageSize 或 column 的 key tableKey: '', // 缓存pageSize 或 column 的 key
bordered: true, // 是否显示边框 bordered: true, // 是否显示边框
showPagination: true, // 是否显示分页 showPagination: true, // 是否显示分页
showSubdirectory: true, // 是否显示子目录开关 showSubdirectory: false, // 是否显示子目录开关
size: 'default', // 表格大小 size: 'default', // 表格大小
heightUsed: defaultHeightUsed, // 表格所在的页面已经使用的高度 heightUsed: defaultHeightUsed, // 表格所在的页面已经使用的高度
scroll: { x: 1400, y: appStore.innerHeight - defaultHeightUsed }, // 表格滚动配置 scroll: { x: 1400, y: appStore.innerHeight - defaultHeightUsed }, // 表格滚动配置

View File

@ -491,7 +491,6 @@
{ {
tableKey: TableKeyEnum.BUG_MANAGEMENT, tableKey: TableKeyEnum.BUG_MANAGEMENT,
selectable: true, selectable: true,
showJumpMethod: true,
noDisable: false, noDisable: false,
showSetting: true, showSetting: true,
heightUsed: 380, heightUsed: 380,

View File

@ -847,7 +847,6 @@
{ {
tableKey: TableKeyEnum.CASE_MANAGEMENT_TABLE, tableKey: TableKeyEnum.CASE_MANAGEMENT_TABLE,
selectable: true, selectable: true,
showJumpMethod: true,
showSetting: true, showSetting: true,
heightUsed: 380, heightUsed: 380,
enableDrag: true, enableDrag: true,

View File

@ -5,6 +5,7 @@
unmount-on-close unmount-on-close
:footer="false" :footer="false"
:title="t('project.environmental.displaySetting')" :title="t('project.environmental.displaySetting')"
class="column-drawer"
@cancel="handleCancel" @cancel="handleCancel"
> >
<div class="ms-table-column-seletor"> <div class="ms-table-column-seletor">