浏览代码

添加历史记录删除按钮

maxiaoxiao 1 年之前
父节点
当前提交
82d87fcd10
共有 1 个文件被更改,包括 3 次插入5 次删除
  1. 3 5
      src/views/complianceAnalysis/components/lsjl.vue

+ 3 - 5
src/views/complianceAnalysis/components/lsjl.vue

@@ -60,13 +60,12 @@
             <span class="button" v-if="item.fxbg" @click.stop="report(item)"
               >报告</span
             >
-            <!-- <span
-             
-              style="margin-left: 5px"
+            <span
+              class="button"
               @click.stop="del(item)"
               v-if="item.rwzt == 2 || item.rwzt == 3"
               >删除</span
-            > -->
+            >
           </div>
         </div>
       </div>
@@ -167,7 +166,6 @@ export default {
       this.$emit("updateParent", "loading", true);
       setTimeout(() => {
         this.getData();
-        console.log(111);
       }, 500);
     },
     changeForm() {