feat:新增添加案例 添加面授 选择面授 添加考试 添加作业

This commit is contained in:
dongwug
2022-10-19 14:12:03 +08:00
parent 33673ef4e5
commit d9a12aaa72
3 changed files with 376 additions and 6 deletions

View File

@@ -23,7 +23,7 @@
<div class="ipt_name">课程编号</div>
<div class="fi_input">
<a-input
v-model:value="value1"
v-model:value="value"
style="width: 240px; height: 40px; border-radius: 8px"
placeholder="请输入项目名称"
/>
@@ -258,6 +258,7 @@ export default {
currentPage: 1,
tableDataTotal: 100,
pageSize: 10,
value:'',
});
const closeDrawer = () => {
ctx.emit("update:selfacetVisible", false);