* [ui] remove flxedLeftWidth setting on dtable enabled custom cols.

This commit is contained in:
sunhao
2024-08-09 08:39:06 +08:00
committed by 刘刚
parent b665b44aed
commit 866bd6c940
3 changed files with 1 additions and 2 deletions
-1
View File
@@ -192,7 +192,6 @@ dtable
(
set::cols($cols),
set::data(array_values($bugs)),
set::fixedLeftWidth('0.44'),
set::userMap($users),
set::customCols(true),
set::checkable($canBatchAction),
+1
View File
@@ -15,6 +15,7 @@ $config->execution->dtable->fieldList['nameCol']['title'] = $lang->execut
$config->execution->dtable->fieldList['nameCol']['name'] = 'nameCol';
$config->execution->dtable->fieldList['nameCol']['fixed'] = 'left';
$config->execution->dtable->fieldList['nameCol']['type'] = 'nestedTitle';
$config->execution->dtable->fieldList['nameCol']['width'] = '38%';
$config->execution->dtable->fieldList['nameCol']['sortType'] = true;
$config->execution->dtable->fieldList['nameCol']['minWidth'] = '356';
$config->execution->dtable->fieldList['nameCol']['nestedToggle'] = true;
-1
View File
@@ -82,7 +82,6 @@ dtable
set::cols($setting),
set::data($tableData),
set::checkable($canBatchAction),
set::fixedLeftWidth('44%'),
set::customCols(true),
set::footToolbar($footToolbar),
set::onRenderCell(jsRaw('window.onRenderCell')),