This commit is contained in:
songchenxuan
2023-11-07 13:37:10 +08:00
parent 6cbee1b68d
commit f0449398be
+1 -1
View File
@@ -188,7 +188,7 @@ function validate(showError = false)
{
var error = '<div id="column' + index + 'Label" class="text-danger help-text">' + notemptyLang.replace('%s', pivotLang.step2.columnField) + '</div>';
$column.find('#column').addClass('has-error');
$column.find('#column').next().after(error);
$column.find('#column').parent().after(error);
}
}