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
73c6dd2b
Commit
73c6dd2b
authored
Mar 19, 2024
by
mzx
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'mengzixuan' of
http://gitlab.91isoft.com:90/car-test/web
into develop
parents
9fde894e
4129661b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
9 deletions
+4
-9
index.vue
src/views/processing/carTest/review-form/index.vue
+4
-9
No files found.
src/views/processing/carTest/review-form/index.vue
View file @
73c6dd2b
...
...
@@ -19,7 +19,7 @@
<div
class=
"task-item"
>
<span
class=
"task-label"
>
任务编号:
</span>
<span
class=
"task-content"
>
{{
model
.
systemReviewT
ask
.
taskNo
}}
{{
t
ask
.
taskNo
}}
</span>
</div>
<div
class=
"task-item"
>
...
...
@@ -37,12 +37,7 @@
<div
class=
"task-item"
>
<span
class=
"task-label"
>
任务状态:
</span>
<span
class=
"task-content"
>
{{
getDictData
(
dict
.
type
.
task_test_status
,
model
.
systemReviewTask
.
taskStatus
)
}}
{{
getDictData
(
dict
.
type
.
task_test_status
,
task
.
taskStatus
)
}}
</span>
</div>
</div>
...
...
@@ -155,8 +150,8 @@ export default {
methods
:
{
getRows3
,
getTest
()
{
getBySubtaskId
({
taskI
d
:
'1768527384203460609'
}).
then
(
res
=>
{
if
(
res
===
200
)
{
getBySubtaskId
({
i
d
:
'1768527384203460609'
}).
then
(
res
=>
{
if
(
res
.
code
===
200
)
{
this
.
task
=
res
.
data
}
})
...
...
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