Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
中汽测评-信息安全测评系统
web
Commits
7a593546
Commit
7a593546
authored
Dec 22, 2023
by
jiaxu.yan
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' into developer/yanjiaxu
parents
efb4905f
3790ff6a
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
302 additions
and
72 deletions
+302
-72
index.vue
src/views/processing/processed-review/index.vue
+10
-1
index.vue
src/views/processing/unprocessed-review/index.vue
+10
-1
index.vue
src/views/review/view/index.vue
+67
-45
index.vue
src/views/task/confirm-result/index.vue
+12
-7
index.vue
src/views/task/new/index.vue
+16
-2
index.vue
src/views/task/questionnaire/index.vue
+187
-16
No files found.
src/views/processing/processed-review/index.vue
View file @
7a593546
...
...
@@ -158,7 +158,8 @@ export default {
justify-content
:
space-around
;
}
.box-card
{
margin-bottom
:
31px
;
margin-bottom
:
15px
;
font-size
:
14px
;
::v-deep
.el-card__body
{
display
:
flex
;
justify-content
:
space-between
;
...
...
@@ -175,6 +176,14 @@ export default {
.cell-progress
{
width
:
200px
;
}
.cell-lable
{
color
:
#515a6e
;
font-size
:
13px
;
}
.cell-value
{
font-size
:
14px
;
color
:
#606266
;
}
.cell-value.green
{
color
:
#19be6b
;
}
...
...
src/views/processing/unprocessed-review/index.vue
View file @
7a593546
...
...
@@ -276,7 +276,8 @@ export default {
justify-content
:
space-around
;
}
.box-card
{
margin-bottom
:
31px
;
margin-bottom
:
15px
;
font-size
:
14px
;
::v-deep
.el-card__body
{
display
:
flex
;
justify-content
:
space-between
;
...
...
@@ -293,6 +294,14 @@ export default {
.cell-progress
{
width
:
200px
;
}
.cell-lable
{
color
:
#515a6e
;
font-size
:
13px
;
}
.cell-value
{
font-size
:
14px
;
color
:
#606266
;
}
.cell-value.yellow
{
color
:
#fea623
;
}
...
...
src/views/review/view/index.vue
View file @
7a593546
<
template
>
<page-standard>
<el-card>
<div
slot=
"header"
class=
"clearfix"
>
<span>
查看评审
</span>
<el-button
size=
"mini"
icon=
"el-icon-back"
class=
"back-btn"
type=
"text"
@
click=
"handleBack"
>
返回
</el-button>
<span
class=
"card-top-text"
>
参与评案人员: 张学良(组长)、于风至、赵一荻
</span
>
</div>
<div
class=
"subtitle"
>
评审对象
</div>
<el-row
:gutter=
"20"
justify=
"center"
type=
"flex"
>
<el-col
:span=
"20"
>
...
...
@@ -35,34 +50,34 @@
<message-item></message-item>
</el-col>
</el-row>
<
div
class=
"subtitle"
>
讨论区
</div
>
<
el-row
:gutter=
"20"
class=
"mt10"
justify=
"center"
type=
"flex"
>
<el-col
:span=
"22"
>
<div
class=
"message-box mt5"
>
<el-avatar
:size=
"60"
class=
"mr10"
:src=
"circleUrl"
></el-avatar
>
<div
style=
"width: 100%"
>
<el-input
v-model=
"model.deptName"
placeholder=
"输入评论内容"
clearable
type=
"textarea"
:autosize=
"false"
show-word-limit
:maxlength=
"100"
:rows=
"5"
/
>
<el-button
size=
"mini"
class=
"mt5"
type=
"primary"
plain
>
发布评论
</el-button
>
<div
class=
"subtitle mt10"
>
全部评论5条
</div
>
<talk-item>
</talk-item
>
<talk-item
:has-child=
"true"
>
</talk-item
>
<talk-item>
</talk-item
>
</div
>
</div
>
</el-col
>
<
/el-row
>
</
page-stand
ard>
<
!--
<div
class=
"subtitle"
>
讨论区
</div>
--
>
<
!--
<el-row
:gutter=
"20"
class=
"mt10"
justify=
"center"
type=
"flex"
>
--
>
<!--
<el-col
:span=
"22"
>
--
>
<!--
<div
class=
"message-box mt5"
>
--
>
<!--
<el-avatar
:size=
"60"
class=
"mr10"
:src=
"circleUrl"
></el-avatar>
--
>
<!--
<div
style=
"width: 100%"
>
--
>
<!--
<el-input-->
<!-- v-model="model.deptName"-->
<!-- placeholder="输入评论内容"-->
<!-- clearable-->
<!-- type="textarea"-->
<!-- :autosize="false"-->
<!-- show-word-limit-->
<!-- :maxlength="100"-->
<!-- :rows="5"-->
<!-- />--
>
<!--
<el-button
size=
"mini"
class=
"mt5"
type=
"primary"
plain--
>
<!-- >发布评论
</el-button-->
<!-- >--
>
<!--
<div
class=
"subtitle mt10"
>
全部评论5条
</div>
--
>
<!--
<talk-item>
</talk-item>
--
>
<!--
<talk-item
:hasChild=
"true"
>
</talk-item>
--
>
<!--
<talk-item>
</talk-item>
--
>
<!--
</div>
--
>
<!--
</div>
--
>
<!--
</el-col>
--
>
<
!--
</el-row>
--
>
</
el-c
ard>
</
template
>
<
script
>
import
page
from
'@/mixins/page'
...
...
@@ -80,25 +95,23 @@ export default {
'https://cube.elemecdn.com/3/7c/3ea6beec64369c2642b92c6726f1epng.png'
}
},
watch
:
{
'dialogManger.refreshList'
:
function
(
val
)
{
if
(
val
)
{
this
.
loadData
()
this
.
dialogManger
.
refreshList
=
false
}
}
},
methods
:
{
handleAdd
()
{
this
.
dialogManger
.
dialogVisible
=
true
this
.
dialogManger
.
source
=
{}
},
handleDelete
()
{},
handleUpdate
(
row
)
{
this
.
dialogManger
.
dialogVisible
=
true
this
.
dialogManger
.
source
=
row
handleBack
()
{
this
.
$router
.
back
()
}
// handleAdd() {
// this.dialogManger.dialogVisible = true
// this.dialogManger.source = {}
// }
}
// watch: {
// 'dialogManger.refreshList': function (val) {
// if (val) {
// this.loadData()
// this.dialogManger.refreshList = false
// }
// }
// }
}
</
script
>
<
style
lang=
"scss"
scoped
>
...
...
@@ -108,4 +121,13 @@ export default {
align-items
:
flex-start
;
font-size
:
12px
;
}
.back-btn
{
float
:
right
;
margin-right
:
10px
;
}
.card-top-text
{
float
:
right
;
margin-right
:
50px
;
font-size
:
16px
;
}
</
style
>
src/views/task/confirm-result/index.vue
View file @
7a593546
...
...
@@ -185,13 +185,14 @@
</el-form>
</div>
<!--返回按钮-->
<el-button
class=
"btn"
type=
"primary"
plain
@
click=
"goToProcessedReview"
>
返 回
</el-button>
<div
class=
"bottom-btn"
>
<el-button
type=
"warning"
@
click=
"goToProcessedReview"
>
返回
</el-button>
<el-button
type=
"primary"
@
click=
"goToProcessedReview"
>
确认提交
</el-button>
</div>
</div>
</div>
</page-standard>
...
...
@@ -828,4 +829,8 @@ td {
width
:
300px
;
height
:
100%
;
}
.bottom-btn
{
display
:
flex
;
justify-content
:
center
;
}
</
style
>
src/views/task/new/index.vue
View file @
7a593546
...
...
@@ -439,12 +439,26 @@ export default {
* 小组信息修改
* @param row 行内信息
*/
handleUpdate
(
row
)
{},
handleUpdate
(
row
)
{
row
.
name
=
''
},
/**
* 小组信息删除
* @param row 行内信息
*/
handleDelete
(
row
)
{},
handleDelete
(
row
)
{
this
.
$confirm
(
'是否确认删除此条数据,删除后不可恢复'
,
'删除'
,
{
confirmButtonText
:
'确定'
,
concelButtonText
:
'取消'
,
type
:
'warning'
,
customClass
:
'box-logout'
,
cancelButtonClass
:
'resetBtn'
,
closeOnClickModal
:
false
,
confirmButtonClass
:
'queryBtn'
}).
then
(()
=>
{
this
.
tableData
=
this
.
tableData
.
filter
(
item
=>
item
.
name
!==
row
.
name
)
})
},
/**
* 保存人员
* @param row
...
...
src/views/task/questionnaire/index.vue
View file @
7a593546
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment