Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica.cloud.web-education-admin
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
提交
打开侧边栏
com.pica.cloud.education.frontend
pica.cloud.web-education-admin
提交
efe449c6
提交
efe449c6
编写于
4月 07, 2020
作者:
guangjun.yang
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修改所在机构的样式
上级
6ad56abd
变更
2
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
34 行增加
和
14 行删除
+34
-14
env-config.js
src/utils/env-config.js
+11
-11
item-list.vue
src/views/learning/item-list.vue
+23
-3
未找到文件。
src/utils/env-config.js
浏览文件 @
efe449c6
...
...
@@ -10,30 +10,30 @@ export const envConfig = {
// baseUrl: 'https://uat-sc.yunqueyi.com/',
// baseUrl: 'http://10.177.15.150:10401/',
// baseUrl: 'http://10.177.15.150:11905/',
//
baseUrl: 'https://dev-sc.yunqueyi.com/',
baseUrl
:
'https://dev-sc.yunqueyi.com/'
,
// baseUrl: 'https://test1-sc.yunqueyi.com/',
// baseUrl: 'https://sc.yunqueyi.com/',
baseUrl
:
'https://uat-sc.yunqueyi.com/'
,
apiUrl
:
'https://
uat
-api.yunqueyi.com/'
,
qiniuFileUrl
:
"https://
uat
-sc.yunqueyi.com/contents/admin/qiniu/token1"
,
//
baseUrl: 'https://uat-sc.yunqueyi.com/',
apiUrl
:
'https://
dev
-api.yunqueyi.com/'
,
qiniuFileUrl
:
"https://
dev
-sc.yunqueyi.com/contents/admin/qiniu/token1"
,
qiniuResourceUrl
:
"https://test1-videos.yunqueyi.com"
,
qiniuImgUrl
:
"https://test1-file.yunqueyi.com"
,
loginUrl
:
'https://
uat
-saas.yunqueyi.com/pica-login/work_station.html'
,
loginUrl
:
'https://
dev
-saas.yunqueyi.com/pica-login/work_station.html'
,
innerLoginUrl
:
'http://localhost:8090/PICA_SSO_FE/html/pica_index.html'
,
yuequeyiIndexUrl
:
'https://
uat
-saas.yunqueyi.com/pica_index.html'
,
yuequeyiIndexUrl
:
'https://
dev
-saas.yunqueyi.com/pica_index.html'
,
followUpSCSoSo
:
'http://sosoapi.yunqueyi.com/sosoapi-web/pass/mock/73'
,
// followUpSC: 'https://
uat
-sc.yunqueyi.com',
// followUpSC: 'https://
dev
-sc.yunqueyi.com',
followUpSC
:
'https://dev-sc.yunqueyi.com'
,
saasDomainUrl
:
'https://dev-saas.yunqueyi.com/'
,
workApiUrl
:
'https://
uat
-work.yunqueyi.com/web'
,
workApiSrc
:
'https://
uat
-work.yunqueyi.com'
,
workApiUrl
:
'https://
dev
-work.yunqueyi.com/web'
,
workApiSrc
:
'https://
dev
-work.yunqueyi.com'
,
// reportUrl: 'http://10.177.15.150:10401/',
// reportUrl: 'http://192.168.140.13:10401/',
// reportUrl: 'https://dev-sc-report.yunqueyi.com/',
reportUrl
:
'https://dev-sc-report.yunqueyi.com/'
,
// reportUrl: 'https://test1-sc-report.yunqueyi.com/',
// reportUrl: 'https://
uat
-sc-report.yunqueyi.com/',
excelUrl
:
'https://
uat
-file.yunqueyi.com/File/template/portal/'
,
// reportUrl: 'https://
dev
-sc-report.yunqueyi.com/',
excelUrl
:
'https://
dev
-file.yunqueyi.com/File/template/portal/'
,
itemFileUrl
:
'http://pica-test-huabei2.oss-cn-beijing.aliyuncs.com/File/template/portal/'
,
cmsUrl
:
' http://dev-cms.yunqueyi.com/'
,
},
...
...
src/views/learning/item-list.vue
浏览文件 @
efe449c6
...
...
@@ -26,7 +26,7 @@
</div>
<el-form
v-if=
"staticData == 0"
class=
"item-form"
ref=
"formInline"
:model=
"formInline"
label-width=
"80px"
>
<div
class=
"form-title"
>
查询条件
</div>
<el-form-item
label=
"选择地区:"
>
<el-form-item
class=
"my-ower2222222"
label=
"选择地区:"
>
<!-- :props="props" -->
<el-col
:span=
"12"
>
<el-cascader
...
...
@@ -40,9 +40,10 @@
change-on-select
placeholder=
"请先选择地区后再进行查询"
style=
"width:330px"
class=
"my-ower111111"
>
<template
slot-scope=
"
{ node, data }">
<span>
{{
data
.
label
}}
</span>
<span
:class=
"
{'my-ower': node.level == 1
&&
data.degree == 5}"
>
{{
data
.
label
}}
</span>
<span
class=
"spe-label"
v-if=
"node.level == 1 && data.degree == 5"
>
我所在机构
</span>
</
template
>
</el-cascader>
...
...
@@ -1052,13 +1053,32 @@ export default {
};
</
script
>
<
style
lang=
"scss"
>
// border-bottom: 1px solid rgba(39,0,8,0.1);
.
my-ower
:
:
after
{
// border-bottom: 1px solid red;;
display
:
block
;
content
:
""
;
position
:
absolute
;
left
:
-40px
;
z-index
:
10000000
;
// margin-bottom: 10px;
width
:
200%
;
border-bottom
:
1px
solid
rgba
(
39
,
0
,
8
,
0
.1
)
!
important
;
}
// .el-cascader-node.in-active-path,
// .el-cascader-node.is-active,
// .el-cascader-node.is-selectable.in-checked-path {
// border-bottom: 1px solid rgba(39, 0, 8, 0.1) !important;
// }
.el-cascader-menu
:first-child
{
/*#cascaderSpe{*/
.el-cascader-node
:first-child
{
height
:
50px
;
position
:
relative
;
padding-top
:
16px
;
/*border-bottom: 1px solid rgba(39,0,8,0.1);*/
.spe-label
{
position
:
absolute
;
top
:
-8px
;
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录