src/views/securityCompany/column.js
@@ -1,5 +1,4 @@
export var companyColimn = [
    {
export var companyColimn = [{
        label: "统一社会信用代码",
        prop: "creditcode",
        width: 140,
@@ -15,7 +14,7 @@
        label: "企业名称",
        prop: "enterprisename",
        search: true,
        width: 260,
    minWidth: 150,
        searchSpan: 4,
        labelWidth: 160,
        // width: 130,
@@ -34,19 +33,17 @@
            value: "dictKey"
        },
        width: 130,
        rules: [
            {
    rules: [{
                required: true,
                message: "请选择企业类型",
                trigger: "click",
            },
        ],
    }, ],
    },
    {
        label: "法定代表人",
        labelWidth: 160,
        prop: "representative",
        width: 110,
    minWidth: 65,
        search: true,
        searchSpan: 4,
        searchLabelWidth: 100
@@ -92,7 +89,7 @@
        label: "注册时间",
        prop: "establishtime",
        labelWidth: 160,
        width: 130,
    width: 90,
        overHidden: true,
        type: "date",
        format: "yyyy-MM-dd",
@@ -111,12 +108,12 @@
        label: "联系人",
        prop: "contacts",
        labelWidth: 160,
        width: 85,
    width: 75,
    }, {
        label: "联系电话",
        prop: "contactscell",
        labelWidth: 160,
        width: 95,
    width: 110,
    },
    {