|
@@ -28,7 +28,7 @@
|
|
<a-form-model-item :prop="'list.'+index+'.standardRequirement'" :rules="validatorRules.standardRequirement">
|
|
<a-form-model-item :prop="'list.'+index+'.standardRequirement'" :rules="validatorRules.standardRequirement">
|
|
<!-- <j-multi-select-tag :disabled="formDisabled" v-model="record.standardRequirement" :dropdownMatchSelectWidth="false" dictCode="itdm_weituo_yiju,name,name" /> -->
|
|
<!-- <j-multi-select-tag :disabled="formDisabled" v-model="record.standardRequirement" :dropdownMatchSelectWidth="false" dictCode="itdm_weituo_yiju,name,name" /> -->
|
|
<!-- 为了解决下拉框显示不全的问题,原来的没有对应参数配置 -->
|
|
<!-- 为了解决下拉框显示不全的问题,原来的没有对应参数配置 -->
|
|
- <a-select :disabled="formDisabled" v-model="record.standardRequirement" allowClear :dropdownMatchSelectWidth="false">
|
|
|
|
|
|
+ <a-select :disabled="formDisabled" v-model="record.standardRequirement" allowClear :dropdownMatchSelectWidth="false" mode="multiple">
|
|
<a-select-option v-for="(item, index) in yijuLists" :key="index">
|
|
<a-select-option v-for="(item, index) in yijuLists" :key="index">
|
|
{{ item.name }}
|
|
{{ item.name }}
|
|
</a-select-option>
|
|
</a-select-option>
|