田源
2024-03-26 926d1a1a4f06271cb39de001d74c68832fc004c7
Source/ProjectWeb/src/components/dynamic-components/dynamic-form.vue
@@ -47,6 +47,11 @@
      type: Object,
      default: {}
    },
    isShow: {
      //所在区域是否已显示,针对tab和collapse
      type: Boolean,
      default: true
    },
  },
  data() {
    return {
@@ -54,7 +59,6 @@
    }
  },
  mounted() {
    // console.log('componentVO--',this.componentVO.tableDefineVO.cols[0])
  },
  computed: {
    option() {