소스 검색

文字修改

wyq 3 년 전
부모
커밋
04342c5b94
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/common/LtModal.vue

+ 1 - 1
src/components/common/LtModal.vue

@@ -205,7 +205,7 @@ export default {
   created() {
     //修改
     if (JSON.stringify(this.data) != '{}') {
-      this.title = '编辑';
+      this.title = '修改';
       this.isEdit = true;
       this.editId = this.data.id;
       this.form.hisName = this.data.hisName;