|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<div class="container" id="container" v-loading="loading">
|
|
|
<fullscreen :fullscreen.sync="fullscreen" class="container" style="margin: 0;width: 100%;">
|
|
|
- <iframe height="100%" width="100%" src="/static/views/performance.html" frameborder="0" ref="iframe"
|
|
|
+ <iframe height="100%" width="100%" src="/marketfront/static/views/performance.html" frameborder="0" ref="iframe"
|
|
|
name="excelIframe" id="excelIframe"></iframe>
|
|
|
</fullscreen>
|
|
|
<el-dialog :title="'督办'" :visible.sync="dubanStatus" width="50%" :destroy-on-close="true"
|