Browse Source

表格去掉顶部标题

Karsa 8 months ago
parent
commit
6d19e71750
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/sheetShow/index.vue

+ 1 - 1
src/views/sheetShow/index.vue

@@ -64,7 +64,7 @@ const refreshSheet = async()=>{
     element-loading-spinner="el-icon-loading"
     element-loading-text="加载中..."
   >
-    <h3 class="title">{{info.ExcelName}}</h3>
+    <!-- <h3 class="title">{{info.ExcelName}}</h3> -->
     
     <sheet :data="info.TableInfo.TableDataList" :config="info.Config"/>
     <div class="tool">