Sfoglia il codice sorgente

删除提示修改

duy 2 mesi fa
parent
commit
d1152b79f5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/digital/signer.vue

+ 1 - 1
src/views/digital/signer.vue

@@ -664,7 +664,7 @@
                     ids = this.checkedList.map(item => item.id).join(',');
                 }
                 let _that = this;
-                this.$confirm("此操作将永久删除该文件, 是否继续?", "提示", {
+                this.$confirm("此操作将永久删除该电签配置, 是否继续?", "提示", {
                     confirmButtonText: "确定",
                     cancelButtonText: "取消",
                     type: "warning",