* Change the interaction of the toggle drop-down.

This commit is contained in:
tianshujie
2023-08-28 16:24:59 +08:00
parent e79d73c16e
commit 210dd27bd7
4 changed files with 21 additions and 19 deletions
+3 -1
View File
@@ -11,7 +11,7 @@ declare(strict_types=1);
namespace zin;
jsVar('workHour', $lang->execution->workHour);
jsVar('type', $type);
jsVar('+type', str_replace(',', '%2C', $type));
jsVar('executionID', $executionID);
$weekend = strpos($type, 'noweekend') !== false ? 'withweekend' : 'noweekend';
@@ -79,6 +79,7 @@ featureBar
set::class('burnByBox'),
picker
(
set::id('burnBy'),
set::name('burnBy'),
set::items($lang->execution->burnByList),
set::value($burnBy),
@@ -90,6 +91,7 @@ featureBar
set::class('intervalBox ml-4'),
picker
(
set::id('interval'),
set::name('interval'),
set::items($dayList),
set::value($interval),