dingxin 6 anni fa
parent
commit
af0e577592

+ 2
- 2
VUECODE/smart-property-manage/src/views/ticket/details.vue Vedi 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({