liuyg
2021-08-24 ebb5de7a0b6302976b3ee53171ea03c1f8ffc566
src/views/securityUnitChild/data.js
@@ -40,6 +40,25 @@
        span: 11,
        labelWidth: 130,
        disabled: true,
    }, {
        label: "法定代表人电话",
        prop: "representativecell",
        span: 11,
        labelWidth: 130,
        disabled: true,
    },
    {
        label: "联系人",
        prop: "contacts",
        span: 11,
        labelWidth: 130,
        disabled: true,
    }, {
        label: "联系电话",
        prop: "contactscell",
        span: 11,
        labelWidth: 130,
        disabled: true,
    },
    {
        label: "注册时间",
@@ -104,14 +123,37 @@
        disabled: true,
        // search: true,
    },
    // {
    //     label: "所属辖区",
    //     prop: "region",
    //     span: 11,
    //     labelWidth: 130,
    //     width: 110,
    //     overHidden: true,
    //     disabled: true,
    // },
    {
        label: "所属辖区",
        prop: "region",
        // multiple: true,
        type: "tree",
        dicUrl: "/api/jurisdiction/lazy-tree?parentId=0",
        props: {
            label: "title",
            value: "id",
        },
        span: 11,
        labelWidth: 130,
        width: 110,
        overHidden: true,
        disabled: true,
        rules: [
            {
                required: false,
                message: "请选择所属辖区",
                trigger: "click",
            },
        ],
    },
    {
        label: "所属行业",