Browse Source

chore: 报表测试通过

master
wangxiang 2 years ago
parent
commit
8d5805f68b
  1. 4
      src/views/report/design/index.vue

4
src/views/report/design/index.vue

@ -118,7 +118,7 @@ @@ -118,7 +118,7 @@
push({ path: '/report/edit', query: {
openMetaUpdate: 'y',
title: '编辑报表',
frameSrc: `https://192.168.3.10/ureport/designer?_u=${record.name}`
frameSrc: `https://192.168.3.10/ureport/designer?_u=kicc-${record.name}`
}});
}
@ -126,7 +126,7 @@ @@ -126,7 +126,7 @@
push({ path: '/report/preview', query: {
openMetaUpdate: 'y',
title: '预览报表',
frameSrc: `https://192.168.3.10/ureport/preview?_u=${record.name}`
frameSrc: `https://192.168.3.10/ureport/preview?_u=kicc-${record.name}`
}});
}

Loading…
Cancel
Save