田源
2025-01-08 de61b0dd529ea1e74fc9d9b3c0fe859562c807f4
Source/plt-web/plt-web-ui/src/views/modelingMenu/modeling/attributePool/option.js
@@ -4,6 +4,18 @@
    prop: 'id',
    search: true,
    sortable: true,
    type:'select',
    allowCreate:true,
    filterable:true,
    props:{
      label:'id',
      value:'id'
    },
    dicUrl:"/api/attributeController/gridAttribute",
    dicQuery:{
      page:1,
      limit:-1
    }
  },
  {
    label: '标签',
@@ -14,11 +26,13 @@
    label: '类型',
    prop: 'attributeDataTypeText',
    sortable: true,
    width:100
  },
  {
    label: '默认值',
    prop: 'defaultValue',
    sortable: true,
    width: 120
  },
  {
    label: '描述',