Explorar el Código

删除提示修改

duy hace 2 meses
padre
commit
d1152b79f5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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",