develop
parent
fc5213a00b
commit
c5f6578377
|
|
@ -345,7 +345,7 @@ class DeviceController extends AdminController
|
||||||
/**
|
/**
|
||||||
* 喷灌
|
* 喷灌
|
||||||
*/
|
*/
|
||||||
public function wasserstrahlDetail(){
|
public function atomizingDetail(){
|
||||||
return amisMake()->Grid()->columns([
|
return amisMake()->Grid()->columns([
|
||||||
amisMake()->Wrapper()->sm(6)->body([
|
amisMake()->Wrapper()->sm(6)->body([
|
||||||
amisMake()->Panel()->title('智能喷灌设置')
|
amisMake()->Panel()->title('智能喷灌设置')
|
||||||
|
|
|
||||||
|
|
@ -82,7 +82,7 @@ Route::group([
|
||||||
|
|
||||||
$router->post('custom-region-air', '\App\Admin\Controllers\DeviceController@airDetail');
|
$router->post('custom-region-air', '\App\Admin\Controllers\DeviceController@airDetail');
|
||||||
|
|
||||||
$router->post('custom-region-wasserstrahl', '\App\Admin\Controllers\DeviceController@wasserstrahlDetail');
|
$router->post('custom-region-atomizing', '\App\Admin\Controllers\DeviceController@atomizingDetail');
|
||||||
|
|
||||||
//种植记录
|
//种植记录
|
||||||
$router->resource('crop-plants', \App\Admin\Controllers\CropPlantController::class)->only(['index','store', 'edit', 'update', 'destroy']);
|
$router->resource('crop-plants', \App\Admin\Controllers\CropPlantController::class)->only(['index','store', 'edit', 'update', 'destroy']);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue