ludc
2024-08-14 24fa2e63f7c155c87457980e6c656f3891132a47
Source/plt-web/plt-web-ui/src/views/modelingMenu/modeling/attributePool/option.js
@@ -6,6 +6,11 @@
    sortable:true,
  },
  {
    label: '标签',
    prop: 'name',
    sortable: true,
  },
  {
    label: '类型',
    prop: 'attributeDataTypeText',
    sortable:true,
@@ -18,5 +23,6 @@
  {
    label: '描述',
    prop: 'description',
    overHidden:true,
  },
];