Administrator
2021-08-26 5a8bc481870caa1bb54f0ab48849db932102db71
src/views/securityGuard/data.js
@@ -340,14 +340,14 @@
    type: 'date',
    format: "yyyy-MM-dd",
    valueFormat: "yyyy-MM-dd",
    prop: "entryTime",
    prop: "entrytime",
    formslot: true,
}, {
    label: '离职时间',
    type: 'date',
    format: "yyyy-MM-dd",
    valueFormat: "yyyy-MM-dd",
    prop: "departureTime",
    prop: "departuretime",
    formslot: true,
}, {
    label: '离职原因',
@@ -495,9 +495,8 @@
    prop: "cardid",
    search: true,
    searchLabelWidth: 90,
    searchSpan: 4,
        searchSpan: 5,
    minWidth: 140,
    display: false
},
@@ -599,15 +598,13 @@
    type: 'select',
    editDisplay: false,
    addDisplay: false,
    dicData: [
        {
        dicData: [{
            label: '未派遣',
            value: '1'
        }, {
            label: '已派遣',
            value: '0'
        }
    ]
        }]
},
{
    label: "是否持证",
@@ -659,6 +656,7 @@
        value: "dictKey"
    },
    dataType: "number",
        searchValue: 1,
    display: false,
    hide: true,
    searchSpan: 3,