mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-14 21:36:44 +08:00
fix:修改路径图任务删除和批量删除参数传递
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user