|
|
|
@ -21,7 +21,7 @@
|
|
|
|
|
<% } else if (configList[i].effectType == 'select') {%>
|
|
|
|
|
<a-select v-model:value="formData.${configList[i].fieldNameCamelCase}" placeholder="请选择${configList[i].fieldRemark}" :options="${configList[i].fieldNameCamelCase}Options" />
|
|
|
|
|
<% } else if (configList[i].effectType == 'radio') {%>
|
|
|
|
|
<a-radio-group v-model:value="formData.${configList[i].fieldNameCamelCase}" placeholder="请选择${configList[i].fieldRemark}" :options="formData.${configList[i].fieldNameCamelCase}Options" />
|
|
|
|
|
<a-radio-group v-model:value="formData.${configList[i].fieldNameCamelCase}" placeholder="请选择${configList[i].fieldRemark}" :options="${configList[i].fieldNameCamelCase}Options" />
|
|
|
|
|
<% } else if (configList[i].effectType == 'checkbox') {%>
|
|
|
|
|
<a-checkbox-group v-model:value="formData.${configList[i].fieldNameCamelCase}" placeholder="请选择${configList[i].fieldRemark}" :options="${configList[i].fieldNameCamelCase}Options" />
|
|
|
|
|
<% } else if (configList[i].effectType == 'datepicker') {%>
|
|
|
|
|