'盘点导入', ); $params = array( 'title'=>app::get('desktop')->_('导入中盘点'), 'actions'=>array( array('label'=>app::get('desktop')->_('全部启动'),'submit'=>'index.php?app=desktop&ctl=queue&act=run'), array('label'=>app::get('desktop')->_('全部暂停'),'submit'=>'index.php?app=desktop&ctl=queue&act=pause'), ), 'base_filter' => $base_filter ); $this->finder('base_mdl_queue',$params); } } ?>