qianlishi hace 3 años
padre
commit
3d71222264
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      report-ui/src/views/report/report/components/share.vue

+ 1 - 1
report-ui/src/views/report/report/components/share.vue

@@ -144,7 +144,7 @@ export default {
   created() {},
   methods: {
     titleBuild() {
-      return "【" + this.reportName + "】" + "报表分享-" + this.reportCode;
+      return "【" + this.reportName + "】" + "报表分享";
     },
     selectChange(val) {
       this.dialogForm.shareValidType = val;