🎈 perf: 修改生产管理的弹窗为抽屉

This commit is contained in:
砂糖
2025-08-16 10:58:09 +08:00
parent 1cf7ba0287
commit 2e1d4f7a6f
2 changed files with 6 additions and 6 deletions

View File

@@ -134,7 +134,7 @@
</div>
</el-dialog>
<el-dialog title="生成生产任务" width="800px" :visible.sync="batchGenerateDialogVisible">
<el-drawer title="生成生产任务" direction="btt" size="90vh" :visible.sync="batchGenerateDialogVisible" append-to-body>
<el-table :data="generateBatchList" style="width: 100%;" border>
<el-table-column label="生产任务编号" align="center" prop="batchNo">
<template slot-scope="scope">
@@ -170,7 +170,7 @@
</template>
</el-table-column>
</el-table>
</el-dialog>
</el-drawer>
</div>
</template>