diff --git a/src/views/fac_cal/enstat.vue b/src/views/fac_cal/enstat.vue
index 5557b233..ed0b1a8c 100644
--- a/src/views/fac_cal/enstat.vue
+++ b/src/views/fac_cal/enstat.vue
@@ -50,13 +50,18 @@
highlightCurrentRow
>
-
-
-
-
-
-
-
+
+
+
+ {{ scope.row.year_s }}-{{ scope.row.month_s }}-{{ scope.row.day_s }}
+
+
+
+
+ {{ scope.row.year }}-{{ scope.row.month }}-{{ scope.row.day }}
+
+
+
@@ -85,17 +90,17 @@ export default {
params: {
},
query: {
- ordering: "-update_time",
type: "day_s",
+ ordering: "-create_time",
start_time: null,
end_time: null
},
options: [
+ { label: "班时", value: "hour_s"},
{ label: "班天", value: "day_s" },
{ label: "班月", value: "month_s" },
- { label: "小时", value: "hour"},
- { label: "天", value: "day" },
- { label: "月", value: "month"},
+ { label: "班组月", value: "month_st" },
+ { label: "班年", value: "year_s" },
],
timeRange: []
}
diff --git a/src/views/fac_cal/mpointstat.vue b/src/views/fac_cal/mpointstat.vue
index 23bfb168..8dc2c28e 100644
--- a/src/views/fac_cal/mpointstat.vue
+++ b/src/views/fac_cal/mpointstat.vue
@@ -14,6 +14,16 @@
+
+
+
-
-
-
-
-
-
-
+
+
+ {{ scope.row.year_s }}-{{ scope.row.month_s }}-{{ scope.row.day_s }}
+
+
+
+
+ {{ scope.row.year }}-{{ scope.row.month }}-{{ scope.row.day }}
+
+
+