+
liuyg
2021-07-09 f6722070ab96b71a6d2e61bc1850238a2bb554eb
src/views/securityUnit/data.js
@@ -31,11 +31,36 @@
    //     editDisplay: false,
    //     addDisplay: false
    // },//上面不显示
    // {
    //     label: "部门",
    //     prop: "departmentid",
    //     // type: "tree",
    //     disabled: true,
    //     dicData: [],
    //     labelWidth: w,
    //     span: s,
    //     props: {
    //         label: "title",
    //     },
    //     rules: [
    //         {
    //             required: true,
    //             message: "请选择所属部门",
    //             trigger: "click",
    //         },
    //     ],
    // },
    {
        label: "企业名称",
        prop: "enterprisename",
        search: true,
        width: 130,
    },
    {
        label: "企业类型",
        prop: "stats",
        labelWidth: w,
        span: s
    },
    {
        label: "法定代表人",
@@ -180,6 +205,7 @@
        prop: "registration",
        // search: true,
        // width: 88,
        overHidden: true,
    },
    {
@@ -212,7 +238,7 @@
        label: "",
        labelWidth: 20,
        type: 'title',
        prop: "title",
        prop: "title0",
        span: 24,
        styles: {
            fontSize: '24px'
@@ -229,6 +255,25 @@
            trigger: "blur"
        }]
    },
    // {
    //     label: "部门",
    //     prop: "departmentid",
    //     // type: "tree",
    //     disabled: true,
    //     dicData: [],
    //     labelWidth: w,
    //     span: s,
    //     props: {
    //         label: "title",
    //     },
    //     rules: [
    //         {
    //             required: true,
    //             message: "请选择所属部门",
    //             trigger: "click",
    //         },
    //     ],
    // },
    {
        label: "企业名称",
        prop: "enterprisename",
@@ -238,6 +283,12 @@
    {
        label: "法定代表人",
        prop: "representative",
        labelWidth: w,
        span: s
    },
    {
        label: "企业类型",
        prop: "stats",
        labelWidth: w,
        span: s
    },
@@ -305,7 +356,8 @@
        label: "登记机关",
        prop: "registration",
        labelWidth: w,
        span: s
        span: s,
        // overHidden: true,
    },
    {
@@ -321,7 +373,7 @@
        label: "",
        labelWidth: 20,
        type: 'title',
        prop: "title",
        prop: "title1",
        span: 24,
        styles: {
            fontSize: '24px'
@@ -333,6 +385,25 @@
        disabled: true,
        labelWidth: w,
        span: s
    },
    {
        label: "部门",
        prop: "departmentid",
        // type: "tree",
        disabled: true,
        dicData: [],
        labelWidth: w,
        span: s,
        props: {
            label: "title",
        },
        rules: [
            {
                required: true,
                message: "请选择所属部门",
                trigger: "click",
            },
        ],
    },
    {
        label: "股东",
@@ -382,7 +453,7 @@
        label: "",
        labelWidth: 20,
        type: 'title',
        prop: "title",
        prop: "title2",
        span: 24,
        styles: {
            fontSize: '24px'
@@ -396,6 +467,25 @@
        span: s
    },
    {
        label: "部门",
        prop: "departmentid",
        // type: "tree",
        disabled: true,
        dicData: [],
        labelWidth: w,
        span: s,
        props: {
            label: "title",
        },
        rules: [
            {
                required: true,
                message: "请选择所属部门",
                trigger: "click",
            },
        ],
    },
    {
        label: "姓名",
        prop: "name",
        labelWidth: w,