提交 5a807d3d 编写于 作者: bo.dang's avatar bo.dang

优化设置管理员面包屑

上级 3cbbc838
<template>
<div class="item-shield">
<bread-crumb :curmbFirst="curmbFirst" :curmbSecond="curmbSecond" :curmbFouth="curmbFouth" :jumPathThird="jumPathThird" ></bread-crumb>
<bread-crumb :curmbFirst="curmbFirst" :curmbSecond="curmbSecond" :curmbThird="curmbThird" :jumPathThird="jumPathThird" :jumPathFouth="jumPathFouth"></bread-crumb>
<div class="component-content screenSet" id="screenSet">
<div class="header-title">设置管理员</div>
<el-row :gutter="30" class="row" type="flex" style="margin-top: 10px">
......@@ -68,11 +68,11 @@
></el-pagination>
</div>
</div>
</div>
</template>
<script>
import BreadCrumb from "../../components/breadcrumb.vue";
import BreadCrumb from "@/components/yqrange/breadcrumb-range.vue";
import { mapGetters } from "vuex";
import { openLoading, closeLoading } from "../../utils/utils";
import * as commonUtil from "../../utils/utils";
......@@ -86,7 +86,8 @@ export default {
data() {
return {
curmbFirst: "云鹊小圈",
curmbFouth: "设置管理员",
curmbThird: "设置管理员",
jumPathThird: '/yq-range',
circleId: "",
formInline: {
blackStatus:0,//默认角色
......@@ -140,7 +141,7 @@ export default {
console.log("newData", newData);
resolve(newData);
});
}
}
}
}
};
......@@ -153,7 +154,7 @@ export default {
this.circleId = this.$route.query.circleId;
this.circleName = this.$route.query.circleName;
this.curmbSecond = "圈子管理-" + this.circleName;
this.jumPathThird = "/range-manage?id=" + this.circleId + "&name=" + this.circleName + "&activeName=first";
this.jumPathFouth = "/range-manage?id=" + this.circleId + "&name=" + this.circleName + "&activeName=first";
vm.circleId = vm.getUrlSearch(window.location.href, "circleId");
vm.formInline.blackStatus = 0 ;
......@@ -255,7 +256,7 @@ export default {
// cancel
});
}
},
// 升为管理员/降为普通成员
changeStatus() {
......@@ -330,4 +331,4 @@ export default {
}
}
}
</style>
\ No newline at end of file
</style>
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册