fix: 修改里程碑BUG
This commit is contained in:
parent
ba533ba31e
commit
16cc7eaa1f
@ -130,8 +130,10 @@ const getProgressOption = async () => {
|
||||
};
|
||||
});
|
||||
progressList.value = newArray;
|
||||
// console.log(projectData.value, "里程碑option", newArray);
|
||||
// progressList.value[projectData.value.constructionStage - 1].status = 1;
|
||||
console.log(projectData.value, "里程碑option", newArray);
|
||||
if (projectData.value.constructionStage) {
|
||||
progressList.value[projectData.value.constructionStage - 1].status = 1;
|
||||
}
|
||||
}
|
||||
};
|
||||
onMounted(() => {
|
||||
@ -238,7 +240,7 @@ onMounted(() => {
|
||||
background: url("@/assets/images/comprehensiveManage/project5.png") no-repeat;
|
||||
background-size: 100% 100%;
|
||||
.stage-name {
|
||||
width: 80px;
|
||||
width: 60px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user