dingxin 6 years ago
parent
commit
af0e577592
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      VUECODE/smart-property-manage/src/views/ticket/details.vue

+ 2
- 2
VUECODE/smart-property-manage/src/views/ticket/details.vue View File

@@ -481,12 +481,12 @@ export default {
481 481
     },
482 482
     //拒绝处理
483 483
     noAccept() {
484
-        this.$prompt('请输入拒绝内容', '提示', {
484
+        this.$prompt('请输入拒绝原因', '提示', {
485 485
           confirmButtonText: '确定',
486 486
           cancelButtonText: '取消'
487 487
         }).then(({value}) => {
488 488
            if(value===null){
489
-          this.$message.error('请填写拒绝内容')
489
+          this.$message.error('请填写拒绝原因')
490 490
           return this.repetition();
491 491
           }
492 492
         const loading = this.$loading({