钟日健
2022-02-08 2c461eb9efb980d55dfd7407ee70088fc90a4a7a
src/views/securityGuard/data.js
@@ -484,7 +484,7 @@
        prop: "realName",
        search: true,
        searchSpan: 3,
        width: 60,
        width: 65,
        searchLabelWidth: 50,
        display: false
    },
@@ -504,12 +504,13 @@
        searchSpan: 5,
        display: false,
        search: true,
        minWidth: 260
        minWidth: 160
    },
    {
        label: "性别",
        prop: "sexs",
        width: 80,
        sortable: true,
        width: 75,
        type: "select",
        dicData: [{
                label: "男",
@@ -531,8 +532,8 @@
        prop: "cardid",
        search: true,
        searchLabelWidth: 90,
        searchSpan: 5,
        minWidth: 150,
        searchSpan: 4,
        width: 140,
        display: false
    },
    {
@@ -540,6 +541,8 @@
        prop: "avatar",
        type: "upload",
        listType: "picture-img",
        width: 60,
        display: false
    },
    {
        label: "籍贯",
@@ -554,7 +557,6 @@
        width: 55,
        display: false
    },
    {
        label: "出生日期",
        prop: "birthday",
@@ -568,31 +570,31 @@
        label: "年龄",
        prop: "age",
        width: 55,
        sortable: true,
        display: false
    },
    {
        label: "学历",
        prop: "education",
        display: false,
        width: 90,
        dicUrl: "/api/blade-system/dict-biz/dictionary?code=educationType",
        props: {
            label: "dictValue",
            value: "dictKey"
        },
        type: "select",
        // hide: true,
        rules: [{
            required: true,
            message: "请选择学历",
            trigger: "blur"
        }],
    },
    // {
    //     label: "学历",
    //     prop: "education",
    //     display: false,
    //     width: 90,
    //     dicUrl: "/api/blade-system/dict-biz/dictionary?code=educationType",
    //     props: {
    //         label: "dictValue",
    //         value: "dictKey"
    //     },
    //     type: "select",
    //     // hide: true,
    //     rules: [{
    //         required: true,
    //         message: "请选择学历",
    //         trigger: "blur"
    //     }],
    // },
    {
        label: "联系电话",
        prop: "phone",
        minWidth: 100,
        minWidth: 80,
        display: false
    },
    {
@@ -606,8 +608,9 @@
        prop: "securitynumber",
        search: true,
        searchLabelWidth: 90,
        minWidth: 115,
        searchSpan: 5,
        sortable: true,
        width: 118,
        searchSpan: 4,
        addDisplay: false,
        editDisplay: false,
        // hide: true,
@@ -622,8 +625,10 @@
        label: '是否派遣',
        prop: 'dispatch',
        type: 'select',
        sortable: true,
        editDisplay: false,
        search: true,
        width: 110,
        searchSpan: 3,
        addDisplay: false,
        dicData: [{
@@ -644,9 +649,10 @@
        label: "是否持证",
        prop: "hold",
        slot: true,
        sortable: true,
        search: true,
        searchSpan: 3,
        width: 69,
        width: 110,
        type: "select",
        dicData: [{
                label: "是",
@@ -673,13 +679,14 @@
        label: "是否制证",
        prop: "userType",
        type: "select",
        sortable: true,
        slot: true,
        search: true,
        // searchValue: 7,
        editDisplay: false,
        addDisplay: false,
        searchSpan: 3,
        width: 69,
        width: 110,
        dicData: [{
                label: "已制证",
                value: 6,
@@ -787,11 +794,12 @@
        label: "审查状态",
        prop: "examinationType",
        type: "select",
        sortable: true,
        display: false,
        searchSpan: 3,
        search: false,
        search: true,
        hide: true,
        width: 80,
        width: 110,
        dicData: [{
                label: "全部",
                value: 6,