|
@@ -1,7 +1,7 @@
|
|
|
<?php
|
|
|
$excel = false;
|
|
|
$button = array();
|
|
|
-if (Dever::load('manage/auth')->checkFunc('mail.area_entry', 'editareaentry', '数据导出')) {
|
|
|
+if (Dever::load('manage/auth')->checkFunc('agent.mail.area_entry', 'editareaentry', '数据导出')) {
|
|
|
$excel[] = array('数据导出','数据导出','mail/lib/manage.out_area_entry');
|
|
|
$button['数据导入'] = array('fast', '', 'import&project=upload&call=mail/lib/manage.import');
|
|
|
}
|