|
|
@ -106,6 +106,14 @@ |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
</template> |
|
|
</template> |
|
|
|
|
|
<div v-else-if = "col.bodyType === 'checkboxTree'"> |
|
|
|
|
|
<HandleFormItem |
|
|
|
|
|
:field-item-label="fieldItemLabel" :field-key="prefixKey + '_' + col.prop" |
|
|
|
|
|
:type="sItem.type" :item="sItem" :value="row[col.prop]" |
|
|
|
|
|
@change="(e) => onBodyValueChange(rowIndex, colIndex, e, row, col.bodyType)" |
|
|
|
|
|
:error="errors[col.prop]" @update:error="errors[col.prop] = false" |
|
|
|
|
|
:orange-bg="orangeBgFields[col.prop]" /> |
|
|
|
|
|
</div> |
|
|
<div v-else-if="col.bodyType === 'operableInput'" class="flex flex1"> |
|
|
<div v-else-if="col.bodyType === 'operableInput'" class="flex flex1"> |
|
|
<div class="flex1 grid-container"> |
|
|
<div class="flex1 grid-container"> |
|
|
<div class="flex" |
|
|
<div class="flex" |
|
|
|