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
cc9d76c1
Commit
cc9d76c1
authored
Nov 18, 2024
by
高滢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(表单): 现有控制
parent
d3584a67
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
34 additions
and
2 deletions
+34
-2
index.vue
src/views/processing/carReview/review-form/index.vue
+1
-1
index.vue
src/views/processing/carReview/vehicle-type/index.vue
+16
-0
index.vue
src/views/processing/systemReview/confirm-result/index.vue
+16
-0
index.vue
src/views/processing/systemReview/review-form/index.vue
+1
-1
No files found.
src/views/processing/carReview/review-form/index.vue
View file @
cc9d76c1
...
...
@@ -139,8 +139,8 @@
<tr>
<th>
审查要点
</th>
<th>
审查细则
</th>
<th>
现有控制
</th>
<th>
不符合描述
</th>
<th>
审查结果
</th>
<th
class=
"investigate-result"
>
审查结果
</th>
<th
class=
"written-by"
>
填写人
</th>
</tr>
...
...
src/views/processing/carReview/vehicle-type/index.vue
View file @
cc9d76c1
...
...
@@ -180,6 +180,8 @@
<tr>
<th>
审查要点
</th>
<th>
审查细则
</th>
<th>
现有控制
</th>
<th>
不符合描述
</th>
<th
class=
"investigate-result"
>
审查结果
</th>
<th
class=
"written-by"
>
填写人
</th>
</tr>
...
...
@@ -196,6 +198,20 @@
>
<tr
:key=
"reviewDetailKey"
>
<td
align=
"center"
>
{{
reviewDetail
.
text
}}
</td>
<td
align=
"center"
>
{{
reviewDetail
.
result
?
reviewDetail
.
result
.
successRemark
:
'-'
}}
</td>
<td
align=
"center"
>
{{
reviewDetail
.
result
?
reviewDetail
.
result
.
failRemark
:
'-'
}}
</td>
<td
align=
"center"
class=
"investigate-result"
>
<div
v-if=
"reviewDetail.result"
>
<el-tag
...
...
src/views/processing/systemReview/confirm-result/index.vue
View file @
cc9d76c1
...
...
@@ -185,6 +185,8 @@
<tr>
<th>
审查要点
</th>
<th>
审查细则
</th>
<th>
现有控制
</th>
<th>
不符合描述
</th>
<th
class=
"investigate-result"
>
审查结果
</th>
<th
class=
"written-by"
>
填写人
</th>
</tr>
...
...
@@ -201,6 +203,20 @@
>
<tr
:key=
"reviewDetailKey"
>
<td
align=
"center"
>
{{
reviewDetail
.
text
}}
</td>
<td
align=
"center"
>
{{
reviewDetail
.
result
?
reviewDetail
.
result
.
successRemark
:
'-'
}}
</td>
<td
align=
"center"
>
{{
reviewDetail
.
result
?
reviewDetail
.
result
.
failRemark
:
'-'
}}
</td>
<td
align=
"center"
class=
"investigate-result"
>
<el-tag
v-if=
"reviewDetail.result.passed === 1"
...
...
src/views/processing/systemReview/review-form/index.vue
View file @
cc9d76c1
...
...
@@ -110,8 +110,8 @@
<tr>
<th>
审查要点
</th>
<th>
审查细则
</th>
<th>
现有控制
</th>
<th>
不符合描述
</th>
<th>
审查结果
</th>
<th
class=
"investigate-result"
>
审查结果
</th>
<th
class=
"written-by"
>
填写人
</th>
</tr>
...
...
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