版本修改

This commit is contained in:
2025-04-21 15:55:42 +08:00
parent dcfd44da94
commit 54f1af048d
16 changed files with 300 additions and 119 deletions

View File

@@ -53,6 +53,7 @@
style="width: 220px"
format="YYYY-MM-DD"
value-format="YYYY-MM-DD"
:disabled="row.chengNuoJiaoQi != null"
@change="batchSetChengNuoJiaoQiFun([{id:row.id,newTime:row.chengNuoJiaoQi}])"
/>
</template>
@@ -191,6 +192,7 @@ const chengNuoJiaoQiPFun = (e: string) => {
}
});
} else {
getList();
done();
}
},
@@ -227,6 +229,7 @@ const chengNuoJiaoQiPFun = (e: string) => {
}
});
} else {
getList();
done();
}
},