diff --git a/.env.development b/.env.development
index cb12c386..9a475376 100644
--- a/.env.development
+++ b/.env.development
@@ -6,7 +6,7 @@ NODE_ENV = development
# VUE_APP_TITLE = '托克逊能源管理平台'
VUE_APP_TITLE = '中建材光子科技有限公司'
# VUE_APP_TITLE = '超低排放系统'
-VUE_APP_PJ = 'gx'
+VUE_APP_PJ = ''
# 接口地址
#VUE_APP_API_BASEURL = http://1.203.161.103:2800/api
@@ -17,7 +17,7 @@ VUE_APP_PJ = 'gx'
#测试环境
# VUE_APP_API_BASEURL = http://10.50.211.228:2250/api
-# VUE_APP_API_BASEURL = http://127.0.0.1:2226/api
+# VUE_APP_API_BASEURL = http://127.0.0.1:226/api
# VUE_APP_BASEURL = http://10.50.211.228:2250/
diff --git a/src/views/em/mpoint.vue b/src/views/em/mpoint.vue
index ce1683fb..c11ab022 100644
--- a/src/views/em/mpoint.vue
+++ b/src/views/em/mpoint.vue
@@ -23,6 +23,16 @@
>
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+ {{ 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 }}
+
+
+