fix:修改路径图任务删除和批量删除参数传递

This commit is contained in:
wyx
2023-02-13 18:03:42 +08:00
parent 400298b62f
commit b84daddc8b

View File

@@ -477,23 +477,20 @@
font-size: 14px;
font-weight: 400;
color: #4f5156;
line-height: 36px;
" class="tableRow">
line-height: 36px;" class="tableRow">
<div style="
width: 87px;
text-align: center;
margin-left: 46px;
position: relative;
">
position: relative;">
<div class="racona">
<div class="img" style="
cursor: pointer;
margin-top: 2px;
margin-right: 9px;
position: absolute;
left: -25px;
"></div>
<a-checkbox :id="element.id" v-model:checked="element.checked" @change="changeRow">
left: -25px;"></div>
<a-checkbox :id="element.routerTaskId" v-model:checked="element.checked" @change="changeRow">
</a-checkbox>
<div style="margin-top: 2px; margin-left: 8px">
{{ element.lei }}
@@ -548,8 +545,8 @@
<span style="
color: #4ea6ff;
margin-right: 25px;
cursor: pointer;
" @click="
cursor: pointer;"
@click="
decideType(
element.lei,
element.courseId,
@@ -558,7 +555,7 @@
">
编辑
</span>
<span style="color: #4ea6ff; cursor: pointer" @click="showDeleteModal(element.id)">
<span style="color: #4ea6ff; cursor: pointer" @click="showDeleteModal(element.routerTaskId)">
删除
</span>
</div>