🎈 perf: 修改生产管理的弹窗为抽屉
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user