|
@@ -189,7 +189,7 @@
|
|
|
<div class="bottom-form-box">
|
|
|
<el-form-item v-if="item.publicList.length>0" :label="item.brandName" prop="safeSigns" class="form-item"
|
|
|
v-for="(item,index) in safetyInfoList" label-width="150px">
|
|
|
- <el-select v-if="item.publicList.length>0" v-model="item.privateList"
|
|
|
+ <el-select v-if="item.publicList.length>0" v-model="item.privateList" filterable
|
|
|
multiple collapse-tags placeholder="请选择" style="width:500px;">
|
|
|
<el-option
|
|
|
v-for="dict in item.publicList"
|