Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
9
912project
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
CRS
912project
Commits
c4ac3905
提交
c4ac3905
authored
3月 19, 2020
作者:
thy
浏览文件
操作
浏览文件
下载
差异文件
ds
上级
baec282d
76e23b75
隐藏空白字符变更
内嵌
并排
正在显示
21 个修改的文件
包含
187 行增加
和
115 行删除
+187
-115
UnDependence.vue
src/components/UnDependenceDispose/UnDependence.vue
+28
-29
dynamicList.vue
src/components/XCalliance/dynamicList/dynamicList.vue
+6
-6
technical.vue
src/components/admittance/technical/technical.vue
+1
-0
person.vue
src/components/basicInformation/person/person.vue
+2
-1
role.vue
src/components/basicInformation/role/role.vue
+5
-4
complaint.vue
src/components/complaint/complaint/complaint.vue
+6
-4
complaintManagement.vue
...nts/complaint/complaintManagement/complaintManagement.vue
+6
-4
evaluationReport.vue
src/components/evaluationReport/evaluationReport.vue
+5
-4
header.vue
src/components/header/header.vue
+3
-0
home.vue
src/components/home/home.vue
+18
-8
dynamicList.vue
src/components/integration/dynamicList/dynamicList.vue
+6
-6
keyTechnology.vue
src/components/keyTechnology/keyTechnology.vue
+6
-5
keyTechnologyAdd.vue
src/components/keyTechnology/keyTechnologyAdd.vue
+1
-1
hardware.vue
src/components/projectManagement/hardware/hardware.vue
+8
-2
journal.vue
src/components/projectManagement/journal/journal.vue
+8
-2
projectManagement.vue
...omponents/projectManagement/project/projectManagement.vue
+5
-6
software.vue
src/components/projectManagement/software/software.vue
+8
-2
roleDispose.vue
src/components/roleDispose/roleDispose.vue
+1
-2
sidebar.vue
src/components/sidebar/sidebar.vue
+63
-27
axios.js
src/services/axios.js
+1
-1
server.js
src/services/server.js
+0
-1
没有找到文件。
src/components/UnDependenceDispose/UnDependence.vue
浏览文件 @
c4ac3905
...
...
@@ -33,8 +33,8 @@
label=
"操作"
align=
"center"
>
<template
slot-scope=
"scope"
>
<span
class=
"
change revise"
@
click=
"yesEdit(scope.row)"
><span
class=
"img support-img"
></span
>
支持国产化
</span>
<span
class=
"
change delete"
@
click=
"noEdit(scope.row)"
><span
class=
"img Unsupport-img"
></span
>
不支持国产化
</span>
<span
class=
"
buttonSupport support"
@
click=
"yesEdit(scope.row)"
>
支持国产化
</span>
<span
class=
"
buttonSupport Unsupport"
@
click=
"noEdit(scope.row)"
>
不支持国产化
</span>
</
template
>
</el-table-column>
</el-table>
...
...
@@ -76,6 +76,7 @@ export default {
components
:
''
,
technologyId
:
'内部依赖(未知)'
,
input2
:
''
,
status
:
0
}
},
mounted
()
{
...
...
@@ -95,12 +96,11 @@ export default {
})
},
// 数据
getConfigList
()
{
getConfigList
(
dex
,
num
,
st
)
{
let
obj
=
{
technologyName
:
this
.
technologyId
}
this
.
$server
.
getConfigPageList
(
this
.
myPage
,
8
,
obj
).
then
(
res
=>
{
console
.
log
(
res
);
this
.
tableData
=
res
.
data
.
objects
;
this
.
tablePageSize
=
res
.
data
.
totalElement
;
});
...
...
@@ -121,7 +121,7 @@ export default {
this
.
components
=
''
;
},
// 支持国产化
yesEdit
(
row
){
yesEdit
(
row
,
index
){
let
obj
=
{
suffix
:
[
'java'
],
target
:
row
.
target
,
...
...
@@ -135,6 +135,7 @@ export default {
id
:
row
.
id
}
};
console
.
log
(
index
)
this
.
$server
.
editConfigUpdate
(
obj
).
then
(
res
=>
{
this
.
$message
({
message
:
'修改成功'
,
...
...
@@ -144,7 +145,7 @@ export default {
});
},
// 不支持国产化
noEdit
(
row
){
noEdit
(
row
,
index
){
let
obj
=
{
suffix
:
[
'java'
],
target
:
row
.
target
,
...
...
@@ -219,32 +220,29 @@ export default {
.UnDependence
.content
.button
:hover
{
background
:
rgba
(
72
,
119
,
230
,
.6
);
}
.UnDependence
.content
.revise
{
margin-right
:
10px
;
}
.UnDependence
.content
.img
{
width
:
17px
;
height
:
17px
;
/*.UnDependence .content .img{*/
/* width: 21px;*/
/* height: 21px;*/
/* display: inline-block;*/
/* vertical-align: middle;*/
/* margin-right: 5px;*/
/*}*/
.UnDependence
.content
.buttonSupport
{
display
:
inline-block
;
vertical-align
:
middle
;
background-color
:
#4877e6
;
color
:
#ffffff
;
border-radius
:
4px
;
line-height
:
34px
;
margin-right
:
5px
;
width
:
115px
;
height
:
34px
;
}
.UnDependence
.support-img
{
background-image
:
url("./img/select.png")
;
}
.Unsupport-img
{
background-image
:
url("./img/un-select.png")
;
}
.el-table--striped
.el-table__body
tr
.el-table__row--striped.el-table__row--striped.el-table__row--striped
:hover
td
.support-img
{
width
:
19px
;
height
:
18px
;
background-image
:
url("./img/select-h.png")
;
/*表格双行hover样式*/
.UnDependence
.content
.support
:hover
{
background-color
:
#ffffff
;
color
:
#4877e6
;
}
.el-table--enable-row-hover
.el-table__body
tr
:hover
>
td
.support-img
{
width
:
19px
;
height
:
18px
;
background-image
:
url("./img/select-h.png")
;
/*表格单行hover样式*/
.UnDependence
.content
.Unsupport
:hover
{
background-color
:
#ffffff
;
color
:
#4877e6
;
}
</
style
>
\ No newline at end of file
src/components/XCalliance/dynamicList/dynamicList.vue
浏览文件 @
c4ac3905
...
...
@@ -6,8 +6,8 @@
<p
class=
"title"
>
最新动态
</p>
<p
class=
"search"
>
<span
class=
"searchVal"
>
<span>
名称
:
</span>
<el-input
v-model=
"searchVal"
size=
"medium"
placeholder=
"请输入"
></el-input>
<span>
查询
:
</span>
<el-input
v-model=
"searchVal"
size=
"medium"
placeholder=
"请输入
查询内容
"
></el-input>
</span>
<span
class=
"button"
>
搜索
</span>
</p>
...
...
@@ -77,7 +77,7 @@ export default {
searchVal
:
''
,
currentPage
:
1
,
// 分页第一页
pagesize
:
8
,
// 每页个数
totleLength
:
100
,
// 获取后台传的所有数据的长度
totleLength
:
8
,
// 获取后台传的所有数据的长度
allData
:[
{
name
:
'天津麒麟正式更名为麒麟软件 国产操作系统主力军吹响出征号角!'
,
...
...
@@ -189,13 +189,13 @@ export default {
display
:
flex
;
}
.dynamicList
.content
.searchVal
{
width
:
2
45
px
;
width
:
2
80
px
;
display
:
flex
;
font-size
:
18px
;
color
:
#4663a6
;
}
.dynamicList
.content
.searchVal
>
span
{
width
:
8
5px
;
width
:
7
5px
;
display
:
inline-block
;
line-height
:
34px
;
}
...
...
@@ -205,7 +205,6 @@ export default {
font-size
:
18px
;
height
:
34px
;
line-height
:
34px
;
width
:
180px
;
}
.dynamicList
.content
.button
{
display
:
inline-block
;
...
...
@@ -218,6 +217,7 @@ export default {
border-radius
:
4px
;
color
:
#fff
;
font-size
:
18px
;
margin-left
:
100px
;
}
.dynamicList
.content
.button
:hover
{
background
:
rgba
(
72
,
119
,
230
,
.6
);
...
...
src/components/admittance/technical/technical.vue
浏览文件 @
c4ac3905
...
...
@@ -144,6 +144,7 @@ export default {
},
// 搜索栏
search
()
{
this
.
currentPage
=
1
;
this
.
init
();
},
// 点击分页
...
...
src/components/basicInformation/person/person.vue
浏览文件 @
c4ac3905
...
...
@@ -133,7 +133,7 @@ export default {
}
let
val
=
{
name
:
'基础资料管理'
,
index
:
4
,
index
:
11
,
childPath
:
'person'
,
childIndex
:
2
}
...
...
@@ -181,6 +181,7 @@ export default {
},
// 搜索栏
search
()
{
this
.
currentPage
=
1
;
this
.
init
();
},
// 点击分页
...
...
src/components/basicInformation/role/role.vue
浏览文件 @
c4ac3905
...
...
@@ -6,8 +6,8 @@
<p
class=
"title"
>
角色管理
</p>
<p
class=
"search"
>
<span
class=
"searchVal"
>
<span>
角色名称
:
</span>
<el-input
v-model=
"searchVal"
size=
"medium"
placeholder=
"请输入"
@
change=
"search"
></el-input>
<span>
查询
:
</span>
<el-input
v-model=
"searchVal"
size=
"medium"
placeholder=
"请输入
角色名称
"
@
change=
"search"
></el-input>
</span>
<span
class=
"button"
@
click=
"search"
>
搜索
</span>
<span
class=
"button new"
@
click=
"addrole"
title=
"新增角色"
><img
src=
"./img/add.png"
></span>
...
...
@@ -117,6 +117,7 @@ export default {
},
// 搜索栏
search
()
{
this
.
currentPage
=
1
;
this
.
init
();
},
// 点击分页
...
...
@@ -197,7 +198,7 @@ export default {
color
:
#4663a6
;
}
.role
.content
.searchVal
>
span
{
width
:
140
px
;
width
:
75
px
;
display
:
inline-block
;
line-height
:
34px
;
}
...
...
@@ -218,7 +219,6 @@ export default {
font-size
:
18px
;
height
:
34px
;
line-height
:
34px
;
width
:
180px
;
}
.role
.content
.button
{
display
:
inline-block
;
...
...
@@ -231,6 +231,7 @@ export default {
border-radius
:
4px
;
color
:
#fff
;
font-size
:
18px
;
margin-left
:
100px
;
}
.role
.content
.button
:hover
{
background
:
rgba
(
72
,
119
,
230
,
.6
);
...
...
src/components/complaint/complaint/complaint.vue
浏览文件 @
c4ac3905
...
...
@@ -6,9 +6,10 @@
<p
class=
"title"
>
意见建议
</p>
<p
class=
"search"
>
<span
class=
"searchVal"
>
<span>
查询:
</span>
<el-input
v-model=
"searchVal"
size=
"medium"
placeholder=
"请输入查询内容"
@
change=
"search"
></el-input>
</span>
<span
class=
"button"
@
click=
"search"
>
查询
</span>
<span
class=
"button"
@
click=
"search"
>
搜索
</span>
<span
class=
"button new"
@
click=
"addComplaint"
title=
"新增意见"
><img
src=
"./img/add.png"
></span>
</p>
<div
class=
"common-table"
>
...
...
@@ -137,6 +138,7 @@ export default {
},
// 搜索栏
search
()
{
this
.
currentPage
=
1
;
this
.
init
();
},
// 点击分页
...
...
@@ -205,13 +207,13 @@ export default {
display
:
flex
;
}
.complaint
.content
.searchVal
{
width
:
19
0px
;
width
:
28
0px
;
display
:
flex
;
font-size
:
18px
;
color
:
#4663a6
;
}
.complaint
.content
.searchVal
>
span
{
width
:
140
px
;
width
:
75
px
;
display
:
inline-block
;
line-height
:
34px
;
}
...
...
@@ -228,7 +230,6 @@ export default {
font-size
:
18px
;
height
:
34px
;
line-height
:
34px
;
width
:
180px
;
}
.complaint
.content
.button
{
display
:
inline-block
;
...
...
@@ -241,6 +242,7 @@ export default {
border-radius
:
4px
;
color
:
#fff
;
font-size
:
18px
;
margin-left
:
100px
;
}
.complaint
.content
.button
:hover
{
background
:
rgba
(
72
,
119
,
230
,
.6
);
...
...
src/components/complaint/complaintManagement/complaintManagement.vue
浏览文件 @
c4ac3905
...
...
@@ -6,9 +6,10 @@
<p
class=
"title"
>
投诉管理
</p>
<p
class=
"search"
>
<span
class=
"searchVal"
>
<span>
查询:
</span>
<el-input
v-model=
"searchVal"
size=
"medium"
placeholder=
"请输入查询内容"
@
change=
"search"
></el-input>
</span>
<span
class=
"button"
@
click=
"search"
>
查询
</span>
<span
class=
"button"
@
click=
"search"
>
搜索
</span>
<span
class=
"button new"
@
click=
"addComplaint"
title=
"新增意见"
><img
src=
"./img/add.png"
></span>
</p>
<div
class=
"common-table"
>
...
...
@@ -138,6 +139,7 @@ export default {
},
// 搜索栏
search
()
{
this
.
currentPage
=
1
;
this
.
init
();
},
// 点击分页
...
...
@@ -203,13 +205,13 @@ export default {
display
:
flex
;
}
.complaintManagement
.content
.searchVal
{
width
:
19
0px
;
width
:
28
0px
;
display
:
flex
;
font-size
:
18px
;
color
:
#4663a6
;
}
.complaintManagement
.content
.searchVal
>
span
{
width
:
140
px
;
width
:
75
px
;
display
:
inline-block
;
line-height
:
34px
;
}
...
...
@@ -226,7 +228,6 @@ export default {
font-size
:
18px
;
height
:
34px
;
line-height
:
34px
;
width
:
180px
;
}
.complaintManagement
.content
.button
{
display
:
inline-block
;
...
...
@@ -239,6 +240,7 @@ export default {
border-radius
:
4px
;
color
:
#fff
;
font-size
:
18px
;
margin-left
:
100px
;
}
.complaintManagement
.content
.button
:hover
{
background
:
rgba
(
72
,
119
,
230
,
.6
);
...
...
src/components/evaluationReport/evaluationReport.vue
浏览文件 @
c4ac3905
...
...
@@ -7,7 +7,8 @@
<p
class=
"title"
>
评估报告管理
</p>
<p
class=
"search"
>
<span
class=
"searchVal"
>
<el-input
v-model=
"searchVal"
size=
"medium"
placeholder=
"请输入查询内容"
@
change=
"search"
></el-input>
<span>
查询:
</span>
<el-input
v-model=
"searchVal"
size=
"medium"
placeholder=
"请输入项目名称"
@
change=
"search"
></el-input>
</span>
<span
class=
"button"
@
click=
"search"
>
查询
</span>
<span
class=
"button new"
title=
"新增报告"
@
click=
"add"
><img
src=
"./img/add.png"
></span>
...
...
@@ -218,13 +219,13 @@ export default {
display
:
flex
;
}
.evaluationReport
.content
.searchVal
{
width
:
19
0px
;
width
:
28
0px
;
display
:
flex
;
font-size
:
18px
;
color
:
#4663a6
;
}
.evaluationReport
.content
.searchVal
>
span
{
width
:
140
px
;
width
:
75
px
;
display
:
inline-block
;
line-height
:
34px
;
}
...
...
@@ -241,7 +242,6 @@ export default {
font-size
:
18px
;
height
:
34px
;
line-height
:
34px
;
width
:
180px
;
}
.evaluationReport
.content
.button
{
display
:
inline-block
;
...
...
@@ -254,6 +254,7 @@ export default {
border-radius
:
4px
;
color
:
#fff
;
font-size
:
18px
;
margin-left
:
100px
;
}
.evaluationReport
.content
.button
:hover
{
background
:
rgba
(
72
,
119
,
230
,
.6
);
...
...
src/components/header/header.vue
浏览文件 @
c4ac3905
...
...
@@ -133,10 +133,13 @@ export default {
if
(
val
!==
''
)
{
$
(
'.sidebar .menu'
).
removeClass
(
'click'
);
// 样式修改
$
(
'.sidebar .font'
).
removeClass
(
'fontClick'
);
$
(
'.sidebar .line'
).
removeClass
(
'lineClick'
);
let
menu
=
'.sidebar>div:nth-child('
+
val
.
index
+
') .menu'
;
let
font
=
'.sidebar>div:nth-child('
+
val
.
index
+
') .font'
;
let
line
=
'.sidebar>div:nth-child('
+
val
.
index
+
') .line'
;
$
(
menu
).
addClass
(
'click'
);
$
(
font
).
addClass
(
'fontClick'
);
$
(
line
).
addClass
(
'lineClick'
);
if
(
val
.
childPath
===
''
)
{
$
(
'.listVal>span'
).
removeClass
(
'menuClick'
)
// 修改样式
$
(
'.menuTitle'
).
addClass
(
'goTitle'
)
...
...
src/components/home/home.vue
浏览文件 @
c4ac3905
...
...
@@ -8,19 +8,27 @@
<img
src=
"./img/JD.png"
>
<span>
基地建设
</span>
</p>
<p
class=
"bg"
@
click=
"jump('XCalliance',9,'XX联盟')"
>
<p
class=
"bg"
@
click=
"jump('XCalliance',9,'XX联盟')"
v-if=
"this.$store.getters.getUserData.type === 1"
>
<img
src=
"./img/XC.png"
>
<span>
XX联盟
</span>
</p>
<p
class=
"bg"
@
click=
"jump('integration',10,'XXX一体化')"
>
<p
class=
"bg"
@
click=
"jump('integration',10,'XXX一体化')"
v-if=
"this.$store.getters.getUserData.type === 1"
>
<img
src=
"./img/ZQ.png"
>
<span>
XXX一体化
</span>
</p>
<p
class=
"bg"
v-if=
"this.$store.getters.getUserData.type !== 1"
@
click=
"jump('company',11,'国家名录')"
>
<p
class=
"bg"
@
click=
"jump('XCalliance',5,'XX联盟')"
v-if=
"this.$store.getters.getUserData.type !== 1"
>
<img
src=
"./img/XC.png"
>
<span>
XX联盟
</span>
</p>
<p
class=
"bg"
@
click=
"jump('integration',6,'XXX一体化')"
v-if=
"this.$store.getters.getUserData.type !== 1"
>
<img
src=
"./img/ZQ.png"
>
<span>
XXX一体化
</span>
</p>
<p
class=
"bg"
v-if=
"this.$store.getters.getUserData.type !== 1"
@
click=
"jump('company',7,'国家名录')"
>
<img
src=
"./img/GJ.png"
>
<span>
国家名录
</span>
</p>
<p
class=
"bg"
v-if=
"this.$store.getters.getUserData.type !== 1"
@
click=
"jump('product',
12
,'市级名录')"
>
<p
class=
"bg"
v-if=
"this.$store.getters.getUserData.type !== 1"
@
click=
"jump('product',
8
,'市级名录')"
>
<img
src=
"./img/SJ.png"
>
<span>
市级名录
</span>
</p>
...
...
@@ -38,8 +46,8 @@
</p>
</div>
<div
class=
"menu"
>
<p
class=
"bg"
>
<img
src=
"./img/PG.png"
@
click=
"jump('evaluationReport',1,'评估报告管理')"
>
<p
class=
"bg"
@
click=
"jump('evaluationReport',1,'评估报告管理')"
>
<img
src=
"./img/PG.png"
>
<span>
评估报告管理
</span>
</p>
<p
class=
"bg"
v-if=
"this.$store.getters.getUserData.type !== 1"
@
click=
"jump('projectManagement',2,'我的项目')"
>
...
...
@@ -67,7 +75,7 @@
<img
src=
"./img/GJJS.png"
>
<span>
关键技术管理
</span>
</p>
<p
class=
"bg"
v-if=
"this.$store.getters.getUserData.type === 1"
>
<p
class=
"bg"
v-if=
"this.$store.getters.getUserData.type === 1"
@
click=
"jump('roleDispose',5,'规则配置')"
>
<img
src=
"./img/GZ.png"
>
<span>
规则配置
</span>
</p>
...
...
@@ -75,7 +83,7 @@
<img
src=
"./img/CS.png"
>
<span>
参数配置
</span>
</p>
<p
class=
"bg"
v-if=
"this.$store.getters.getUserData.type === 1"
>
<p
class=
"bg"
v-if=
"this.$store.getters.getUserData.type === 1"
@
click=
"jump('UnDependence',7,'未知依赖配置')"
>
<img
src=
"./img/WZ.png"
>
<span>
未知依赖配置
</span>
</p>
...
...
@@ -130,6 +138,8 @@ export default {
.firstHome
{
background
:
#ebf0f8
;
padding
:
116px
116px
0
150px
;
height
:
982px
;
box-sizing
:
border-box
;
}
.firstHome
.bg
{
width
:
180px
;
...
...
src/components/integration/dynamicList/dynamicList.vue
浏览文件 @
c4ac3905
...
...
@@ -6,8 +6,8 @@
<p
class=
"title"
>
最新动态
</p>
<p
class=
"search"
>
<span
class=
"searchVal"
>
<span>
名称
:
</span>
<el-input
v-model=
"searchVal"
size=
"medium"
placeholder=
"请输入"
></el-input>
<span>
查询
:
</span>
<el-input
v-model=
"searchVal"
size=
"medium"
placeholder=
"请输入
查询内容
"
></el-input>
</span>
<span
class=
"button"
>
搜索
</span>
</p>
...
...
@@ -77,7 +77,7 @@ export default {
searchVal
:
''
,
currentPage
:
1
,
// 分页第一页
pagesize
:
8
,
// 每页个数
totleLength
:
100
,
// 获取后台传的所有数据的长度
totleLength
:
8
,
// 获取后台传的所有数据的长度
allData
:[
{
name
:
'市民政局领导到秀水中专调研与考察老年健康与护理实训基地'
,
...
...
@@ -175,13 +175,13 @@ export default {
display
:
flex
;
}
.dynamicList
.content
.searchVal
{
width
:
2
45
px
;
width
:
2
80
px
;
display
:
flex
;
font-size
:
18px
;
color
:
#4663a6
;
}
.dynamicList
.content
.searchVal
>
span
{
width
:
8
5px
;
width
:
7
5px
;
display
:
inline-block
;
line-height
:
34px
;
}
...
...
@@ -191,7 +191,6 @@ export default {
font-size
:
18px
;
height
:
34px
;
line-height
:
34px
;
width
:
180px
;
}
.dynamicList
.content
.button
{
display
:
inline-block
;
...
...
@@ -204,6 +203,7 @@ export default {
border-radius
:
4px
;
color
:
#fff
;
font-size
:
18px
;
margin-left
:
100px
;
}
.dynamicList
.content
.button
:hover
{
background
:
rgba
(
72
,
119
,
230
,
.6
);
...
...
src/components/keyTechnology/keyTechnology.vue
浏览文件 @
c4ac3905
...
...
@@ -7,9 +7,10 @@
<p
class=
"title"
>
关键技术管理
</p>
<p
class=
"search"
>
<span
class=
"searchVal"
>
<span>
查询:
</span>
<el-input
v-model=
"searchVal"
size=
"medium"
placeholder=
"请输入查询内容"
@
change=
"search"
></el-input>
</span>
<span
class=
"button"
@
click=
"search"
>
查询
</span>
<span
class=
"button"
@
click=
"search"
>
搜索
</span>
<span
class=
"button new"
title=
"新增技术"
@
click=
"add"
><img
src=
"./img/add.png"
></span>
</p>
<div
class=
"common-table"
>
...
...
@@ -184,13 +185,13 @@ export default {
display
:
flex
;
}
.keyTechnology
.content
.searchVal
{
width
:
19
0px
;
width
:
28
0px
;
display
:
flex
;
font-size
:
18px
;
color
:
#4663a6
;
}
.keyTechnology
.content
.searchVal
>
span
{
width
:
140
px
;
width
:
75
px
;
display
:
inline-block
;
line-height
:
34px
;
}
...
...
@@ -201,13 +202,12 @@ export default {
.keyTechnology
.content
.change
>
img
{
margin-right
:
3px
;
}
.keyTechnology
>>>
.el-input__inner
{
.keyTechnology
.searchVal
>>>
.el-input__inner
{
border
:
1px
solid
rgba
(
8
,
104
,
157
,
.3
);
border-radius
:
2px
;
font-size
:
18px
;
height
:
34px
;
line-height
:
34px
;
width
:
180px
;
}
.keyTechnology
.content
.button
{
display
:
inline-block
;
...
...
@@ -220,6 +220,7 @@ export default {
border-radius
:
4px
;
color
:
#fff
;
font-size
:
18px
;
margin-left
:
100px
;
}
.keyTechnology
.content
.button
:hover
{
background
:
rgba
(
72
,
119
,
230
,
.6
);
...
...
src/components/keyTechnology/keyTechnologyAdd.vue
浏览文件 @
c4ac3905
...
...
@@ -171,7 +171,7 @@ export default {
font-size
:
18px
;
height
:
34px
;
line-height
:
34px
;
width
:
1
5
0px
;
width
:
1
9
0px
;
}
.addkeyTechnology
.line
{
margin
:
55px
20px
0
20px
;
...
...
src/components/projectManagement/hardware/hardware.vue
浏览文件 @
c4ac3905
...
...
@@ -6,7 +6,8 @@
<div
class=
"content"
>
<p
class=
"search"
>
<span
class=
"searchVal"
>
<el-input
v-model=
"searchVal"
size=
"medium"
placeholder=
"请输入"
@
change=
"search"
></el-input>
<span>
查询:
</span>
<el-input
v-model=
"searchVal"
size=
"medium"
placeholder=
"请输入查询内容"
@
change=
"search"
></el-input>
</span>
<span
class=
"button buttonSave"
@
click=
"search"
>
搜索
</span>
</p>
...
...
@@ -141,7 +142,12 @@ export default {
font-size
:
18px
;
color
:
#4663a6
;
}
.hardware
.content
.searchVal
>
span
{
width
:
75px
;
display
:
inline-block
;
line-height
:
34px
;
}
.hardware
.content
.button
{
margin-left
:
1
2
px
;
margin-left
:
1
00
px
;
}
</
style
>
src/components/projectManagement/journal/journal.vue
浏览文件 @
c4ac3905
...
...
@@ -6,7 +6,8 @@
<div
class=
"content"
>
<p
class=
"search"
>
<span
class=
"searchVal"
>
<el-input
v-model=
"searchVal"
size=
"medium"
placeholder=
"请输入"
@
change=
"search"
></el-input>
<span>
查询:
</span>
<el-input
v-model=
"searchVal"
size=
"medium"
placeholder=
"请输入查询内容"
@
change=
"search"
></el-input>
</span>
<span
class=
"button buttonSave"
@
click=
"search"
>
搜索
</span>
</p>
...
...
@@ -148,7 +149,12 @@ export default {
font-size
:
18px
;
color
:
#4663a6
;
}
.journal
.content
.searchVal
>
span
{
width
:
75px
;
display
:
inline-block
;
line-height
:
34px
;
}
.journal
.content
.button
{
margin-left
:
1
2
px
;
margin-left
:
1
00
px
;
}
</
style
>
src/components/projectManagement/project/projectManagement.vue
浏览文件 @
c4ac3905
...
...
@@ -7,7 +7,8 @@
<p
class=
"title"
>
{{
pageName
}}
</p>
<p
class=
"search"
>
<span
class=
"searchVal"
>
<el-input
v-model=
"searchVal"
size=
"medium"
placeholder=
"请输入查询内容"
@
change=
"search"
></el-input>
<span>
查询:
</span>
<el-input
v-model=
"searchVal"
size=
"medium"
placeholder=
"请输入项目名称"
@
change=
"search"
></el-input>
</span>
<span
class=
"button buttonSave"
@
click=
"search"
>
搜索
</span>
<span
class=
"button add"
@
click=
"addProject"
title=
"新增项目"
><img
src=
"./img/addpro.png"
></span>
...
...
@@ -213,13 +214,12 @@ export default {
display
:
flex
;
}
.project
.content
.searchVal
{
width
:
280px
;
display
:
flex
;
font-size
:
18px
;
color
:
#4663a6
;
}
.project
.content
.button
{
margin-left
:
1
2
px
;
margin-left
:
1
00
px
;
display
:
inline-block
;
width
:
100px
;
height
:
34px
;
...
...
@@ -240,13 +240,13 @@ export default {
background
:
rgba
(
72
,
119
,
230
,
.6
);
}
.project
.content
.searchVal
{
width
:
19
0px
;
width
:
28
0px
;
display
:
flex
;
font-size
:
18px
;
color
:
#4663a6
;
}
.project
.content
.searchVal
>
span
{
width
:
140
px
;
width
:
75
px
;
display
:
inline-block
;
line-height
:
34px
;
}
...
...
@@ -256,6 +256,5 @@ export default {
font-size
:
18px
;
height
:
34px
;
line-height
:
34px
;
width
:
180px
;
}
</
style
>
src/components/projectManagement/software/software.vue
浏览文件 @
c4ac3905
...
...
@@ -6,7 +6,8 @@
<div
class=
"content"
>
<p
class=
"search"
>
<span
class=
"searchVal"
>
<el-input
v-model=
"searchVal"
size=
"medium"
placeholder=
"请输入"
@
change=
"search"
></el-input>
<span>
查询:
</span>
<el-input
v-model=
"searchVal"
size=
"medium"
placeholder=
"请输入查询内容"
@
change=
"search"
></el-input>
</span>
<span
class=
"button buttonSave"
@
click=
"search"
>
搜索
</span>
</p>
...
...
@@ -154,7 +155,12 @@ export default {
font-size
:
18px
;
color
:
#4663a6
;
}
.software
.content
.searchVal
>
span
{
width
:
75px
;
display
:
inline-block
;
line-height
:
34px
;
}
.software
.content
.button
{
margin-left
:
1
2
px
;
margin-left
:
1
00
px
;
}
</
style
>
src/components/roleDispose/roleDispose.vue
浏览文件 @
c4ac3905
...
...
@@ -254,4 +254,4 @@ export default {
color
:
#ffffff
;
/*表格单行hover样式*/
}
</
style
>
\ No newline at end of file
</
style
>
src/components/sidebar/sidebar.vue
浏览文件 @
c4ac3905
<
template
>
<div
class=
"sidebarAll"
>
<div
class=
"sidebar"
>
<div
class=
"sidebar"
v-if=
"this.$store.getters.getUserData.type !== 1"
>
<div
@
click=
"clickMenu('evaluationReport',1,'评估报告管理')"
>
<p
class=
"menu"
>
<span
class=
"font"
>
评估报告管理
</span>
...
...
@@ -8,93 +8,129 @@
</p>
</div>
<div
@
click=
"clickMenu('projectManagement',2,'项目管理')"
v-if=
"this.$store.getters.getUserData.type =
== 1"
>
<div
@
click=
"clickMenu('projectManagement',2,'我的项目')"
v-if=
"this.$store.getters.getUserData.type !
== 1"
>
<p
class=
"menu"
>
<span
class=
"font"
>
项目管理
</span>
<span
class=
"font"
>
我的项目
</span>
<span
class=
"line"
></span>
</p>
</div>
<div
@
click=
"clickMenu('projectManagement',2,'我的项目
')"
v-if=
"this.$store.getters.getUserData.type !== 1"
>
<div
@
click=
"clickMenu('complaint',3,'意见建议
')"
v-if=
"this.$store.getters.getUserData.type !== 1"
>
<p
class=
"menu"
>
<span
class=
"font"
>
我的项目
</span>
<span
class=
"font"
>
意见建议
</span>
<span
class=
"line"
></span>
</p>
</div>
<div
@
click=
"clickMenu('complaintManagement',3,'投诉管理')"
v-if=
"this.$store.getters.getUserData.type === 1"
>
<div>
<p
class=
"menu"
>
<span
class=
"font"
>
投诉管理
</span>
<span
class=
"font"
>
基地建设
</span>
<span
class=
"line"
></span>
</p>
</div>
<div
@
click=
"clickMenu('
complaint',3,'意见建议')"
v-if=
"this.$store.getters.getUserData.type !== 1
"
>
<div
@
click=
"clickMenu('
XCalliance',5,'XX联盟')
"
>
<p
class=
"menu"
>
<span
class=
"font"
>
意见建议
</span>
<span
class=
"font"
>
XX联盟
</span>
<span
class=
"line"
></span>
</p>
</div>
<div
@
click=
"clickMenu('
keyTechnology',4,'关键技术管理
')"
>
<div
@
click=
"clickMenu('
integration',6,'XXX一体化
')"
>
<p
class=
"menu"
>
<span
class=
"font"
>
关键技术管理
</span>
<span
class=
"font"
>
XXX一体化
</span>
<span
class=
"line"
></span>
</p>
</div>
<div
@
click=
"clickMenu('
roleDispose',5,'规则配置')
"
>
<div
@
click=
"clickMenu('
',7,'国家名录')"
v-if=
"this.$store.getters.getUserData.type !== 1
"
>
<p
class=
"menu"
>
<span
class=
"font"
>
规则配置
</span>
<span
class=
"font"
>
国家名录
</span>
<span
class=
"line"
></span>
</p>
</div>
<div
@
click=
"clickMenu('
parameterConfiguration',6,'参数配置')
"
>
<div
@
click=
"clickMenu('
',8,'市级名录')"
v-if=
"this.$store.getters.getUserData.type !== 1
"
>
<p
class=
"menu"
>
<span
class=
"font"
>
参数配置
</span>
<span
class=
"font"
>
市级名录
</span>
<span
class=
"line"
></span>
</p>
</div>
<div
@
click=
"clickMenu('UnDependence',7,'未知依赖配置')"
>
<div>
<p
class=
"menu"
>
<span
class=
"font"
>
未知依赖配置
</span>
<span
class=
"font"
>
课题攻关
</span>
<span
class=
"line"
></span>
</p>
</div>
</div>
<div
class=
"sidebar"
v-if=
"this.$store.getters.getUserData.type === 1"
>
<div
@
click=
"clickMenu('evaluationReport',1,'评估报告管理')"
>
<p
class=
"menu"
>
<span
class=
"font"
>
评估报告管理
</span>
<span
class=
"line"
></span>
</p>
</div>
<div>
<div
@
click=
"clickMenu('projectManagement',2,'项目管理')"
v-if=
"this.$store.getters.getUserData.type === 1"
>
<p
class=
"menu"
>
<span
class=
"font"
>
基地建设
</span>
<span
class=
"font"
>
项目管理
</span>
<span
class=
"line"
></span>
</p>
</div>
<div
@
click=
"clickMenu('
XCalliance',9,'XX联盟')
"
>
<div
@
click=
"clickMenu('
complaintManagement',3,'投诉管理')"
v-if=
"this.$store.getters.getUserData.type === 1
"
>
<p
class=
"menu"
>
<span
class=
"font"
>
XX联盟
</span>
<span
class=
"font"
>
投诉管理
</span>
<span
class=
"line"
></span>
</p>
</div>
<div
@
click=
"clickMenu('
integration',10,'XXX一体化')
"
>
<div
@
click=
"clickMenu('
keyTechnology',4,'关键技术管理')"
v-if=
"this.$store.getters.getUserData.type === 1
"
>
<p
class=
"menu"
>
<span
class=
"font"
>
XXX一体化
</span>
<span
class=
"font"
>
关键技术管理
</span>
<span
class=
"line"
></span>
</p>
</div>
<div
@
click=
"clickMenu('
',11,'国家名录')"
v-if=
"this.$store.getters.getUserData.type !
== 1"
>
<div
@
click=
"clickMenu('
roleDispose',5,'规则配置')"
v-if=
"this.$store.getters.getUserData.type =
== 1"
>
<p
class=
"menu"
>
<span
class=
"font"
>
国家名录
</span>
<span
class=
"font"
>
规则配置
</span>
<span
class=
"line"
></span>
</p>
</div>
<div
@
click=
"clickMenu('
',12,'市级名录')"
v-if=
"this.$store.getters.getUserData.type !
== 1"
>
<div
@
click=
"clickMenu('
parameterConfiguration',6,'参数配置')"
v-if=
"this.$store.getters.getUserData.type =
== 1"
>
<p
class=
"menu"
>
<span
class=
"font"
>
市级名录
</span>
<span
class=
"font"
>
参数配置
</span>
<span
class=
"line"
></span>
</p>
</div>
<div
@
click=
"clickMenu('UnDependence',7,'未知依赖配置')"
v-if=
"this.$store.getters.getUserData.type === 1"
>
<p
class=
"menu"
>
<span
class=
"font"
>
未知依赖配置
</span>
<span
class=
"line"
></span>
</p>
</div>
<div>
<p
class=
"menu"
>
<span
class=
"font"
>
基地建设
</span>
<span
class=
"line"
></span>
</p>
</div>
<div
@
click=
"clickMenu('XCalliance',9,'XX联盟')"
>
<p
class=
"menu"
>
<span
class=
"font"
>
XX联盟
</span>
<span
class=
"line"
></span>
</p>
</div>
<div
@
click=
"clickMenu('integration',10,'XXX一体化')"
>
<p
class=
"menu"
>
<span
class=
"font"
>
XXX一体化
</span>
<span
class=
"line"
></span>
</p>
</div>
...
...
src/services/axios.js
浏览文件 @
c4ac3905
...
...
@@ -6,7 +6,7 @@ import store from '../store';
// 添加请求拦截器
axios
.
interceptors
.
request
.
use
(
function
(
config
)
{
// console.log(store.getters.getSession.session)
//
config.headers.session = store.getters.getSession.session;
config
.
headers
.
session
=
store
.
getters
.
getSession
.
session
;
// 预处理请求信息(config 发出的数据) 下方是三种请求,李迪凡的
if
(
config
.
method
===
'post'
||
config
.
method
===
'put'
||
config
.
method
===
'delete'
)
{
// POST传参序列化
...
...
src/services/server.js
浏览文件 @
c4ac3905
...
...
@@ -9,7 +9,6 @@ import axios from '@/services/axios';
* headers
* dataType
*/
const
assessment
=
'http://120.55.57.35:8079'
const
server
=
{
getfindAll
()
{
// 获取权限列表
return
axios
(
'/authority/findAll'
,
{
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论