mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-18 23:36:46 +08:00
项目-考试
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
>
|
>
|
||||||
<div class="drawerMain">
|
<div class="drawerMain">
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<div class="headerTitle">组员名单</div>
|
<div class="headerTitle">组员名单1</div>
|
||||||
<img
|
<img
|
||||||
style="width: 29px; height: 29px; cursor: pointer"
|
style="width: 29px; height: 29px; cursor: pointer"
|
||||||
src="../../assets/images/basicinfo/close.png"
|
src="../../assets/images/basicinfo/close.png"
|
||||||
@@ -323,6 +323,7 @@ export default {
|
|||||||
};
|
};
|
||||||
//点击确认批量删除弹窗
|
//点击确认批量删除弹窗
|
||||||
const sureDeModal = () => {
|
const sureDeModal = () => {
|
||||||
|
debugger
|
||||||
let obj = {
|
let obj = {
|
||||||
projectGroupId: props.chooseGroupId,
|
projectGroupId: props.chooseGroupId,
|
||||||
projectId: props.projectId,
|
projectId: props.projectId,
|
||||||
|
|||||||
@@ -250,19 +250,19 @@
|
|||||||
">
|
">
|
||||||
<div class="opa">
|
<div class="opa">
|
||||||
<div class="opacation">
|
<div class="opacation">
|
||||||
<span v-if="element.type !== 5" style="
|
<span style="
|
||||||
color: #4ea6ff;
|
color: #4ea6ff;
|
||||||
margin-right: 25px;
|
margin-right: 25px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
" @click="editTaskForType(element,index)">
|
" @click="editTaskForType(element,index)">
|
||||||
编辑
|
编辑
|
||||||
</span>
|
</span>
|
||||||
<span v-else style="
|
<!--<span v-else style="-->
|
||||||
color: #4ea6ff;
|
<!--color: #4ea6ff;-->
|
||||||
margin-right: 55px;
|
<!--margin-right: 55px;-->
|
||||||
cursor: pointer;
|
<!--cursor: pointer;-->
|
||||||
">
|
<!--">-->
|
||||||
</span>
|
<!--</span>-->
|
||||||
<span style="color: #4ea6ff; cursor: pointer" @click="showDelete(index)">
|
<span style="color: #4ea6ff; cursor: pointer" @click="showDelete(index)">
|
||||||
删除
|
删除
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user