From eaeef042e4b435a2ba64fed72991ed1fb86fd1a7 Mon Sep 17 00:00:00 2001 From: sunguangming Date: Fri, 9 Jun 2023 15:06:22 +0800 Subject: [PATCH] * Remove space. --- module/project/config/dtable.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/module/project/config/dtable.php b/module/project/config/dtable.php index 3b9737271d..2d18ccc30d 100644 --- a/module/project/config/dtable.php +++ b/module/project/config/dtable.php @@ -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';