Explorar o código

友情链接:删除提示语优化

hezhihong hai 1 ano
pai
achega
6b1990eba7
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/views/FRIENDLYLINKS/index.vue

+ 2 - 1
src/views/FRIENDLYLINKS/index.vue

@@ -218,7 +218,8 @@ export default {
     handleDelete(row) {
       const ids = row.id || this.ids;
       this.$modal
-        .confirm('是否确认删除友情链接编号为"' + ids + '"的数据项?')
+        // .confirm('是否确认删除友情链接编号为"' + ids + '"的数据项?')
+        .confirm(`是否确认删除友情链接编号为【${ids}】;链接名称为【${row.linkName}】的数据项?`)
         .then(function () {
           return delFRIENDLYLINKS(ids);
         })