12345678910111213141516171819 |
- <?php
- /*
- |--------------------------------------------------------------------------
- | 设备记录
- |--------------------------------------------------------------------------
- */
- $view
- ->set('Maze::setInput("menu", "3")')
- ->fetch('.business-list@style', 'display:none;')
- ->fetch('.title', '<{Maze::load("company/info.device_stat_search")}>')
- ->fetch('#push', '<{Maze::load("company/info.device_stat_chart")}>');
- include('inc/device.php');
|