Browse Source

Merge branch 'feature_20250331_日报分享' into uat(dev)

zhujindu 4 months ago
parent
commit
7ae669f815

+ 1 - 1
src/views/week/daily.vue

@@ -763,7 +763,7 @@ export default {
                       systemModel: '日报审核',
                       buryingPointType: 2,
                       buryingPointValue: this.$route.query.reportId,
-                      buryingPointName: '日报分享',
+                      buryingPointName: '日报提交分享',
                       buryingPointPosition: '日报提交',
                     });
                     // 跳转历史汇报详情 分享汇报

+ 2 - 2
src/views/week/dailyDetails.vue

@@ -752,7 +752,7 @@ export default {
         systemModel: '日报审核',
         buryingPointType: 2,
         buryingPointValue: this.$route.query.reportId,
-        buryingPointName: '日报分享',
+        buryingPointName: '日报详情分享',
         buryingPointPosition: '日报详情',
       });
       this.urlList = [];
@@ -785,7 +785,7 @@ export default {
         systemModel: '日报审核',
         buryingPointType: 2,
         buryingPointValue: `文本${this.checkedPlan ? '是' : '否'},图片${this.urlList.length}`,
-        buryingPointName: '确认分享',
+        buryingPointName: '日报分享确认',
         buryingPointPosition: '日报详情',
       });
       this.shareImgFlag = false;

+ 2 - 2
src/views/week/dailyHistoricalDetails.vue

@@ -779,7 +779,7 @@ export default {
         systemModel: '日报审核',
         buryingPointType: 2,
         buryingPointValue: this.$route.query.reportId,
-        buryingPointName: '日报分享',
+        buryingPointName: '日报详情分享',
         buryingPointPosition: '日报详情',
       });
       this.urlList = [];
@@ -812,7 +812,7 @@ export default {
         systemModel: '日报审核',
         buryingPointType: 2,
         buryingPointValue: `文本${this.checkedPlan ? '是' : '否'},图片${this.urlList.length}`,
-        buryingPointName: '确认分享',
+        buryingPointName: '日报分享确认',
         buryingPointPosition: '日报详情',
       });
       this.shareImgFlag = false;