liuyg
2021-07-12 2c54297d9bfb7bc87464c52d5a46a5058ee96bf1
src/views/dispatch/data.js
@@ -68,13 +68,34 @@
        // //     trigger: "blur"
        // // }],
    },
    // {
    //     label: "行政区",
    //     prop: "addresss",
    //     labelWidth: 110,
    //     search: true,
    //     // width: 110,
    //     // overHidden: true
    // },
    {
        label: "行政区",
        prop: "addresss",
        label: "所属行政区",
        prop: "jurisdiction",
        // multiple: true,
        labelWidth: 110,
        search: true,
        // width: 110,
        // overHidden: true
        type: "tree",
        dicUrl: "/api/jurisdiction/lazy-tree?parentId=0",
        props: {
            label: "title",
            value: "id",
        },
        checkStrictly: true,
        slot: true,
        rules: [
            {
                required: true,
                message: "请选择所属行政区",
                trigger: "click",
            },
        ],
    },
    {
        label: "详细地址",