Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
9
912project
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
CRS
912project
Commits
da36d910
提交
da36d910
authored
3月 19, 2020
作者:
CRS
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
new
上级
7f86168d
隐藏空白字符变更
内嵌
并排
正在显示
11 个修改的文件
包含
29 行增加
和
18 行删除
+29
-18
dynamicList.vue
src/components/XCalliance/dynamicList/dynamicList.vue
+1
-1
technical.vue
src/components/admittance/technical/technical.vue
+1
-0
person.vue
src/components/basicInformation/person/person.vue
+1
-0
role.vue
src/components/basicInformation/role/role.vue
+1
-0
complaint.vue
src/components/complaint/complaint/complaint.vue
+3
-1
complaintManagement.vue
...nts/complaint/complaintManagement/complaintManagement.vue
+3
-1
evaluationReport.vue
src/components/evaluationReport/evaluationReport.vue
+4
-3
home.vue
src/components/home/home.vue
+6
-4
dynamicList.vue
src/components/integration/dynamicList/dynamicList.vue
+1
-1
keyTechnology.vue
src/components/keyTechnology/keyTechnology.vue
+4
-3
sidebar.vue
src/components/sidebar/sidebar.vue
+4
-4
没有找到文件。
src/components/XCalliance/dynamicList/dynamicList.vue
浏览文件 @
da36d910
...
...
@@ -77,7 +77,7 @@ export default {
searchVal
:
''
,
currentPage
:
1
,
// 分页第一页
pagesize
:
8
,
// 每页个数
totleLength
:
100
,
// 获取后台传的所有数据的长度
totleLength
:
8
,
// 获取后台传的所有数据的长度
allData
:[
{
name
:
'天津麒麟正式更名为麒麟软件 国产操作系统主力军吹响出征号角!'
,
...
...
src/components/admittance/technical/technical.vue
浏览文件 @
da36d910
...
...
@@ -144,6 +144,7 @@ export default {
},
// 搜索栏
search
()
{
this
.
currentPage
=
1
;
this
.
init
();
},
// 点击分页
...
...
src/components/basicInformation/person/person.vue
浏览文件 @
da36d910
...
...
@@ -181,6 +181,7 @@ export default {
},
// 搜索栏
search
()
{
this
.
currentPage
=
1
;
this
.
init
();
},
// 点击分页
...
...
src/components/basicInformation/role/role.vue
浏览文件 @
da36d910
...
...
@@ -117,6 +117,7 @@ export default {
},
// 搜索栏
search
()
{
this
.
currentPage
=
1
;
this
.
init
();
},
// 点击分页
...
...
src/components/complaint/complaint/complaint.vue
浏览文件 @
da36d910
...
...
@@ -8,7 +8,7 @@
<span
class=
"searchVal"
>
<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 +137,7 @@ export default {
},
// 搜索栏
search
()
{
this
.
currentPage
=
1
;
this
.
init
();
},
// 点击分页
...
...
@@ -241,6 +242,7 @@ export default {
border-radius
:
4px
;
color
:
#fff
;
font-size
:
18px
;
margin-left
:
12px
;
}
.complaint
.content
.button
:hover
{
background
:
rgba
(
72
,
119
,
230
,
.6
);
...
...
src/components/complaint/complaintManagement/complaintManagement.vue
浏览文件 @
da36d910
...
...
@@ -8,7 +8,7 @@
<span
class=
"searchVal"
>
<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 +138,7 @@ export default {
},
// 搜索栏
search
()
{
this
.
currentPage
=
1
;
this
.
init
();
},
// 点击分页
...
...
@@ -239,6 +240,7 @@ export default {
border-radius
:
4px
;
color
:
#fff
;
font-size
:
18px
;
margin-left
:
12px
;
}
.complaintManagement
.content
.button
:hover
{
background
:
rgba
(
72
,
119
,
230
,
.6
);
...
...
src/components/evaluationReport/evaluationReport.vue
浏览文件 @
da36d910
...
...
@@ -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=
"新增报告"
><img
src=
"./img/add.png"
></span>
</p>
<div
class=
"common-table"
>
...
...
@@ -188,13 +189,12 @@ export default {
display
:
flex
;
}
.evaluationReport
.content
.searchVal
{
width
:
190px
;
display
:
flex
;
font-size
:
18px
;
color
:
#4663a6
;
}
.evaluationReport
.content
.searchVal
>
span
{
width
:
14
0px
;
width
:
7
0px
;
display
:
inline-block
;
line-height
:
34px
;
}
...
...
@@ -224,6 +224,7 @@ export default {
border-radius
:
4px
;
color
:
#fff
;
font-size
:
18px
;
margin-left
:
12px
;
}
.evaluationReport
.content
.button
:hover
{
background
:
rgba
(
72
,
119
,
230
,
.6
);
...
...
src/components/home/home.vue
浏览文件 @
da36d910
...
...
@@ -38,8 +38,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 +67,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 +75,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 +130,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
浏览文件 @
da36d910
...
...
@@ -77,7 +77,7 @@ export default {
searchVal
:
''
,
currentPage
:
1
,
// 分页第一页
pagesize
:
8
,
// 每页个数
totleLength
:
100
,
// 获取后台传的所有数据的长度
totleLength
:
8
,
// 获取后台传的所有数据的长度
allData
:[
{
name
:
'市民政局领导到秀水中专调研与考察老年健康与护理实训基地'
,
...
...
src/components/keyTechnology/keyTechnology.vue
浏览文件 @
da36d910
...
...
@@ -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,12 @@ export default {
display
:
flex
;
}
.keyTechnology
.content
.searchVal
{
width
:
190px
;
display
:
flex
;
font-size
:
18px
;
color
:
#4663a6
;
}
.keyTechnology
.content
.searchVal
>
span
{
width
:
14
0px
;
width
:
7
0px
;
display
:
inline-block
;
line-height
:
34px
;
}
...
...
@@ -220,6 +220,7 @@ export default {
border-radius
:
4px
;
color
:
#fff
;
font-size
:
18px
;
margin-left
:
12px
;
}
.keyTechnology
.content
.button
:hover
{
background
:
rgba
(
72
,
119
,
230
,
.6
);
...
...
src/components/sidebar/sidebar.vue
浏览文件 @
da36d910
...
...
@@ -36,28 +36,28 @@
</p>
</div>
<div
@
click=
"clickMenu('keyTechnology',4,'关键技术管理')"
>
<div
@
click=
"clickMenu('keyTechnology',4,'关键技术管理')"
v-if=
"this.$store.getters.getUserData.type === 1"
>
<p
class=
"menu"
>
<span
class=
"font"
>
关键技术管理
</span>
<span
class=
"line"
></span>
</p>
</div>
<div
@
click=
"clickMenu('roleDispose',5,'规则配置')"
>
<div
@
click=
"clickMenu('roleDispose',5,'规则配置')"
v-if=
"this.$store.getters.getUserData.type === 1"
>
<p
class=
"menu"
>
<span
class=
"font"
>
规则配置
</span>
<span
class=
"line"
></span>
</p>
</div>
<div
@
click=
"clickMenu('parameterConfiguration',6,'参数配置')"
>
<div
@
click=
"clickMenu('parameterConfiguration',6,'参数配置')"
v-if=
"this.$store.getters.getUserData.type === 1"
>
<p
class=
"menu"
>
<span
class=
"font"
>
参数配置
</span>
<span
class=
"line"
></span>
</p>
</div>
<div
@
click=
"clickMenu('UnDependence',7,'未知依赖配置')"
>
<div
@
click=
"clickMenu('UnDependence',7,'未知依赖配置')"
v-if=
"this.$store.getters.getUserData.type === 1"
>
<p
class=
"menu"
>
<span
class=
"font"
>
未知依赖配置
</span>
<span
class=
"line"
></span>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论