Commit f85e9320 authored by 梁钊炜's avatar 梁钊炜

fix: 修改请求接口

parent 8efb88c5
......@@ -222,7 +222,7 @@
</a-alert>
<a-alert v-else-if="workpieceForm.isOnline !== null" type="warning">当前工件未上线,点击确认后将从指定的工序上线
</a-alert>
<a-form style="margin-top: 20px" :model="workpieceForm">
<a-form style="margin-top: 20px" :model="workpieceForm" auto-label-width>
<a-row>
<a-col :span="12">
<a-form-item field="equipmentNumber" label="设备编号">
......
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