Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica.cloud.web-education-admin
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
提交
打开侧边栏
com.pica.cloud.education.frontend
pica.cloud.web-education-admin
提交
a5ebc5b3
提交
a5ebc5b3
编写于
9月 04, 2020
作者:
bo.dang
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
优化设置管理员和黑名单面包屑
上级
a0badf27
变更
2
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
10 行增加
和
6 行删除
+10
-6
mebman.vue
src/components/yqrange/mebman.vue
+2
-2
blacklist-manage.vue
src/views/yqrange/blacklist-manage.vue
+8
-4
未找到文件。
src/components/yqrange/mebman.vue
浏览文件 @
a5ebc5b3
...
@@ -81,10 +81,10 @@ export default {
...
@@ -81,10 +81,10 @@ export default {
this
.
pleTotal
=
n
this
.
pleTotal
=
n
},
},
goManger
()
{
goManger
()
{
this
.
$router
.
push
(
`/admin-manage?circleId=
${
this
.
circleId
}
`
)
this
.
$router
.
push
(
`/admin-manage?circleId=
${
this
.
circleId
}
&circleName=
${
this
.
circleName
}
`
)
},
},
goBalck
()
{
goBalck
()
{
this
.
$router
.
push
(
`/blacklist-manage?circleId=
${
this
.
circleId
}
`
)
this
.
$router
.
push
(
`/blacklist-manage?circleId=
${
this
.
circleId
}
&circleName=
${
this
.
circleName
}
`
)
}
}
}
}
}
}
...
...
src/views/yqrange/blacklist-manage.vue
浏览文件 @
a5ebc5b3
<
template
>
<
template
>
<div
class=
"yqrange-index-wrapper"
>
<div
class=
"yqrange-index-wrapper"
>
<bread-crumb
:curmbFirst=
"curmbFirst"
:curmbSecond=
"curmbSecond"
:curmbThird=
"curmbThird"
></bread-crumb>
<bread-crumb
:curmbFirst=
"curmbFirst"
:curmbSecond=
"curmbSecond"
:curmbThird=
"curmbThird"
:jumPathThird=
"jumPathThird"
:jumPathFouth=
"jumPathFouth"
></bread-crumb>
<div
class=
"yqrange-index-content screenSet"
id=
"screenSet"
>
<div
class=
"yqrange-index-content screenSet"
id=
"screenSet"
>
<div
class=
"header-title"
>
黑名单
</div>
<div
class=
"header-title"
>
黑名单
</div>
<el-form
<el-form
...
@@ -71,7 +71,7 @@
...
@@ -71,7 +71,7 @@
</template>
</template>
<
script
>
<
script
>
let
vm
=
null
;
let
vm
=
null
;
import
BreadCrumb
from
"@/components/
breadcrumb
.vue"
;
import
BreadCrumb
from
"@/components/
yqrange/breadcrumb-range
.vue"
;
// import * as operationData from "../../../utils/operation";
// import * as operationData from "../../../utils/operation";
export
default
{
export
default
{
components
:
{
components
:
{
...
@@ -83,8 +83,9 @@ export default {
...
@@ -83,8 +83,9 @@ export default {
return
{
return
{
circleId
:
0
,
circleId
:
0
,
curmbFirst
:
"云鹊小圈"
,
curmbFirst
:
"云鹊小圈"
,
curmbSecond
:
"
圈子管理
"
,
curmbSecond
:
""
,
curmbThird
:
"黑名单"
,
curmbThird
:
"黑名单"
,
jumPathThird
:
'/yq-range'
,
searchForm
:
{
searchForm
:
{
organization
:
""
,
organization
:
""
,
staffName
:
""
,
staffName
:
""
,
...
@@ -99,8 +100,11 @@ export default {
...
@@ -99,8 +100,11 @@ export default {
},
},
created
()
{
created
()
{
vm
=
this
;
vm
=
this
;
this
.
circleId
=
this
.
$route
.
query
.
i
d
;
this
.
circleId
=
this
.
$route
.
query
.
circleI
d
;
this
.
idType
=
localStorage
.
getItem
(
"storageIdType"
);
this
.
idType
=
localStorage
.
getItem
(
"storageIdType"
);
this
.
circleName
=
this
.
$route
.
query
.
circleName
;
this
.
curmbSecond
=
"圈子管理-"
+
this
.
circleName
;
this
.
jumPathFouth
=
"/range-manage?id="
+
this
.
circleId
+
"&name="
+
this
.
circleName
+
"&activeName=first"
;
console
.
log
(
"alex storageIdType = "
+
this
.
idType
+
", id = "
+
this
.
id
);
console
.
log
(
"alex storageIdType = "
+
this
.
idType
+
", id = "
+
this
.
id
);
this
.
searchList
();
this
.
searchList
();
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录