bug
This commit is contained in:
		| @@ -98,7 +98,7 @@ | ||||
|                         <div class="left-item__item--wrapper"> | ||||
|                           <template v-if="(item.fieldType === 'radio')"> | ||||
|                             <el-radio-group v-model="item.fieldValue" :disabled="item.inputType !== '2' || isDetail"> | ||||
|                               <el-radio :label="v.dictName" v-for="v in dict.getDict(item.dictionaryCode)" :key="v.dictName">{{ v.dictName }}</el-radio> | ||||
|                               <el-radio :label="v.dictValue" v-for="v in dict.getDict(item.dictionaryCode)" :key="v.dictName">{{ v.dictName }}</el-radio> | ||||
|                             </el-radio-group> | ||||
|                           </template> | ||||
|                           <template v-if="(item.fieldType === 'date')"> | ||||
| @@ -129,7 +129,7 @@ | ||||
|                           </template> | ||||
|                           <template v-if="(item.fieldType === 'checkbox')"> | ||||
|                             <el-checkbox-group :disabled="item.inputType !== '2' || isDetail"  v-model="item.fieldValue"> | ||||
|                               <el-checkbox :label="v.dictName" v-for="v in dict.getDict(item.dictionaryCode)" :key="v.dictName">{{ v.dictName }}</el-checkbox> | ||||
|                               <el-checkbox :label="v.dictValue" v-for="v in dict.getDict(item.dictionaryCode)" :key="v.dictValue">{{ v.dictName }}</el-checkbox> | ||||
|                             </el-checkbox-group> | ||||
|                           </template> | ||||
|                           <template v-if="(item.fieldType === 'sign')"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user