瀏覽代碼

修改文章管理、栏目管理

limeng 6 月之前
父節點
當前提交
452d3ec095

+ 2 - 2
zhjq-ui/src/views/system/article/index.vue

@@ -394,7 +394,7 @@ export default {
       this.getTreeselect();
       this.value = 999;
       this.open = true;
-      this.title = "添加文章管理";
+      this.title = "添加文章";
       this.form.columnId = this.queryParams.columnId;
     },
     /** 修改按钮操作 */
@@ -406,7 +406,7 @@ export default {
         this.form = response.data;
         this.value = this.form.sort
         this.open = true;
-        this.title = "修改文章管理";
+        this.title = "修改文章";
       });
     },
     /** 提交按钮 */

+ 2 - 2
zhjq-ui/src/views/system/carousel/index.vue

@@ -246,7 +246,7 @@ export default {
     handleAdd() {
       this.reset();
       this.open = true;
-      this.title = "添加轮播管理";
+      this.title = "添加轮播";
     },
     /** 修改按钮操作 */
     handleUpdate(row) {
@@ -255,7 +255,7 @@ export default {
       getCarousel(id).then(response => {
         this.form = response.data;
         this.open = true;
-        this.title = "修改轮播管理";
+        this.title = "修改轮播";
       });
     },
     /** 提交按钮 */

+ 2 - 2
zhjq-ui/src/views/system/column/index.vue

@@ -284,7 +284,7 @@ export default {
       this.getTreeselect();
       this.value = 999
       this.open = true;
-      this.title = "添加栏目管理";
+      this.title = "添加栏目";
     },
     /** 修改按钮操作 */
     handleUpdate(row) {
@@ -295,7 +295,7 @@ export default {
         this.form = response.data;
         this.value = this.form.orderNum
         this.open = true;
-        this.title = "修改栏目管理";
+        this.title = "修改栏目";
       });
     },
     /** 提交按钮 */

+ 2 - 2
zhjq-ui/src/views/system/scenery/index.vue

@@ -257,7 +257,7 @@ export default {
     handleAdd() {
       this.reset();
       this.open = true;
-      this.title = "添加景点管理";
+      this.title = "添加景点";
     },
     /** 修改按钮操作 */
     handleUpdate(row) {
@@ -266,7 +266,7 @@ export default {
       getScenery(id).then(response => {
         this.form = response.data;
         this.open = true;
-        this.title = "修改景点管理";
+        this.title = "修改景点";
       });
     },
     /** 提交按钮 */