This commit is contained in:
wangxuepeng
2024-01-11 10:46:00 +08:00
parent 61d7aada1e
commit d24164c136
+1
View File
@@ -61,6 +61,7 @@ $config->testcase->dtable->fieldList['precondition']['sortType'] = true;
$config->testcase->dtable->fieldList['story']['title'] = $lang->testcase->story;
$config->testcase->dtable->fieldList['story']['type'] = 'desc';
$config->testcase->dtable->fieldList['story']['hint'] = '{storyTitle}';
$config->testcase->dtable->fieldList['story']['link'] = array('module' => 'story', 'method' => 'view', 'params' => "storyID={story}");
$config->testcase->dtable->fieldList['story']['group'] = 3;
$config->testcase->dtable->fieldList['story']['control'] = 'select';