liuyg
2021-09-24 c4e67a8942e514b65ab41bb19781d50576c15725
src/views/securityUnit/data.js
@@ -147,7 +147,7 @@
    },
    {
        label: "所属辖区",
        prop: "region",
        prop: "jurisdiction",
        labelWidth: 160,
        type: "tree",
        dicUrl: "/api//jurisdiction/lazy-trees",
@@ -213,7 +213,7 @@
        }]
    },
    {
        label: "辖区",
        label: "所属辖区",
        prop: "jurisdiction",
        // type: "tree",
        // disabled: true,
@@ -295,6 +295,38 @@
            trigger: "blur"
        }]
    },
    {
        label: "法定代表人电话",
        prop: "representativecell",
        labelWidth: w,
        span: s,
        rules: [{
            required: true,
            message: "请输入法定代表人电话",
            trigger: "blur"
        }]
    }, {
        label: "联系人",
        prop: "contacts",
        labelWidth: w,
        span: s,
        rules: [{
            required: true,
            message: "请输入联系人",
            trigger: "blur"
        }]
    },
    {
        label: "联系电话",
        prop: "contactscell",
        labelWidth: w,
        span: s,
        rules: [{
            required: true,
            message: "请输入联系电话",
            trigger: "blur"
        }]
    },
    // {
    //     label: "企业类型",
    //     prop: "stats",