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
77b74410
Commit
77b74410
authored
Jun 17, 2024
by
jiaxu.yan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 修改测试问题
parent
dbd2d3ae
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
55 additions
and
16 deletions
+55
-16
.env.development
.env.development
+3
-1
index.vue
src/views/processing/carReview/source-record/index.vue
+4
-6
index.vue
src/views/processing/carReview/vehicle-type/index.vue
+1
-4
index.vue
src/views/processing/carTest/confirmation-test/index.vue
+42
-2
index.vue
src/views/task/on/index.vue
+3
-1
vue.config.js
vue.config.js
+2
-2
No files found.
.env.development
View file @
77b74410
...
...
@@ -10,6 +10,8 @@ VUE_APP_BASE_API = '/dev-api'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true
# 图片服务器地址
VUE_APP_IMAGE_API ='http://106.3.99.64:22013'
# VUE_APP_IMAGE_API ='http://106.3.99.64:22013'
VUE_APP_IMAGE_API ='https://10.12.48.78'
VUE_APP_CLIENT_API = 'https://10.12.48.78/vvmpapi'
src/views/processing/carReview/source-record/index.vue
View file @
77b74410
...
...
@@ -251,7 +251,7 @@
<
/div
>
<
div
class
=
"img-display"
>
<
div
class
=
"img-item"
>
<
!--
<
div
class
=
"img-item"
>
<
div
class
=
"img-label"
>
车企负责人
<
/div
>
<
img
v
-
if
=
"ruleForm.enterpriseLeader"
...
...
@@ -262,7 +262,7 @@
<
iconpark
-
icon
name
=
"wuqianzi"
size
=
"120"
><
/iconpark-icon
>
<
div
class
=
"img-text"
>
暂无签字
<
/div
>
<
/div
>
<
/div
>
<
/div>
--
>
<
div
class
=
"img-item"
>
<
div
class
=
"img-label"
>
检验负责人
<
/div
>
<
img
...
...
@@ -391,10 +391,8 @@ export default {
this
.
loading
=
false
if
(
res
.
code
===
200
)
{
this
.
model
=
res
.
data
if
(
this
.
model
.
carReviewTask
.
imagesUrl
)
{
this
.
ruleForm
.
inspectionLeader
=
process
.
env
.
VUE_APP_IMAGE_API
+
this
.
model
.
carReviewTask
.
imagesUrl
}
this
.
ruleForm
.
inspectionLeader
=
process
.
env
.
VUE_APP_IMAGE_API
+
this
.
model
.
carReviewTask
.
imagesUrl
await
this
.
getTaskDetail
()
}
else
{
this
.
$modal
.
msgError
(
res
.
msg
)
...
...
src/views/processing/carReview/vehicle-type/index.vue
View file @
77b74410
...
...
@@ -385,10 +385,7 @@ export default {
// }
this
.
ruleForm
.
taskId
=
this
.
taskId
const
formData
=
{
imagesUrl
:
[
this
.
ruleForm
.
enterpriseLeader
,
this
.
ruleForm
.
inspectionLeader
],
imagesUrl
:
this
.
model
.
carReviewTask
.
imagesUrl
,
taskId
:
this
.
taskId
}
carTaskSubmit
(
formData
).
then
(
res
=>
{
...
...
src/views/processing/carTest/confirmation-test/index.vue
View file @
77b74410
...
...
@@ -212,8 +212,48 @@
<td
rowspan=
"1"
>
{{
keyPoint
.
requirements
}}
</td>
<td
rowspan=
"1"
>
{{
keyPoint
.
status
}}
<td
align=
"center"
class=
"investigate-result"
>
<!--
<el-tag
v-if=
"reviewDetail.result.passed === 1"
size=
"medium"
type=
"success"
>
通过
</el-tag
>
-->
<el-tag
v-if=
"keyPoint.status === 'UNPROCESSED'"
size=
"medium"
type=
"warning"
>
未处理
</el-tag>
<el-tag
v-if=
"keyPoint.status === 'PASSED'"
size=
"medium"
type=
"warning"
>
通过
</el-tag>
<el-tag
v-if=
"keyPoint.status === 'FAILED'"
size=
"medium"
type=
"warning"
>
失败
</el-tag>
<el-tag
v-if=
"keyPoint.status === 'PROCESSING'"
size=
"medium"
type=
"warning"
>
处理中
</el-tag>
<el-tag
v-if=
"keyPoint.status === 'IGNORED'"
size=
"medium"
type=
"warning"
>
已忽略
</el-tag>
</td>
</tr>
</
template
>
...
...
src/views/task/on/index.vue
View file @
77b74410
...
...
@@ -460,7 +460,9 @@
@
click=
"
goNext(
'/processing/carTest/source-record?id=' +
item.modelTestTaskId
item.modelTestTaskId +
'&totalId=' +
item.id
)
"
>
车型检验原始记录
</el-button
...
...
vue.config.js
View file @
77b74410
...
...
@@ -39,8 +39,8 @@ module.exports = {
// target: `http://192.168.10.171:22032`,
// target: `http://192.168.10.170:22032`,
//
target: `https://10.12.48.78/prod-api`,
target
:
`http://10.11.77.182:22016`
,
target
:
`https://10.12.48.78/prod-api`
,
//
target: `http://10.11.77.182:22016`,
changeOrigin
:
true
,
pathRewrite
:
{
...
...
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