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
2f933351
Commit
2f933351
authored
Feb 28, 2024
by
mzx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(信息管理): 隐藏所有toolbar
parent
b3518870
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
34 additions
and
25 deletions
+34
-25
index.vue
src/views/setting/scene/index.vue
+6
-6
vehicleModelDialog.vue
...s/setting/standardTerms/components/vehicleModelDialog.vue
+13
-4
index.vue
src/views/setting/standardTerms/index.vue
+6
-6
index.vue
src/views/setting/testMatrix/index.vue
+3
-3
index.vue
src/views/setting/testType/index.vue
+6
-6
No files found.
src/views/setting/scene/index.vue
View file @
2f933351
...
...
@@ -50,12 +50,12 @@
</el-form-item>
</el-form>
</div>
<
div
>
<right-toolbar
:show-search
.
sync=
"showSearch"
@
queryTable=
"loadData"
></right-toolbar
>
<
/div
>
<
!--
<div>
--
>
<!--
<right-toolbar-->
<!-- :show-search.sync="showSearch"-->
<!-- @queryTable="loadData"-->
<!-- >
</right-toolbar>
--
>
<
!--
</div>
--
>
</div>
<el-table
v-if=
"refreshTable"
...
...
src/views/setting/standardTerms/components/vehicleModelDialog.vue
View file @
2f933351
...
...
@@ -17,21 +17,30 @@
<tbody>
<!-- 循环遍历 keyPointList -->
<template
v-for=
"(i, PointIndex) in tableData.keyPointList"
>
<tr
:key=
"'PointIndex
-2
' + PointIndex"
>
<tr
:key=
"'PointIndex' + PointIndex"
>
<td
align=
"center"
:rowspan=
"getRows(i)"
>
{{
i
.
text
}}
</td>
</tr>
<!-- 循环遍历 reviewDetailsList -->
<template
v-for=
"(v, reviewDetailIndex) in i.reviewDetailsList"
>
<tr
:key=
"'reviewDetailIndex
-3
' + PointIndex + reviewDetailIndex"
>
<tr
:key=
"'reviewDetailIndex' + PointIndex + reviewDetailIndex"
>
<td
align=
"center"
>
{{
v
.
text
}}
</td>
<td
align=
"center"
>
<template
v-for=
"(a, reviewSceneIndex) in v.reviewSceneList"
>
<span>
{{
a
.
text
}}
</span>
<br
/>
<div
:key=
"
'reviewSceneIndex' +
PointIndex +
reviewDetailIndex +
reviewSceneIndex
"
>
<span>
{{
a
.
text
}}
</span>
<br
/>
</div>
</
template
>
</td>
</tr>
...
...
src/views/setting/standardTerms/index.vue
View file @
2f933351
...
...
@@ -54,12 +54,12 @@
</el-form-item>
</el-form>
</div>
<
div
>
<right-toolbar
:show-search
.
sync=
"showSearch"
@
queryTable=
"loadData"
></right-toolbar
>
<
/div
>
<
!--
<div>
--
>
<!--
<right-toolbar-->
<!-- :show-search.sync="showSearch"-->
<!-- @queryTable="loadData"-->
<!-- >
</right-toolbar>
--
>
<
!--
</div>
--
>
</div>
<el-table
v-loading=
"loading"
...
...
src/views/setting/testMatrix/index.vue
View file @
2f933351
...
...
@@ -3,7 +3,7 @@
<page-standard>
<el-table
v-loading=
"loading"
height=
"calc(100vh -
300
px)"
height=
"calc(100vh -
135
px)"
:data=
"tableData"
border
:header-cell-style=
"headerCellStyle"
...
...
@@ -215,8 +215,8 @@ export default {
}
}
else
{
cell
.
style
.
backgroundColor
=
'#F3F8FD'
for
(
var
i
=
1
;
i
<
selrange
.
length
;
i
++
)
{
selrange
[
i
].
style
.
backgroundColor
=
'#F3F8FD'
for
(
var
a
=
1
;
a
<
selrange
.
length
;
a
++
)
{
selrange
[
a
].
style
.
backgroundColor
=
'#F3F8FD'
}
}
}
...
...
src/views/setting/testType/index.vue
View file @
2f933351
...
...
@@ -50,12 +50,12 @@
</el-form-item>
</el-form>
</div>
<
div
>
<right-toolbar
:show-search
.
sync=
"showSearch"
@
queryTable=
"loadData"
></right-toolbar
>
<
/div
>
<
!--
<div>
--
>
<!--
<right-toolbar-->
<!-- :show-search.sync="showSearch"-->
<!-- @queryTable="loadData"-->
<!-- >
</right-toolbar>
--
>
<
!--
</div>
--
>
</div>
<el-table
v-if=
"refreshTable"
...
...
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