zhangyuewww 3 년 전
부모
커밋
5d495be1be
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 3 3
      src/views/purchasingManagement/procurementPlanList.vue
  2. 1 1
      src/views/salesManagement/salesPlanList.vue

+ 3 - 3
src/views/purchasingManagement/procurementPlanList.vue

@@ -432,7 +432,7 @@ export default {
       if (row.showFlag == 1) {
         status = '已隐藏'
         num = 0
-        this.$confirm(`隐藏后交易信息不 再展示给客户,是否确定隐藏?`, {
+        this.$confirm(`隐藏后交易信息不再展示给客户,是否确定隐藏?`, {
           confirmButtonText: '确定',
           cancelButtonText: '取消',
           type: 'warning',
@@ -447,7 +447,7 @@ export default {
               .then((response) => {
                 this.$notify.success({
                   title: '成功',
-                  message: '修改成功',
+                  message: '状态修改成功',
                 })
                 this.getList()
               })
@@ -476,7 +476,7 @@ export default {
               .then((response) => {
                 this.$notify.success({
                   title: '成功',
-                  message: '提交成功',
+                  message: '状态修改成功',
                 })
                 this.getList()
               })

+ 1 - 1
src/views/salesManagement/salesPlanList.vue

@@ -432,7 +432,7 @@ export default {
       if (row.showFlag == 1) {
         status = '已隐藏'
         num = 0
-        this.$confirm(`隐藏后交易信息不 再展示给客户,是否确定隐藏?`, {
+        this.$confirm(`隐藏后交易信息不再展示给客户,是否确定隐藏?`, {
           confirmButtonText: '确定',
           cancelButtonText: '取消',
           type: 'warning',