This commit is contained in:
2020-02-20 00:11:51 +00:00
parent 5c87e7208c
commit ac6cef9255

View File

@@ -149,7 +149,8 @@
<!-- BUILDER FOR EACH TYPE Tag, decimal,currency, bool, integer, string, datetime --> <!-- BUILDER FOR EACH TYPE Tag, decimal,currency, bool, integer, string, datetime -->
<!-- DATETIME BUILDER --> <!-- DATETIME BUILDER -->
<div v-if="item.uiFieldDataType === 1"> <div v-if="item.uiFieldDataType === 1">
DATETIME BUILDER DATETIME BUILDER OPERATOR:DATEPICKER/TOKENPICKER
(depending on operator):ADD BUTTON
</div> </div>
<!-- STRING(text-4, emailaddress-11, http-12) BUILDER --> <!-- STRING(text-4, emailaddress-11, http-12) BUILDER -->
@@ -192,13 +193,8 @@
</div> </div>
<div> <div>
ADD BUTTON|OP PICKLIST|VALUE TODO: STATIC list of items with delete button on each
</div> one
<div>
TODO: list of items with delete button on each one No
editing here so this is just a static display showing
what was selected and can be the same for every type I
think
</div> </div>
</div> </div>
</template> </template>