Explorar el Código

fix:修改后台管理的删除文案

zeng.chen hace 5 meses
padre
commit
60c9611ca0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/operation/wxbanner/index.vue

+ 1 - 1
src/views/operation/wxbanner/index.vue

@@ -142,7 +142,7 @@ export default {
             var that = this;
             dialogCallBack(that, function () {
                 that
-                    .$confirm(`是否删除序号:${index + 1}?`, "提示:", {
+                    .$confirm(`是否删除`, "提示:", {
                         type: "warning",
                     })
                     .then(() => {