add: 添加二次分配顶点任务

This commit is contained in:
2024-06-27 09:32:39 +08:00
parent a0a7240975
commit 5b1c96f39f
10 changed files with 126 additions and 63 deletions

View File

@@ -24,7 +24,7 @@
<el-form ref="form" :inline="true" :model="form" :rules="rules" size="small" label-width="78px">
<el-row>
<el-col :span="8">
<el-form-item label="检验有货">
<el-form-item label="忽略校验">
<el-switch v-model="form.inspect_in_stocck" />
</el-form-item>
</el-col>