保安服务企业管理项目备份
zhongrj
2023-06-25 0caae4016eb87ea3a5d5ee472c1ddd22c38fe0c9
src/views/securityGuard/data.js
@@ -502,17 +502,35 @@
    searchLabelWidth: 50,
    display: false
  },
  // {
  //   label: "企业名称",
  //   searchLabelWidth: 75,
  //   // prop: "deptName",
  //   prop: "deptId",
  //   type: "tree",
  //   // dicUrl: "/api/blade-system/dept/security_lazy-tree?parentId=1413470343230877697",
  //   props: {
  //     label: "title",
  //     value: "id"
  //   },
  //   // hide: true,
  //   slot: true,
  //   searchSpan: 5,
  //   display: false,
  //   search: true,
  //   minWidth: 160
  // },
  {
    label: "企业名称",
    label: "从业单位",
    searchLabelWidth: 75,
    // prop: "deptName",
    prop: "deptId",
    type: "tree",
    prop: "unitName",
    // type: "tree",
    // dicUrl: "/api/blade-system/dept/security_lazy-tree?parentId=1413470343230877697",
    props: {
      label: "title",
      value: "id"
    },
    // props: {
    //   label: "title",
    //   value: "id"
    // },
    // hide: true,
    slot: true,
    searchSpan: 5,