feat:修改面授管理学习记录

This commit is contained in:
dongwug
2022-10-18 10:25:14 +08:00
parent 93c8ca9879
commit fc45ee3390
3 changed files with 514 additions and 5 deletions

View File

@@ -225,6 +225,11 @@
/>
</div>
</div>
<!-- 编辑在线侧弹窗 -->
<div>
<add-online v-model:addonlineVisible="visible" />
</div>
<!-- 编辑在线侧弹窗 -->
</div>
</div>
</div>
@@ -575,6 +580,7 @@ export default {
tableDataTotal: 100,
pageSize: 10,
visible: false,
visible2:false,
stage: false,
selectedRowKeys: [],
});
@@ -669,7 +675,12 @@ export default {
customRender: () => {
return (<div class="opa">
<div class="opacation">
<span style="color:#4EA6FF;margin-right:25px;cursor:pointer">
<span
onClick={() => {
state.visible2 = true;
}}
style="color:#4EA6FF;margin-right:25px;cursor:pointer"
>
编辑
</span>
<span style="color:#4EA6FF;cursor:pointer">删除</span>