Browse Source

外来人员操作成功文字提示修改

cyy 1 year ago
parent
commit
324f38ab71
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/views/platform/bpmn/alienRegistration/index.vue

+ 4 - 4
src/views/platform/bpmn/alienRegistration/index.vue

@@ -171,7 +171,7 @@ export default {
       promptShow: false,
       promptObj: {
         iconName: 'passed',
-        promptontent: '登记成功',
+        promptontent: '来访登记成功',
         color: '#1989fa',
         buttonColor: 'info',
         buttonName: '确定'
@@ -293,7 +293,7 @@ export default {
     //                     if (res.state === 200) {
     //                         this.$toast({
     //                             duration: 30000, // 持续展示 toast
-    //                             message: '登记离开成功'
+    //                             message: '离开登记成功'
     //                         })
     //                         setTimeout(() => {
     //                             this.statusCode = '0'
@@ -343,7 +343,7 @@ export default {
               if (res.state === 200) {
                 this.promptShow = true
                 this.promptObj.iconName = 'passed'
-                this.promptObj.promptontent = '登记成功'
+                this.promptObj.promptontent = '来访登记成功'
                 this.promptObj.color = '#1989fa'
                 this.promptObj.buttonColor = 'info'
                 this.promptObj.buttonName = '确定'
@@ -365,7 +365,7 @@ export default {
             save(paramWhere2).then(res => {
               if (res.state === 200) {
                 this.promptObj.iconName = 'passed'
-                this.promptObj.promptontent = '离开成功'
+                this.promptObj.promptontent = '离开登记成功'
                 this.promptObj.color = '#1989fa'
                 this.promptObj.buttonColor = 'info'
                 this.promptObj.buttonName = '确定'