Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
9
912project
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
CRS
912project
Commits
8f9dd819
提交
8f9dd819
authored
4月 09, 2020
作者:
thy
浏览文件
操作
浏览文件
下载
差异文件
合并分支 'thy' 到 'master'
role修改 查看合并请求
!107
上级
412a515c
93d2207b
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
96 行增加
和
35 行删除
+96
-35
homeDetailcopy.vue
src/components/assessment/homeDetailcopy.vue
+53
-4
addRole.vue
src/components/roleDispose/addRole.vue
+1
-0
roleDispose.vue
src/components/roleDispose/roleDispose.vue
+42
-31
没有找到文件。
src/components/assessment/homeDetailcopy.vue
浏览文件 @
8f9dd819
...
@@ -74,6 +74,42 @@
...
@@ -74,6 +74,42 @@
<el-input
v-model=
"notime"
></el-input>
<el-input
v-model=
"notime"
></el-input>
<span
class=
"input_text"
>
月
</span>
<span
class=
"input_text"
>
月
</span>
</el-form-item>
</el-form-item>
<el-form-item
label=
"单位名称:"
style=
"opacity:0;"
>
<el-input
v-model=
"notime"
></el-input>
</el-form-item>
<el-form-item
label=
"单位名称:"
style=
"opacity:0;"
>
<el-input
v-model=
"notime"
></el-input>
</el-form-item>
<el-form-item
label=
"单位名称:"
>
<el-input
v-model=
"notime"
></el-input>
</el-form-item>
<el-form-item
label=
"单位联系人:"
>
<el-input
v-model=
"notime"
></el-input>
</el-form-item>
<el-form-item
label=
"单位电话:"
>
<el-input
v-model=
"notime"
></el-input>
</el-form-item>
<el-form-item
label=
"原单位联系人:"
>
<el-input
v-model=
"notime"
></el-input>
</el-form-item>
<el-form-item
label=
"原单位电话:"
>
<el-input
v-model=
"notime"
></el-input>
</el-form-item>
<div
class=
"form-radio one"
>
<div
class=
"form-radio one"
>
<div
class=
"radio-text one"
>
开发单位是否为本地:
</div>
<div
class=
"radio-text one"
>
开发单位是否为本地:
</div>
<el-radio
<el-radio
...
@@ -100,6 +136,19 @@
...
@@ -100,6 +136,19 @@
@
click
.
native
.
prevent=
"clickitem1('form','secret',2)"
@
click
.
native
.
prevent=
"clickitem1('form','secret',2)"
>
否
</el-radio>
>
否
</el-radio>
</div>
</div>
<div
class=
"form-radio one"
>
<div
class=
"radio-text one"
>
原应用是否通过等级保护:
</div>
<el-radio
v-model=
"form.secret"
:label=
"1"
@
click
.
native
.
prevent=
"clickitem1('form','secret',1)"
>
是
</el-radio>
<el-radio
v-model=
"form.secret"
:label=
"2"
@
click
.
native
.
prevent=
"clickitem1('form','secret',2)"
>
否
</el-radio>
</div>
<div
class=
"form-radio one"
>
<div
class=
"form-radio one"
>
<div
class=
"radio-text one"
>
容灾能力:
</div>
<div
class=
"radio-text one"
>
容灾能力:
</div>
<el-radio
<el-radio
...
@@ -198,12 +247,12 @@
...
@@ -198,12 +247,12 @@
</el-form>
</el-form>
</div>
</div>
<!--
<div
class=
"line"
></div>
-->
<!--
<div
class=
"line"
></div>
-->
<div
:class=
"
{'pg-button no':!isLog,'pg-button':isLog}" @click="goPrev">
对应评估
报告
</div>
<div
:class=
"
{'pg-button no':!isLog,'pg-button':isLog}" @click="goPrev">
上次
报告
</div>
<div
<div
:class=
"
{'pg-button':form.cost!=''
&&
form.projectName!='' ,'pg-button no':form.cost==''|| form.projectName=='' }"
:class=
"
{'pg-button':form.cost!=''
&&
form.projectName!='' ,'pg-button no':form.cost==''|| form.projectName=='' }"
@click="goPg2(1)"
@click="goPg2(1)"
>
保存并
快速评估
</div>
>快速评估
</div>
<div
class=
"pg-button"
@
click=
"goBack"
>
关闭
</div>
<div
class=
"pg-button"
@
click=
"goBack"
>
关闭
</div>
</div>
</div>
</div>
</div>
...
@@ -1960,7 +2009,7 @@ export default {
...
@@ -1960,7 +2009,7 @@ export default {
width
:
98%
;
width
:
98%
;
margin
:
0
auto
;
margin
:
0
auto
;
height
:
100%
;
height
:
100%
;
height
:
63
0px
;
height
:
78
0px
;
/* background-color: orange; */
/* background-color: orange; */
}
}
.home-detail-copy
.copy-form
>>>
.el-form-item
{
.home-detail-copy
.copy-form
>>>
.el-form-item
{
...
@@ -2137,7 +2186,7 @@ export default {
...
@@ -2137,7 +2186,7 @@ export default {
font-size
:
18px
;
font-size
:
18px
;
}
}
.form-radio
.radio-text.one
{
.form-radio
.radio-text.one
{
width
:
18
0px
;
width
:
22
0px
;
float
:
left
;
float
:
left
;
text-align
:
right
;
text-align
:
right
;
font-size
:
18px
;
font-size
:
18px
;
...
...
src/components/roleDispose/addRole.vue
浏览文件 @
8f9dd819
...
@@ -104,6 +104,7 @@ export default {
...
@@ -104,6 +104,7 @@ export default {
id
:
this
.
detailData
.
id
,
id
:
this
.
detailData
.
id
,
oldRule
:
this
.
form
oldRule
:
this
.
form
};
};
obj
.
suffix
=
obj
.
suffix
.
join
(
","
)
console
.
log
(
this
.
detailData
.
id
)
console
.
log
(
this
.
detailData
.
id
)
if
(
this
.
modalName
===
'修改规则'
)
{
if
(
this
.
modalName
===
'修改规则'
)
{
this
.
$server
.
editConfigUpdate
(
obj
).
then
(
res
=>
{
this
.
$server
.
editConfigUpdate
(
obj
).
then
(
res
=>
{
...
...
src/components/roleDispose/roleDispose.vue
浏览文件 @
8f9dd819
...
@@ -5,18 +5,26 @@
...
@@ -5,18 +5,26 @@
<div
class=
"content"
>
<div
class=
"content"
>
<p
class=
"search"
>
<p
class=
"search"
>
<span
class=
"searchVal"
>
<span
class=
"searchVal"
>
<span>
关键字:
</span>
<!--
<span>
查询:
</span>
-->
<el-input
v-model=
"input2"
size=
"medium"
@
change=
"search"
placeholder=
"请输入关键字"
></el-input>
<el-select
v-model=
"input3"
size=
"medium"
@
change=
"mySelect"
placeholder=
"请选择查询条件"
>
<el-option
label=
"关键技术"
value=
"technologyName"
>
</el-option>
<el-option
label=
"关键字"
value=
"target"
>
</el-option>
<el-option
label=
"范围"
value=
"suffix"
>
</el-option>
</el-select>
</span>
</span>
<span
class=
"searchVal"
>
<span
class=
"searchVal"
>
<span>
关键技术:
</span>
<span>
查询:
</span>
<el-select
v-model=
"searchVal"
@
change=
"search"
placeholder=
"请选择关键技术"
clearable
>
<el-input
v-model=
"input2"
size=
"medium"
@
change=
"search"
placeholder=
"请输入关键技术"
></el-input>
<el-option
v-for=
"item in allList"
:label=
"item.technologyName"
:value=
"item.technologyName"
>
</el-option>
</el-select>
</span>
</span>
<span
class=
"button searchBtn"
@
click=
"search"
>
搜索
</span>
<span
class=
"button searchBtn"
@
click=
"search"
>
搜索
</span>
<span
class=
"button add"
@
click=
"addRole"
><img
src=
"../../assets/img/add.png"
></span>
<span
class=
"button add"
@
click=
"addRole"
><img
src=
"../../assets/img/add.png"
></span>
...
@@ -84,9 +92,11 @@ export default {
...
@@ -84,9 +92,11 @@ export default {
name
:
'roleDispose'
,
name
:
'roleDispose'
,
data
()
{
data
()
{
return
{
return
{
input2
:
''
,
// 关键字
searchKey
:
''
,
searchVal
:
''
,
// 关键技术
input3
:
''
,
allList
:
[],
// 所有关键技术
input2
:
''
,
suffix
:
''
,
target
:
''
,
tableData
:
[],
tableData
:
[],
tablePageSize
:
0
,
tablePageSize
:
0
,
pageSize
:
9
,
// 每页个数
pageSize
:
9
,
// 每页个数
...
@@ -108,27 +118,28 @@ export default {
...
@@ -108,27 +118,28 @@ export default {
},
},
methods
:
{
methods
:
{
// 搜索
// 搜索
mySelect
(
val
){
this
.
searchKey
=
val
},
search
()
{
search
()
{
let
obj
;
let
obj
=
{
if
(
this
.
input2
!==
''
&&
this
.
searchVal
!==
''
)
{
technologyName
:
''
,
obj
=
{
target
:
''
,
'technologyName'
:
this
.
searchVal
,
suffix
:
''
,
'target'
:
this
.
input2
}
}
else
if
(
this
.
input2
!==
''
&&
this
.
searchVal
===
''
)
{
obj
=
{
'target'
:
this
.
input2
}
}
else
if
(
this
.
input2
===
''
&&
this
.
searchVal
!==
''
)
{
obj
=
{
'technologyName'
:
this
.
searchVal
}
}
else
{
obj
=
{}
}
}
if
(
this
.
searchKey
==
'suffix'
){
obj
.
suffix
=
this
.
input2
}
else
if
(
this
.
searchKey
==
'technologyName'
){
obj
.
technologyName
=
this
.
input2
}
else
if
(
this
.
searchKey
==
'target'
){
obj
.
target
=
this
.
input2
}
this
.
$server
.
getConfigPageList
(
this
.
myPage
,
this
.
pageSize
,
obj
).
then
(
res
=>
{
this
.
$server
.
getConfigPageList
(
this
.
myPage
,
this
.
pageSize
,
obj
).
then
(
res
=>
{
this
.
tableData
=
res
.
data
.
objects
;
console
.
log
(
res
)
this
.
tablePageSize
=
res
.
data
.
totalElement
;
this
.
tableData
=
res
.
data
.
rows
;
this
.
tablePageSize
=
res
.
data
.
total
;
})
})
},
},
// 修改
// 修改
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论