|
@@ -76,7 +76,7 @@
|
|
|
type="warning"
|
|
|
plain
|
|
|
@click="handleImport"
|
|
|
- v-hasPermi="['system:user:import']"
|
|
|
+ v-hasPermi="['system:user:importSchoolStudent']"
|
|
|
>
|
|
|
<Icon icon="ep:upload" /> 导入
|
|
|
</el-button>
|
|
@@ -85,7 +85,7 @@
|
|
|
plain
|
|
|
@click="handleExport"
|
|
|
:loading="exportLoading"
|
|
|
- v-hasPermi="['system:user:export']"
|
|
|
+ v-hasPermi="['system:user:exportStudent']"
|
|
|
>
|
|
|
<Icon icon="ep:download" />导出
|
|
|
</el-button>
|
|
@@ -230,7 +230,7 @@ import download from '@/utils/download'
|
|
|
import { CommonStatusEnum } from '@/utils/constants'
|
|
|
import * as UserApi from '@/api/system/user'
|
|
|
import UserForm from './UserForm.vue'
|
|
|
-import UserImportForm from './UserImportForm.vue'
|
|
|
+import StudentImportForm from './studentImportForm.vue'
|
|
|
import UserImportFormzip from './UserImportFormzip.vue'
|
|
|
import UserAssignRoleForm from './UserAssignRoleForm.vue'
|
|
|
import DeptTree from './DeptTree.vue'
|