Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica.cloud.web-education-admin
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
提交
打开侧边栏
com.pica.cloud.education.frontend
pica.cloud.web-education-admin
提交
5a807d3d
提交
5a807d3d
编写于
9月 04, 2020
作者:
bo.dang
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
优化设置管理员面包屑
上级
3cbbc838
变更
1
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
9 行增加
和
8 行删除
+9
-8
admin-manage.vue
src/views/yqrange/admin-manage.vue
+9
-8
未找到文件。
src/views/yqrange/admin-manage.vue
浏览文件 @
5a807d3d
<
template
>
<div
class=
"item-shield"
>
<bread-crumb
:curmbFirst=
"curmbFirst"
:curmbSecond=
"curmbSecond"
:curmb
Fouth=
"curmbFouth"
:jumPathThird=
"jumPathThird"
></bread-crumb>
<bread-crumb
:curmbFirst=
"curmbFirst"
:curmbSecond=
"curmbSecond"
:curmb
Third=
"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
.
jumPath
Third
=
"/range-manage?id="
+
this
.
circleId
+
"&name="
+
this
.
circleName
+
"&activeName=first"
;
this
.
jumPath
Fouth
=
"/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
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录