liuyg
2021-09-03 fb591d893e7cdeb3efea4678cf99bf14baf6733e
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",
          },
        ],
      },
    };
  },