fix:正常交接时不显示更改批次

This commit is contained in:
shijing 2025-04-22 14:29:57 +08:00
parent b3acb107e1
commit ff1ef7f213
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@
</el-select>
</el-form-item>
</el-col>
<el-col :md="12" :sm="24">
<el-col :md="12" :sm="24" v-if="type!==10">
<el-form-item label="更改批次">
<el-switch v-model="change_batch"></el-switch>
</el-form-item>