ludc
2025-01-16 986aa62ed00bee39363bab41b4eeb8259d446efd
Source/plt-web/plt-web-ui/src/views/system/department/option.js
@@ -2,6 +2,7 @@
  {
    label: '名称',
    prop: 'name',
    align:'left',
    rules: [
      {
        required: true,
@@ -13,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',