feat:增加阶段及任务列表拖拽

This commit is contained in:
李晓鸽
2022-11-03 21:10:14 +08:00
parent b132ddb897
commit 2d683472c1
3 changed files with 259 additions and 39 deletions

View File

@@ -238,7 +238,10 @@
<div class="text">测评</div>
<!-- 添加测评侧弹窗 -->
<div>
<add-eval v-model:addevalVisible="addevalvisible" v-model:edit="edit" />
<add-eval
v-model:addevalVisible="addevalvisible"
v-model:edit="edit"
/>
</div>
<!-- 添加测评侧弹窗 -->
</div>
@@ -770,7 +773,7 @@ export default {
value1: "",
value2: "",
selectedRowKeys: [],
edit:false, //是否点击编辑
edit: false, //是否点击编辑
gqxy_hs: true,
isactive: 0,
projectChecked: null, //项目单选框
@@ -865,6 +868,7 @@ export default {
};
});
};
const getDetail = (index) => {
GetRouterDetail(92)
.then((res) => {
@@ -1009,7 +1013,7 @@ export default {
<div class="opacation">
<span
style="color:#4EA6FF;margin-right:25px;cursor:pointer"
onClick={()=>{
onClick={() => {
state.edit = true;
state.addevalvisible = true;
}}