diff --git a/package-lock.json b/package-lock.json index b00b0eb..c198ea5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,6 +10,8 @@ "dependencies": { "@element-plus/icons-vue": "^2.3.1", "axios": "^1.7.8", + "dayjs": "^1.11.13", + "dayjs-plugin-utc": "^0.1.2", "echarts": "^5.5.1", "element-plus": "^2.8.8", "lodash": "^4.17.21", @@ -3421,10 +3423,16 @@ }, "node_modules/dayjs": { "version": "1.11.13", - "resolved": "https://mirrors.huaweicloud.com/repository/npm/dayjs/-/dayjs-1.11.13.tgz", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.13.tgz", "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==", "license": "MIT" }, + "node_modules/dayjs-plugin-utc": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/dayjs-plugin-utc/-/dayjs-plugin-utc-0.1.2.tgz", + "integrity": "sha512-ExERH5o3oo6jFOdkvMP3gytTCQ9Ksi5PtylclJWghr7k7m3o2U5QrwtdiJkOxLOH4ghr0EKhpqGefzGz1VvVJg==", + "license": "MIT" + }, "node_modules/de-indent": { "version": "1.0.2", "resolved": "https://mirrors.huaweicloud.com/repository/npm/de-indent/-/de-indent-1.0.2.tgz", diff --git a/package.json b/package.json index 34155ed..73a1ef1 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,8 @@ "dependencies": { "@element-plus/icons-vue": "^2.3.1", "axios": "^1.7.8", + "dayjs": "^1.11.13", + "dayjs-plugin-utc": "^0.1.2", "echarts": "^5.5.1", "element-plus": "^2.8.8", "lodash": "^4.17.21", diff --git a/src/views/workspace/index.vue b/src/views/workspace/index.vue index a775bb6..6b44032 100644 --- a/src/views/workspace/index.vue +++ b/src/views/workspace/index.vue @@ -9,15 +9,22 @@