|
@@ -67,7 +67,7 @@
|
|
|
style=" width: 100%" />
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- <el-col :xs="24" :sm="12" :lg="4" :span="6">
|
|
|
+ <el-col :xs="24" :sm="12" :lg="6" :span="6">
|
|
|
<el-form-item label="接单部门:" prop="departmentId" label-width="170px" class="postInfo-container-item">
|
|
|
<el-select v-model="assetsForm.departmentId" readonly disabled style=" width: 100%">
|
|
|
<el-option v-for="(d, id) in allotDepartment" :label="d.name" :value="d.id"
|