* Change the type of table field.

This commit is contained in:
dingguodong
2023-06-16 13:12:29 +08:00
parent 2f81356ce5
commit d5de964e19
+2 -2
View File
@@ -17,13 +17,13 @@ $config->backup->dtable->fieldList['file']['group'] = 1;
$config->backup->dtable->fieldList['allCount']['title'] = $lang->backup->allCount;
$config->backup->dtable->fieldList['allCount']['name'] = 'allCount';
$config->backup->dtable->fieldList['allCount']['type'] = 'text';
$config->backup->dtable->fieldList['allCount']['type'] = 'count';
$config->backup->dtable->fieldList['allCount']['show'] = true;
$config->backup->dtable->fieldList['allCount']['group'] = 2;
$config->backup->dtable->fieldList['count']['title'] = $lang->backup->count;
$config->backup->dtable->fieldList['count']['name'] = 'count';
$config->backup->dtable->fieldList['count']['type'] = 'text';
$config->backup->dtable->fieldList['count']['type'] = 'count';
$config->backup->dtable->fieldList['count']['show'] = true;
$config->backup->dtable->fieldList['count']['group'] = 3;