소스 검색

feat: 修改

Moss 1 년 전
부모
커밋
2c40e2dee5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/zj-dialog/zj-dialog-remark.vue

+ 1 - 1
src/components/zj-dialog/zj-dialog-remark.vue

@@ -51,7 +51,7 @@
 			},
 
 			confirmDialog() {
-				if(!this.value) return this.$toast('请填写备注信息');
+				if(!this.value) return this.$toast('请填写留言内容');
 
         this.$emit('confirm', this.value);
 			}