Browse Source

feat: 修改

Moss 2 năm trước cách đây
mục cha
commit
2c40e2dee5

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

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