From 84cdc61cdafd60a04eb2a84d6b4d598c0fdeba9b Mon Sep 17 00:00:00 2001 From: vine_liutk <961510893@qq.com> Date: Mon, 27 Mar 2023 16:57:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Admin/Controllers/DeviceController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Admin/Controllers/DeviceController.php b/app/Admin/Controllers/DeviceController.php index c4be2ac..ad108ba 100644 --- a/app/Admin/Controllers/DeviceController.php +++ b/app/Admin/Controllers/DeviceController.php @@ -517,7 +517,7 @@ class DeviceController extends AdminController \amisMake()->ArrayControl()->name('config')->label('定时')->items([ amisMake()->ComboControl()->items([ \amisMake()->InputTimeRange(), - \amisMake()->TextControl()->label('喷灌量')->labelWidth(30), + \amisMake()->TextControl()->name('input')->label('喷灌量')->labelWidth(30), ]), ]), ]),