diff --git a/.env.dev b/.env.dev index 574a759f..2f15db72 100644 --- a/.env.dev +++ b/.env.dev @@ -1,7 +1,7 @@ ### # @Author: Do not edit # @Date: 2023-08-29 09:40:39 - # @LastEditTime: 2023-09-18 10:44:07 + # @LastEditTime: 2023-10-16 09:22:52 # @LastEditors: DY # @Description: ### diff --git a/package.json b/package.json index 8715ba64..08d55ea0 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "vue-count-to": "1.0.13", "vue-cropper": "0.5.8", "vue-meta": "^2.4.0", - "vue-plugin-hiprint": "^0.0.54-fix", + "vue-plugin-hiprint": "0.0.54-fix", "vue-quill-editor": "^3.0.6", "vue-router": "3.4.9", "vue-video-player": "^5.0.2", diff --git a/src/api/core/base/lineBindProductLog.js b/src/api/core/base/lineBindProductLog.js index baf4655d..19a9f34d 100644 --- a/src/api/core/base/lineBindProductLog.js +++ b/src/api/core/base/lineBindProductLog.js @@ -1,3 +1,10 @@ +/* + * @Author: Do not edit + * @Date: 2023-08-28 15:30:53 + * @LastEditTime: 2023-10-13 17:08:33 + * @LastEditors: DY + * @Description: + */ import request from '@/utils/request' // 创建产线目前生产产品表 主要为更新 @@ -39,7 +46,7 @@ export function getLineBindProductLogPage(data) { return request({ url: '/base/line-bind-product-log/page', method: 'post', - data + data: data }) } diff --git a/src/assets/icons/svg/changelogo.svg b/src/assets/icons/svg/changelogo.svg new file mode 100644 index 00000000..70f3d31d --- /dev/null +++ b/src/assets/icons/svg/changelogo.svg @@ -0,0 +1,15 @@ + + + 状态切换备份 3 + + + + + + + + + + + + \ No newline at end of file diff --git a/src/views/core/analysis/LineChart.vue b/src/views/core/analysis/LineChart.vue index 8341dc05..5fb4a056 100644 --- a/src/views/core/analysis/LineChart.vue +++ b/src/views/core/analysis/LineChart.vue @@ -1,7 +1,7 @@ diff --git a/src/views/core/analysis/balanceAnalysis/index.vue b/src/views/core/analysis/balanceAnalysis/index.vue index 9ffabe19..d9f2ecee 100644 --- a/src/views/core/analysis/balanceAnalysis/index.vue +++ b/src/views/core/analysis/balanceAnalysis/index.vue @@ -1,8 +1,12 @@