Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
car-database-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
中汽研标准应用数据库
car-database-web
Commits
053f5d75
Commit
053f5d75
authored
Sep 18, 2024
by
zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat --更新评审管理查看评审界面
parent
eb7599d2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
4 deletions
+24
-4
index.vue
src/views/review/initiatedReview/viewReview/index.vue
+2
-4
index.vue
src/views/review/sceneReview/index.vue
+22
-0
No files found.
src/views/review/initiatedReview/viewReview/index.vue
View file @
053f5d75
...
...
@@ -59,10 +59,8 @@
"
>
<span
style=
" font-weight: bold;"
>
查看评审(+
{{
formatAction
(
this
.
pageData
)
}}
</span>
<span
style=
"align-items: center;"
>
<span
style=
"margin-right: 150px;font-size: 13px;"
>
参与评审人员:
{{
this
.
pageData
.
reviewer
}}
</span>
<el-button
type=
"text"
style=
"font-size: 15px;"
@
click=
"handleBack"
>
<-
返回
</el-button>
</span>
<span
style=
"margin-right: 150px;font-size: 13px;"
>
参与评审人员:
{{
this
.
pageData
.
reviewer
}}
</span>
</div>
<div
style=
"padding: 0 20px;"
>
...
...
src/views/review/sceneReview/index.vue
View file @
053f5d75
...
...
@@ -48,6 +48,28 @@
{{
pageData
.
chapter
}}
{{
pageData
.
standard
}}
</span>
</div>
<div
v-if=
"pageData.operationSort == 'ADD_DETAILS'
|| pageData.operationSort == 'DELETE_DETAILS'
|| pageData.operationSort == 'ADD_SCENE'
|| pageData.operationSort == 'DELETE_SCENE'"
style=
"display: flex; width: 100%; margin-top: 20px"
>
<span
style=
"width: 15%"
>
审查要点:
</span>
<span
style=
"width: 90%"
>
{{
pageData
.
keypoint
}}
</span>
</div>
<div
v-if=
" pageData.operationSort == 'ADD_SCENE'
|| pageData.operationSort == 'DELETE_SCENE' "
style=
"display: flex; width: 100%; margin-top: 20px"
>
<span
style=
"width: 15%"
>
审查细则:
</span>
<span
style=
"width: 90%"
>
{{
pageData
.
details
}}
</span>
</div>
<div
v-if=
"pageData.operationSort == 'ADD_KEYPOINT'"
style=
"display: flex; width: 100%; margin-top: 20px"
...
...
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