fix:供应商添加时增加是否外协字段

This commit is contained in:
shijing 2024-07-24 14:42:39 +08:00
parent 86e383d041
commit 029d881774
1 changed files with 6 additions and 0 deletions

View File

@ -49,6 +49,12 @@
/>
</el-form-item>
</el-col>
<el-col :md="12" :sm="24">
<el-form-item label="是否外协">
<el-switch v-model="form.can_outsource">
</el-switch>
</el-form-item>
</el-col>
</el-row>
</el-form>
</el-main>