+
liuyg
2021-07-09 f6722070ab96b71a6d2e61bc1850238a2bb554eb
src/views/recruitmentManagement/data.js
@@ -25,7 +25,7 @@
    },
    {
        label: "保安id",
        prop: "tenantId",
        prop: "deptId",
        hide: true,
        editDisplay: false,
        addDisplay: false
@@ -169,6 +169,9 @@
        label: "开始时间",
        prop: "startTime",
        // search: true,
        type: "date",
        format: "yyyy-MM-dd hh:mm:ss",
        valueFormat: "timestamp",
        width: 88,
    },
@@ -176,6 +179,9 @@
        label: "结束时间",
        prop: "endTime",
        // search: true,
        type: "date",
        format: "yyyy-MM-dd hh:mm:ss",
        valueFormat: "timestamp",
        width: 88,
    },
    {