项目-考试

This commit is contained in:
lpq
2023-02-21 22:41:30 +08:00
parent 3f3b78e3d7
commit 031c9006cf
2 changed files with 9 additions and 8 deletions

View File

@@ -8,7 +8,7 @@
>
<div class="drawerMain">
<div class="header">
<div class="headerTitle">组员名单</div>
<div class="headerTitle">组员名单1</div>
<img
style="width: 29px; height: 29px; cursor: pointer"
src="../../assets/images/basicinfo/close.png"
@@ -323,6 +323,7 @@ export default {
};
//点击确认批量删除弹窗
const sureDeModal = () => {
debugger
let obj = {
projectGroupId: props.chooseGroupId,
projectId: props.projectId,

View File

@@ -250,19 +250,19 @@
">
<div class="opa">
<div class="opacation">
<span v-if="element.type !== 5" style="
<span style="
color: #4ea6ff;
margin-right: 25px;
cursor: pointer;
" @click="editTaskForType(element,index)">
编辑
</span>
<span v-else style="
color: #4ea6ff;
margin-right: 55px;
cursor: pointer;
">
</span>
<!--<span v-else style="-->
<!--color: #4ea6ff;-->
<!--margin-right: 55px;-->
<!--cursor: pointer;-->
<!--">-->
<!--</span>-->
<span style="color: #4ea6ff; cursor: pointer" @click="showDelete(index)">
删除
</span>