mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-17 23:06:47 +08:00
fix:修改路径图任务删除和批量删除参数传递
This commit is contained in:
@@ -477,23 +477,20 @@
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #4f5156;
|
color: #4f5156;
|
||||||
line-height: 36px;
|
line-height: 36px;" class="tableRow">
|
||||||
" class="tableRow">
|
|
||||||
<div style="
|
<div style="
|
||||||
width: 87px;
|
width: 87px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-left: 46px;
|
margin-left: 46px;
|
||||||
position: relative;
|
position: relative;">
|
||||||
">
|
|
||||||
<div class="racona">
|
<div class="racona">
|
||||||
<div class="img" style="
|
<div class="img" style="
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
margin-right: 9px;
|
margin-right: 9px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: -25px;
|
left: -25px;"></div>
|
||||||
"></div>
|
<a-checkbox :id="element.routerTaskId" v-model:checked="element.checked" @change="changeRow">
|
||||||
<a-checkbox :id="element.id" v-model:checked="element.checked" @change="changeRow">
|
|
||||||
</a-checkbox>
|
</a-checkbox>
|
||||||
<div style="margin-top: 2px; margin-left: 8px">
|
<div style="margin-top: 2px; margin-left: 8px">
|
||||||
{{ element.lei }}
|
{{ element.lei }}
|
||||||
@@ -548,8 +545,8 @@
|
|||||||
<span style="
|
<span style="
|
||||||
color: #4ea6ff;
|
color: #4ea6ff;
|
||||||
margin-right: 25px;
|
margin-right: 25px;
|
||||||
cursor: pointer;
|
cursor: pointer;"
|
||||||
" @click="
|
@click="
|
||||||
decideType(
|
decideType(
|
||||||
element.lei,
|
element.lei,
|
||||||
element.courseId,
|
element.courseId,
|
||||||
@@ -558,7 +555,7 @@
|
|||||||
">
|
">
|
||||||
编辑
|
编辑
|
||||||
</span>
|
</span>
|
||||||
<span style="color: #4ea6ff; cursor: pointer" @click="showDeleteModal(element.id)">
|
<span style="color: #4ea6ff; cursor: pointer" @click="showDeleteModal(element.routerTaskId)">
|
||||||
删除
|
删除
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user