Source/ProjectWeb/src/components/dynamic-components/dynamic-form.vue
@@ -1,4 +1,5 @@ <template> <div class="UI-dynamic" :id="'UI-dynamic-'+areasName+componentVO.oid"> <avue-form v-model="form" :option="option"> <template v-for="item in slotData" :slot="item.prop + 'Label'"> <span> @@ -18,6 +19,7 @@ <dynamic-button type="form" :butttonList="componentVO.buttons" @buttonClick="buttonClick"></dynamic-button> </template> </avue-form> </div> </template> <script>