v1.2.1版本,优化调整了很多,整改验收阶段新加字段

This commit is contained in:
王利强
2026-06-13 08:50:51 +08:00
parent 2af9f1fd59
commit 1fe87ec438
591 changed files with 5072 additions and 2706 deletions

View File

@@ -41,7 +41,7 @@ const _sfc_main = {
currentEditId.value = item.id;
editData.value = {
name: res.data.name || "",
color: res.data.color || "#FF5733"
color: res.data.color || "#D92121"
};
showPopup.value = true;
}