田源
2025-01-16 404966637eda6881a0f17683c5aacc7c1c34aed8
Source/plt-web/plt-web-ui/src/views/system/department/option.js
@@ -14,20 +14,22 @@
  {
    label: '编号',
    prop: 'id',
    width:200,
  },
  {
    label: '代号',
    prop: 'code'
    prop: 'code',
    width:200
  },
  {
    label:'专业',
    prop: 'specialties'
  },
  {
    label:'部门唯一标识ID',
    prop: 'uniqueId',
    display:false,
  },
  // {
  //   label:'部门唯一标识ID',
  //   prop: 'uniqueId',
  //   display:false,
  // },
  {
    label: '描述',
    prop: 'description',