This commit is contained in:
caozehui
2024-12-31 19:03:52 +08:00
parent 081aeacff7
commit 5e8dda0b75
6 changed files with 306 additions and 360 deletions

View File

@@ -90,7 +90,6 @@ const phaseFlag = computed(() => {
if (tableData.length > 0) {
result = !tableData[0].T ? 0:1;
}
console.log(result);
return result;
})