fix(项目管理): 表头显示设置
--bug=1037594 --user=宋昌昌 【项目管理】环境管理-选一个环境-查看显示设置tab页,显示tab页开关看不到,拉宽才显示 https://www.tapd.cn/55049933/s/1481156
This commit is contained in:
parent
9610007002
commit
348e58443d
|
@ -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 }, // 表格滚动配置
|
||||||
|
|
|
@ -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,
|
||||||
|
|
|
@ -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,
|
||||||
|
|
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue