shenzhen-dev #2

Merged
admin merged 614 commits from shenzhen-dev into master 2025-06-03 18:28:43 +08:00
Showing only changes of commit 16cc7eaa1f - Show all commits

View File

@ -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;