浏览代码

文字修改

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;