Commit 2eb8e887 authored by tanjunxin's avatar tanjunxin

fix: 弹窗标题修改

parent eaaf6f7c
...@@ -196,7 +196,7 @@ ...@@ -196,7 +196,7 @@
</el-row> </el-row>
<!-- 手工工单下达 --> <!-- 手工工单下达 -->
<el-dialog title="打样下达填报" :visible.sync="commandVisible" width="1200px" append-to-body> <el-dialog title="手工排产" :visible.sync="commandVisible" width="1200px" append-to-body>
<CommandList v-if="commandVisible" ref="CommandListRef" :currentData="currentData" @close="commandVisible = false" <CommandList v-if="commandVisible" ref="CommandListRef" :currentData="currentData" @close="commandVisible = false"
:workorderId="currentData.workorderId"></CommandList> :workorderId="currentData.workorderId"></CommandList>
<div slot="footer" class="dialog-footer"> <div slot="footer" class="dialog-footer">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment