liuyg
2021-10-21 ba2b70996525af8659bbe231ebd8165e70da982d
src/views/securityUnitChild/data.js
@@ -131,10 +131,10 @@
// },
{
    label: "所属辖区",
    prop: "region",
    prop: "jurisdiction",
    // multiple: true,
    type: "tree",
    dicUrl: "/api/jurisdiction/lazy-tree",
    dicUrl: "/api//jurisdiction/lazy-trees",
    props: {
        label: "title",
        value: "id",
@@ -234,6 +234,28 @@
    span: 11,
    labelWidth: 130,
    disabled: true,
    type: "date",
    format: "yyyy-MM-dd",
    valueFormat: "yyyy-MM-dd",
    // // 表单新增时是否禁止
    // addDisabled: false,
    // // 表单新增时是否可见
    // addDisplay: true,
    // // 表单新增时是否为查看模式
    // addDetail: false,
    // // 表单编辑时是否禁止
    // editDisabled: false,
    // // 表单编辑时是否可见
    // editDisplay: true,
    // // 表单编辑时是否为查看模式
    // editDetail: false,
    rules: [
        {
            required: true,
            message: "请选择注册时间",
            trigger: "blur",
        },
    ],
},
{
    label: "注册资本",