* Remove default value of table option in screen.

This commit is contained in:
zhouxin
2024-01-02 16:45:49 +08:00
parent 92b4ed551b
commit 06f2c072dd
-6
View File
@@ -1691,12 +1691,6 @@ class screenModel extends model
if($metric->scope != 'system') $tableOption->objectPairs = $this->loadModel('metric')->getPairsByScope($metric->scope);
$tableOption->scope = $metric->scope;
$tableOption->oddBGC = '#173250FF';
$tableOption->evenBGC = '#0B1727FF';
$tableOption->borderBGC = '#285A8EFF';
$tableOption->rowNum = 5;
$tableOption->colNum = 6;
$tableOption->borderSpacing = 1;
return $tableOption;
}