wangting
2024-04-15 81bb118e00f8d5ee081795d142e539de50953518
Source/ProjectWeb/src/components/dynamic-components/dynamic-TreeTable.vue
@@ -30,6 +30,14 @@
export default {
  name: "dynamic-TreeTable",
  props: {
    //ui上下文的业务类型(或链接类型)
    uiBtmType: {
      type: String
    },
    //ui上下文
    uiContext:{
      type: String
    },
    componentVO: {
      type: Object,
      default: {}