fix:增加批量报名页面,替换外部考试学员成绩导入模板下载链接

This commit is contained in:
wyx
2023-02-16 21:57:56 +08:00
parent 9ce431bd57
commit 034d6be78b
7 changed files with 37 additions and 12 deletions

View File

@@ -3,7 +3,7 @@
:visible="TaskFaceImpStuvisible"
class="drawerStyle TaskFaceImpStu"
placement="right"
width="700px"
width="900px"
@after-visible-change="afterVisibleChange"
>
<div class="drawerMain">
@@ -93,8 +93,8 @@
</div>
</div>
<div class="btnn">
<button class="btn1">取消</button>
<button class="btn2">确定</button>
<button class="btn1" @click="exitDraw">取消</button>
<button class="btn2" @click="exitDraw">确定</button>
</div>
</div>
</a-drawer>
@@ -120,10 +120,15 @@ export default {
console.log("state", bool);
};
const exitDraw = () => {
ctx.emit("update:TaskFaceImpStuvisible", false);
}
return {
...toRefs(state),
afterVisibleChange,
closeDrawer,
exitDraw
// change,
};
},