* [bug#54283,done,0.7h] add ditto to company.

This commit is contained in:
liumengyi
2024-08-21 10:11:55 +08:00
committed by 田淑杰
parent e2fefbbb75
commit 8bfbc78324
2 changed files with 11 additions and 2 deletions
+3
View File
@@ -14,6 +14,8 @@ jsVar('roleGroup', $roleGroup);
jsVar('passwordStrengthList', $lang->user->passwordStrengthList);
h::jsCall('$.getLib', 'md5.js', array('root' => $this->app->getWebRoot() . 'js/'));
$companies += array('ditto' => $lang->user->ditto);
formBatchPanel
(
set::title($lang->user->batchCreate),
@@ -24,6 +26,7 @@ formBatchPanel
on::keyup('[data-name="password"]', 'batchTogglePasswordStrength'),
on::keyup('[name="verifyPassword"]', 'changePassword'),
on::click('button[type=submit]', 'encryptPassword'),
set::onRenderRow(jsRaw('renderRowData')),
to::titleSuffix
(
div