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
1ad6d7d4
Commit
1ad6d7d4
authored
Mar 22, 2024
by
jiaxu.yan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 70760
parent
a74a5787
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
5 deletions
+21
-5
.env.production
.env.production
+1
-1
process.scss
src/assets/styles/process.scss
+1
-1
index.vue
src/views/processing/carReview/vehicle-type/index.vue
+18
-2
index.vue
src/views/processing/carReview/write-check-form/index.vue
+1
-1
No files found.
.env.production
View file @
1ad6d7d4
...
@@ -8,6 +8,6 @@ ENV = 'production'
...
@@ -8,6 +8,6 @@ ENV = 'production'
VUE_APP_BASE_API = '/prod-api'
VUE_APP_BASE_API = '/prod-api'
# 图片服务器地址
# 图片服务器地址
VUE_APP_IMAGE_API ='
/
'
VUE_APP_IMAGE_API ='
https://10.12.48.78
'
VUE_APP_CLIENT_API = 'http://10.12.48.78:8090'
VUE_APP_CLIENT_API = 'http://10.12.48.78:8090'
src/assets/styles/process.scss
View file @
1ad6d7d4
...
@@ -92,7 +92,7 @@
...
@@ -92,7 +92,7 @@
width
:
calc
(
100%
-
100px
);
width
:
calc
(
100%
-
100px
);
}
}
.standard-title
{
.standard-title
{
width
:
calc
(
100%
-
1
0px
);
width
:
calc
(
70%
-
4
0px
);
overflow
:
hidden
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
white-space
:
nowrap
;
...
...
src/views/processing/carReview/vehicle-type/index.vue
View file @
1ad6d7d4
...
@@ -233,8 +233,16 @@
...
@@ -233,8 +233,16 @@
<span
class=
"title-content"
>
确定车型试验范围
</span>
<span
class=
"title-content"
>
确定车型试验范围
</span>
</div>
</div>
<div
class=
"img-item"
>
<div
class=
"img-item"
>
<div
class=
"img-label"
style=
"margin-top: 20px"
>
选择测试场景
</div>
<div
class=
"img-label"
style=
"margin-top: 20px"
>
<div
class=
"img-label"
style=
"margin-top: 20px"
>
选择测试场景
</div>
选择测试场景
<footer-button
style=
"width: 80px; height: 25px"
type=
"primary"
@
click=
"selectAll"
>
全部选择
</footer-button>
</div>
</div>
</div>
<!-- 测试场景 -->
<!-- 测试场景 -->
<div
class=
"test-scenario-container"
>
<div
class=
"test-scenario-container"
>
...
@@ -460,6 +468,14 @@ export default {
...
@@ -460,6 +468,14 @@ export default {
},
},
closeAll
()
{
closeAll
()
{
this
.
activeNames
=
[]
this
.
activeNames
=
[]
},
// 全选
selectAll
()
{
this
.
model
.
testScenarioList
.
forEach
(
obj
=>
{
obj
.
check
=
true
})
this
.
selectedScenario
=
this
.
model
.
testScenarioList
.
map
(
obj
=>
{
return
obj
.
value
})
}
}
}
}
}
}
...
...
src/views/processing/carReview/write-check-form/index.vue
View file @
1ad6d7d4
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
预览表单
预览表单
</header-button>
</header-button>
<header-button
<header-button
v-if=
"model.
system
ReviewTask.leaderId == userId"
v-if=
"model.
car
ReviewTask.leaderId == userId"
type=
"default"
type=
"default"
icon=
"check"
icon=
"check"
@
click=
"submitFrom()"
@
click=
"submitFrom()"
...
...
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