فهرست منبع

Merge branch 'termLink0615' into test

wyq 4 سال پیش
والد
کامیت
e218c23605
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;