wangting
2024-04-15 7a29d8642c4b168d3861340b8f8bff28ba7d3af3
Source/ProjectWeb/src/components/dynamic-components/dynamic-form.vue
@@ -16,7 +16,7 @@
        </span>
      </template>
      <template slot="menuForm">
        <dynamic-button :butttonList="componentVO.buttons" type="form" @buttonClick="buttonClick"></dynamic-button>
        <dynamic-button :componentVO="componentVO" :butttonList="componentVO.buttons" :dataStore="[form]" :sourceData="sourceData" type="form" @buttonClick="buttonClick"></dynamic-button>
      </template>
      <template v-for="item in slotData" :slot="item.prop + ''">