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
f06e93b9
Commit
f06e93b9
authored
Jan 03, 2024
by
jiaxu.yan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(统一样式): 统一修改序号列,整理样式覆盖问题
parent
d45d3b0b
Changes
17
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
30 additions
and
38 deletions
+30
-38
list.vue
src/views/monitor/cache/list.vue
+4
-2
index.vue
src/views/monitor/online/index.vue
+1
-1
index.vue
src/views/review/already/index.vue
+1
-1
index.vue
src/views/review/initiatedReview/index.vue
+1
-1
index.vue
src/views/review/wait/index.vue
+2
-1
index.vue
src/views/setting/company/index.vue
+1
-7
index.vue
src/views/setting/file/index.vue
+1
-1
index.vue
src/views/setting/rules/index.vue
+10
-10
index.vue
src/views/setting/scene/index.vue
+1
-1
index.vue
src/views/setting/standard/index.vue
+1
-1
index.vue
src/views/setting/template/index.vue
+1
-1
index.vue
src/views/setting/useCaseLibrary/index.vue
+1
-1
index.vue
src/views/system/notice/index.vue
+1
-6
authRole.vue
src/views/system/user/authRole.vue
+1
-1
index.vue
src/views/task/detail/index.vue
+1
-1
index.vue
src/views/task/on/index.vue
+1
-1
index.vue
src/views/tool/gen/index.vue
+1
-1
No files found.
src/views/monitor/cache/list.vue
View file @
f06e93b9
...
...
@@ -22,7 +22,8 @@
>
<el-table-column
label=
"序号"
width=
"100"
width=
"60"
align=
"center"
type=
"index"
></el-table-column>
...
...
@@ -80,7 +81,8 @@
>
<el-table-column
label=
"序号"
width=
"100"
width=
"60"
align=
"center"
type=
"index"
></el-table-column>
<el-table-column
...
...
src/views/monitor/online/index.vue
View file @
f06e93b9
...
...
@@ -41,7 +41,7 @@
:data=
"list.slice((pageNum - 1) * pageSize, pageNum * pageSize)"
style=
"width: 100%"
>
<el-table-column
label=
"序号"
type=
"index"
align=
"center"
>
<el-table-column
label=
"序号"
type=
"index"
width=
"60"
align=
"center"
>
<template
slot-scope=
"scope"
>
<span>
{{
(
pageNum
-
1
)
*
pageSize
+
scope
.
$index
+
1
}}
</span>
</
template
>
...
...
src/views/review/already/index.vue
View file @
f06e93b9
...
...
@@ -68,7 +68,7 @@
:default-sort=
"
{ prop: 'createTime', order: 'descending' }"
:data="tableData"
>
<el-table-column
width=
"100"
label=
"序号
"
align=
"center"
>
<el-table-column
label=
"序号"
width=
"60
"
align=
"center"
>
<template
slot-scope=
"scope"
>
<span>
{{
scope
.
$index
+
1
}}
</span>
</
template
>
...
...
src/views/review/initiatedReview/index.vue
View file @
f06e93b9
...
...
@@ -100,7 +100,7 @@
:default-sort=
"
{ prop: 'createTime', order: 'descending' }"
:data="tableData"
>
<el-table-column
width=
"
10
0"
label=
"序号"
type=
"index"
align=
"center"
/>
<el-table-column
width=
"
6
0"
label=
"序号"
type=
"index"
align=
"center"
/>
<el-table-column
label=
"评审单编号"
width=
"150"
sortable
align=
"center"
>
<template
slot-scope=
"scope"
>
10221212
</
template
>
</el-table-column>
...
...
src/views/review/wait/index.vue
View file @
f06e93b9
...
...
@@ -74,7 +74,7 @@
:default-sort=
"
{ prop: 'createTime', order: 'descending' }"
:data="tableData"
>
<el-table-column
width=
"60"
label=
"序号"
align=
"center"
>
<el-table-column
type=
"index"
width=
"60"
label=
"序号"
align=
"center"
>
<template
slot-scope=
"scope"
>
<span>
{{
scope
.
$index
+
1
}}
</span>
</
template
>
...
...
@@ -118,6 +118,7 @@
</el-table-column>
<el-table-column
label=
"等待时长"
min-width=
"200"
sortable
align=
"center"
prop=
"waitingTime"
...
...
src/views/setting/company/index.vue
View file @
f06e93b9
...
...
@@ -86,13 +86,7 @@
:default-sort=
"
{ prop: 'createTime', order: 'descending' }"
:data="tableData"
>
<el-table-column
type=
"index"
width=
"60"
label=
"序号"
sortable
align=
"center"
>
<el-table-column
type=
"index"
width=
"60"
label=
"序号"
align=
"center"
>
</el-table-column>
<el-table-column
label=
"企业名称"
...
...
src/views/setting/file/index.vue
View file @
f06e93b9
...
...
@@ -57,7 +57,7 @@
:default-sort=
"
{ prop: 'createTime', order: 'descending' }"
:data="tableData"
>
<el-table-column
width=
"100"
label=
"序号"
sortable
align=
"left
"
>
<el-table-column
type=
"index"
width=
"60"
label=
"序号"
align=
"center
"
>
<template
slot-scope=
"scope"
>
<span>
{{
scope
.
$index
+
1
}}
</span>
</
template
>
...
...
src/views/setting/rules/index.vue
View file @
f06e93b9
...
...
@@ -109,15 +109,15 @@
:expand-on-click-node=
"false"
>
<div
slot-scope=
"
{ node, data }" class="item-box">
<
!--
<el-tooltip
class=
"item"
:content=
"node.label"
placement=
"right"
>
--
>
<div
class=
"title
"
>
<span
v-if=
"node.level == 1"
>
标准要求:
</span>
<span
v-if=
"node.level == 2"
>
审查要点:
</span>
<span
v-if=
"node.level == 3"
>
审查细则:
</span>
<span
v-if=
"node.level == 4"
>
关联场景:
</span>
{{
node
.
label
}}
</div>
<
!--
</el-tooltip>
--
>
<
el-tooltip
class=
"item"
:content=
"node.label"
placement=
"right"
>
<div
class=
"title-item
"
>
<span
v-if=
"node.level == 1"
>
标准要求:
</span>
<span
v-if=
"node.level == 2"
>
审查要点:
</span>
<span
v-if=
"node.level == 3"
>
审查细则:
</span>
<span
v-if=
"node.level == 4"
>
关联场景:
</span>
{{
node
.
label
}}
</div>
<
/el-tooltip
>
<div
class=
"buttons-list"
>
<!--
<el-button
...
...
@@ -445,7 +445,7 @@ export default {
font-size
:
14px
;
padding-right
:
8px
;
.title
{
.title
-item
{
width
:
500px
;
overflow
:
hidden
;
white-space
:
nowrap
;
...
...
src/views/setting/scene/index.vue
View file @
f06e93b9
...
...
@@ -67,7 +67,7 @@
:scroll-x="'1500px'"
:data="tableData"
>
<el-table-column
width=
"8
0"
label=
"序号"
align=
"center"
>
<el-table-column
type=
"index"
width=
"6
0"
label=
"序号"
align=
"center"
>
<template
slot-scope=
"scope"
>
<span>
{{
scope
.
$index
+
1
}}
</span>
</
template
>
...
...
src/views/setting/standard/index.vue
View file @
f06e93b9
...
...
@@ -110,7 +110,7 @@
:default-sort=
"
{ prop: 'createTime', order: 'descending' }"
:data="tableData"
>
<el-table-column
width=
"8
0"
label=
"序号"
align=
"center"
>
<el-table-column
type=
"index"
width=
"6
0"
label=
"序号"
align=
"center"
>
<template
slot-scope=
"scope"
>
<span>
{{
scope
.
$index
+
1
}}
</span>
</
template
>
...
...
src/views/setting/template/index.vue
View file @
f06e93b9
...
...
@@ -6,7 +6,7 @@
border
:data=
"tableData"
>
<el-table-column
width=
"100"
label=
"序号"
sortable
align=
"left
"
>
<el-table-column
type=
"index"
width=
"60"
label=
"序号"
align=
"center
"
>
<template
slot-scope=
"scope"
>
<span>
{{
scope
.
$index
+
1
}}
</span>
</
template
>
...
...
src/views/setting/useCaseLibrary/index.vue
View file @
f06e93b9
...
...
@@ -82,7 +82,7 @@
</el-row>
<el-table
v-loading=
"loading"
:data=
"postList"
>
<el-table-column
width=
"100"
label=
"序号"
sortable
align=
"left
"
>
<el-table-column
type=
"index"
width=
"60"
label=
"序号"
align=
"center
"
>
<template
slot-scope=
"scope"
>
<span>
{{
scope
.
$index
+
1
}}
</span>
</
template
>
...
...
src/views/system/notice/index.vue
View file @
f06e93b9
...
...
@@ -103,12 +103,7 @@
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
<el-table-column
label=
"序号"
align=
"center"
prop=
"noticeId"
width=
"100"
/>
<el-table-column
label=
"序号"
align=
"center"
prop=
"noticeId"
width=
"60"
/>
<el-table-column
label=
"公告标题"
align=
"center"
...
...
src/views/system/user/authRole.vue
View file @
f06e93b9
...
...
@@ -25,7 +25,7 @@
@
row-click=
"clickRow"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
label=
"序号"
type=
"index
"
align=
"center"
>
<el-table-column
type=
"index"
width=
"60"
label=
"序号
"
align=
"center"
>
<template
slot-scope=
"scope"
>
<span>
{{
(
pageNum
-
1
)
*
pageSize
+
scope
.
$index
+
1
}}
</span>
</
template
>
...
...
src/views/task/detail/index.vue
View file @
f06e93b9
...
...
@@ -107,7 +107,7 @@
:default-sort=
"
{ prop: 'createTime', order: 'descending' }"
:data="tableData"
>
<el-table-column
width=
"
10
0"
label=
"序号"
sortable
align=
"center"
>
<el-table-column
width=
"
6
0"
label=
"序号"
sortable
align=
"center"
>
<template
slot-scope=
"scope"
>
<span>
{{
scope
.
$index
+
1
}}
</span>
</
template
>
...
...
src/views/task/on/index.vue
View file @
f06e93b9
...
...
@@ -55,7 +55,7 @@
border
:data=
"tableData"
>
<el-table-column
width=
"
10
0"
label=
"序号"
align=
"center"
>
<el-table-column
width=
"
6
0"
label=
"序号"
align=
"center"
>
<template
slot-scope=
"scope"
>
<span>
{{
scope
.
$index
+
1
}}
</span>
</
template
>
...
...
src/views/tool/gen/index.vue
View file @
f06e93b9
...
...
@@ -116,7 +116,7 @@
align=
"center"
width=
"55"
></el-table-column>
<el-table-column
label=
"序号"
type=
"index"
width=
"
5
0"
align=
"center"
>
<el-table-column
label=
"序号"
type=
"index"
width=
"
6
0"
align=
"center"
>
<template
slot-scope=
"scope"
>
<span>
{{
(
queryParams
.
pageNum
-
1
)
*
queryParams
.
pageSize
+
scope
.
$index
+
1
...
...
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