Karsa 1 жил өмнө
parent
commit
bdd6e5bf17

+ 3 - 3
src/views/datasheet_manage/components/sheetListWrap.vue

@@ -29,12 +29,12 @@
                 @click="$emit('downloadExcel',cell)"
                 >下载</span
               >
-              <span
-                v-if="($parent.sheetDetailInfo.Button && $parent.sheetDetailInfo.Button.DeleteButton && $parent.isSheetBtnShow('del'))"
+              <!-- <span
+                v-if=" $parent.isSheetBtnShow('del')"
                 class="deletesty"
                 @click="$emit('delSheetHandle',{cell, type:'del-list'})"
                 >删除</span
-              >
+              > -->
             </div>
           </div>
         </el-card>