liuyg
2021-08-24 79dce3741b13a1241f393ea2e6605869488bff0e
src/views/securityUnit/selfRecruitedSecurityGuard.vue
@@ -304,7 +304,24 @@
        border: true,
        selection: true,
        column: column,
        column: [
          ...column,
          {
            label: "服务区域",
            labelWidth: 160,
            prop: "fregion",
            width: 69,
          },
          {
            label: "服务时间",
            labelWidth: 160,
            prop: "ftime",
            width: 69,
            type: "date",
            format: "yyyy-MM-dd",
            valueFormat: "timestamp",
          },
        ],
      },
    };
  },