Ldc
2024-04-16 cc993ff4b559a937f6ceaf01c7e77e1d6b50baa1
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 + ''">
@@ -48,6 +48,14 @@
  name: "dynamic-form",
  components: {VciWebRefer},
  props: {
    //ui上下文的业务类型(或链接类型)
    uiBtmType: {
      type: String
    },
    //ui上下文
    uiContext:{
      type: String
    },
    componentVO: {
      type: Object,
      default: {}