* Remove space.

This commit is contained in:
sunguangming
2023-06-09 15:06:32 +08:00
parent 6522be6405
commit eaeef042e4
+7 -7
View File
@@ -137,13 +137,13 @@ $config->projectExecution->dtable->fieldList['rawID']['sortType'] = 'desc';
$config->projectExecution->dtable->fieldList['rawID']['checkbox'] = true;
$config->projectExecution->dtable->fieldList['rawID']['width'] = '80';
$config->projectExecution->dtable->fieldList['name']['title'] = $lang->execution->name;
$config->projectExecution->dtable->fieldList['name']['name'] = 'name';
$config->projectExecution->dtable->fieldList['name']['fixed'] = 'left';
$config->projectExecution->dtable->fieldList['name']['flex'] = 1;
$config->projectExecution->dtable->fieldList['name']['type'] = 'html';
$config->projectExecution->dtable->fieldList['name']['nestedToggle'] = true;
$config->projectExecution->dtable->fieldList['name']['sortType'] = true;
$config->projectExecution->dtable->fieldList['name']['title'] = $lang->execution->name;
$config->projectExecution->dtable->fieldList['name']['name'] = 'name';
$config->projectExecution->dtable->fieldList['name']['fixed'] = 'left';
$config->projectExecution->dtable->fieldList['name']['flex'] = 1;
$config->projectExecution->dtable->fieldList['name']['type'] = 'html';
$config->projectExecution->dtable->fieldList['name']['nestedToggle'] = true;
$config->projectExecution->dtable->fieldList['name']['sortType'] = true;
$config->projectExecution->dtable->fieldList['productName']['title'] = $lang->execution->product;
$config->projectExecution->dtable->fieldList['productName']['name'] = 'productName';