haoxuan
2023-10-19 f73080c69548aba58d6a58e7e049d8eb79f9f7ed
src/views/operate/scrap/AddScrapDialog.vue
@@ -212,7 +212,7 @@
    },
    // 设置删除/打印/编辑是否显示
    setBottonView() {
      if (this.editConfig.title === "新建") {
      if (this.editConfig.title === "新建"||this.editConfig.title==="编辑") {
        this.showButton = false
        this.showEdit = false
        this.showFooter = true
@@ -224,7 +224,7 @@
        this.isValidateClick = false
      } else {
        this.showButton = true
        this.showEdit = true
        this.showEdit = false
        this.showFooter = false
        this.isValidateClick = true
      }