Administrator
2021-07-13 a6810bf6a2db02fa855e7e18a8f97bb354e892e5
src/views/securityGuard/data.js
@@ -414,7 +414,7 @@
export var securityFormPageColumn = [{
        label: "用户姓名",
        label: "姓名",
        prop: "realName",
        search: true,
        searchSpan: 4,
@@ -491,12 +491,12 @@
        display: false
    },
    {
        label: "组织机构名称",
        label: "保安公司名称",
        searchLabelWidth: "110",
        // prop: "deptName",
        prop: "deptId",
        type: "tree",
        dicUrl: "/api/blade-system/dept/lazy-tree?parentId=0",
        dicUrl: "/api/blade-system/dept/security_lazy-tree?parentId=1413470343230877697",
        props: {
            label: "title",
            value: "id",
@@ -508,10 +508,21 @@
        width: 260
    },
    {
        label: "岗位",
        prop: "postName",
        label: "是否持证",
        prop: "hold",
        slot: true,
        display: false
        display: false,
        dicUrl: "/api/blade-system/dict-biz/dictionary?code=equipage",
        props: {
            label: "dictValue",
            value: "dictKey"
        },
        type: "select",
        rules: [{
            required: true,
            message: "请选择",
            trigger: "blur"
        }],
    },
    // {
    //     label: "入职时间",