* [misc] Set testcase table config for product title.

This commit is contained in:
xieqiyu
2024-10-14 16:09:06 +08:00
committed by 王于听
parent 69e2a76027
commit 23992f68dc
+2 -1
View File
@@ -148,7 +148,8 @@ $config->testcase->dtable->fieldList['lastEditedDate']['type'] = 'date';
$config->testcase->dtable->fieldList['lastEditedDate']['group'] = 6;
$config->testcase->dtable->fieldList['lastEditedDate']['sortType'] = true;
$config->testcase->dtable->fieldList['product']['title'] = 'product';
$config->testcase->dtable->fieldList['product']['title'] = $lang->testcase->product;
$config->testcase->dtable->fieldList['product']['name'] = 'product';
$config->testcase->dtable->fieldList['product']['control'] = 'hidden';
$config->testcase->dtable->fieldList['product']['dataSource'] = array('module' => 'product', 'method' => 'getPairs', 'params' => ['mode' => '', 'programID' => 0, 'append' => '', 'shadow' => 'all']);
$config->testcase->dtable->fieldList['product']['display'] = false;