Browse Source

修改独立标签时标题修改(2030)

zhangxc 6 years ago
parent
commit
289030a2d8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/icss/AddIndeptLabel.vue

+ 2 - 2
src/components/icss/AddIndeptLabel.vue

@@ -65,11 +65,11 @@
       const {isEdit,isCopy,data} = this.$route.params;
      
       if(isEdit){
-      this.txt = '标签维护-修改独立标签';
+      this.txt = '独立标签维护-修改独立标签';
       this.isEditOrCopy = true
       this.editData = data;
       } else if(isCopy) {
-        this.txt = '标签维护-添加独立标签';
+        this.txt = '独立标签维护-添加独立标签';
         this.isEditOrCopy = true
         const copyData = JSON.parse(JSON.stringify(data))
         copyData.id = ""