feat:增加班级创建。

This commit is contained in:
wuyx
2022-11-02 18:32:00 +08:00
parent f337f92a92
commit 86d5b720fe
2 changed files with 860 additions and 513 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1228,9 +1228,17 @@ export default {
</a-select-option> </a-select-option>
</a-select> </a-select>
</div> </div>
<router-link to="/classadd" class="operation3"> <div
onClick={() => {
router.push({
path: '/classadd',
query: { projectId: value.record.projectId, name: value.record.name }
});
}}
style={{ cursor: "pointer" }}
to="/classadd" class="operation3">
创建班级 创建班级
</router-link> </div>
<div class="tableSelect"> <div class="tableSelect">
<a-select <a-select
style="width: 50px" style="width: 50px"