feat: 生产管理初步重构

This commit is contained in:
砂糖
2025-08-25 18:06:32 +08:00
parent 781c7f8bac
commit 49cca6281d
31 changed files with 3981 additions and 990 deletions

View File

@@ -346,3 +346,11 @@ export default {
}
};
</script>
<style scoped>
.el-button--text {
padding: 0;
margin-left: 4px !important;
margin-right: 4px !important;
}
</style>