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