Browse Source

修改点击按钮提示

LZH 1 năm trước cách đây
mục cha
commit
b1da5df072
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      ruoyi-ui/src/views/ams/inv/locationView/index.vue

+ 3 - 3
ruoyi-ui/src/views/ams/inv/locationView/index.vue

@@ -260,7 +260,7 @@ import {
       },
       open3() {
         let that = this
-        this.$modal.confirm('是否确认要打开1号拆包机').then(function() {
+        this.$modal.confirm('是否确认要打开3号拆包机').then(function() {
           open3(that.currentSelect).then(response => {
             if (response.code === 200) {
               that.$modal.msgSuccess(response.msg);
@@ -273,7 +273,7 @@ import {
       },
       open4() {
         let that = this
-        this.$modal.confirm('是否确认要打开1号拆包机').then(function() {
+        this.$modal.confirm('是否确认要打开4号拆包机').then(function() {
           open4(that.currentSelect).then(response => {
             if (response.code === 200) {
               that.$modal.msgSuccess(response.msg);
@@ -286,7 +286,7 @@ import {
       },
       open5() {
         let that = this
-        this.$modal.confirm('是否确认要打开1号拆包机').then(function() {
+        this.$modal.confirm('是否确认要打开5号拆包机').then(function() {
           open5(that.currentSelect).then(response => {
             if (response.code === 200) {
               that.$modal.msgSuccess(response.msg);