Karsa 2 years ago
parent
commit
f908b05796
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/chartShow/index.vue

+ 2 - 1
src/views/chartShow/index.vue

@@ -1,8 +1,9 @@
 <!--  -->
 <template>
   <div class="chart-show">
-    <header class="chart-header" @click="openNew">
+    <header class="chart-header">
       <span class="chart-title">{{ chartInfo.ChartName }}</span>
+      <i class="el-icon-document-add" style="font-size: 24px"  @click="openNew"></i>
     </header>
     <template v-if="haveData">
       <div