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 -->
<!-- DATETIME BUILDER -->
<div v-if="item.uiFieldDataType === 1">
DATETIME BUILDER
DATETIME BUILDER OPERATOR:DATEPICKER/TOKENPICKER
(depending on operator):ADD BUTTON
</div>
<!-- STRING(text-4, emailaddress-11, http-12) BUILDER -->
@@ -192,13 +193,8 @@
</div>
<div>
ADD BUTTON|OP PICKLIST|VALUE
</div>
<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
TODO: STATIC list of items with delete button on each
one
</div>
</div>
</template>