学生资助

This commit is contained in:
2025-09-29 15:06:26 +08:00
parent 2fc41315fa
commit 07832bdffa
11 changed files with 1421 additions and 103 deletions

View File

@@ -81,9 +81,9 @@
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
<template slot-scope="scope">
<el-button size="mini" type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)"
v-hasPermi="['system:student:edit']">修改</el-button>
>修改</el-button>
<el-button size="mini" type="text" icon="el-icon-delete" @click="handleDelete(scope.row)"
v-hasPermi="['system:student:remove']">删除</el-button>
>删除</el-button>
<el-button size="mini" type="text" icon="el-icon-refresh"
@click="doInitPwdOne(scope.row)">初始化密码</el-button>
<el-button size="mini" type="text" icon="el-icon-view"
@@ -237,7 +237,7 @@
</template>
<script>
import { listOwnStu as listStudent, getStudent, delStudent, addStudent, updateStudent, getClassName, initPwd, initOnePwd } from "@/api/stuCQS/basedata/student";
import { addStudent, delStudent, getClassName, getStudent, initOnePwd, initPwd, listOwnStu as listStudent, updateStudent } from "@/api/stuCQS/basedata/student";
// import { } from "@/api/stuCQS/basedata/class";
import { getTokenKeySessionStorage } from "@/utils/auth";