~
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<view class="container snowy-shadow">
|
||||
<uni-forms ref="formRef" :model="formData" label-position="top" :rules="rules" validate-trigger="blur" labelWidth="100px">
|
||||
<uni-forms ref="formRef" :model="formData" label-position="top" :rules="rules" validate-trigger="blur" labelWidth="auto">
|
||||
<% for(var i = 0; i < configList.~size; i++) { %>
|
||||
<% if(!configList[i].needTableId && configList[i].whetherAddUpdate && configList[i].fieldNameCamelCase != 'tenantId') { %>
|
||||
<% if(configList[i].effectType == 'input') { %>
|
||||
@@ -36,7 +36,7 @@
|
||||
<% } %>
|
||||
</uni-forms>
|
||||
<% if (dfcWhether == 'Y') { %>
|
||||
<uni-forms ref="dynamicFormRef" :model="dynamicFormData" label-position="top" labelWidth="75px">
|
||||
<uni-forms ref="dynamicFormRef" :model="dynamicFormData" label-position="top" labelWidth="auto">
|
||||
<snowy-dyna-field
|
||||
v-for="(item, index) in dynamicFieldConfigList"
|
||||
:key="index"
|
||||
|
Reference in New Issue
Block a user