This commit is contained in:
wangyidong
2023-04-25 14:50:02 +08:00
parent 38f2fd4015
commit d91e7d1f11
+1 -1
View File
@@ -775,7 +775,7 @@ class blockModel extends model
$params = $this->appendCountParams();
$params->type['name'] = $this->lang->block->type;
$params->type['options'] = $this->lang->issue->labelList;
$params->type['options'] = $this->lang->issue->typeList;
$params->type['control'] = 'select';
$params->orderBy['name'] = $this->lang->block->orderBy;