田源
2024-03-20 06272b4e887651be78de34a6483c37870e030fb9
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>