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
5a949e83
Commit
5a949e83
authored
Mar 06, 2024
by
mzx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 修改bug(70341)
parent
a455e6c4
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
23 additions
and
33 deletions
+23
-33
index.vue
src/views/informationBase/viewStandard/index.vue
+8
-13
index.vue
src/views/informationBase/viewUseCaseLibrary/index.vue
+1
-1
login.vue
src/views/login.vue
+1
-1
index.vue
src/views/setting/scene/index.vue
+1
-1
index.vue
src/views/setting/standard/index.vue
+9
-14
index.vue
src/views/setting/template/index.vue
+1
-1
index.vue
src/views/setting/testType/index.vue
+1
-1
index.vue
src/views/setting/useCaseLibrary/index.vue
+1
-1
No files found.
src/views/informationBase/viewStandard/index.vue
View file @
5a949e83
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
<el-table-column
<el-table-column
label=
"标准分类"
label=
"标准分类"
sortable
sortable
min-width=
"20
0"
width=
"16
0"
prop=
"standardType"
prop=
"standardType"
align=
"left"
align=
"left"
>
>
...
@@ -34,16 +34,11 @@
...
@@ -34,16 +34,11 @@
<el-table-column
<el-table-column
prop=
"standardNo"
prop=
"standardNo"
label=
"标准号"
label=
"标准号"
min-width=
"20
0"
width=
"16
0"
align=
"left"
align=
"left"
>
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
prop=
"name"
label=
"标准名称"
align=
"left"
>
prop=
"name"
label=
"标准名称"
min-width=
"200"
align=
"left"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<div
class=
"font-color"
@
click=
"downPdf(scope.row)"
>
<div
class=
"font-color"
@
click=
"downPdf(scope.row)"
>
{{
scope
.
row
.
name
}}
{{
scope
.
row
.
name
}}
...
@@ -53,7 +48,7 @@
...
@@ -53,7 +48,7 @@
<el-table-column
<el-table-column
prop=
"standardStatus"
prop=
"standardStatus"
label=
"标准状态"
label=
"标准状态"
min-width=
"20
0"
width=
"16
0"
align=
"left"
align=
"left"
>
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
...
@@ -69,25 +64,25 @@
...
@@ -69,25 +64,25 @@
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
label=
"发布日期"
label=
"发布日期"
min-width=
"20
0"
width=
"16
0"
align=
"left"
align=
"left"
sortable
sortable
prop=
"releaseDate"
prop=
"releaseDate"
>
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span>
{{
parseTime
(
scope
.
row
.
releaseDate
,
'{y
}
-{m
}
-{d
}
{h
}
'
)
}}
<
/span
>
<span>
{{
parseTime
(
scope
.
row
.
releaseDate
,
'{y
}
-{m
}
-{d
}
'
)
}}
<
/span
>
<
/template
>
<
/template
>
<
/el-table-column
>
<
/el-table-column
>
<
el
-
table
-
column
<
el
-
table
-
column
label
=
"实施日期"
label
=
"实施日期"
min
-
width
=
"20
0"
width
=
"16
0"
align
=
"left"
align
=
"left"
sortable
sortable
prop
=
"implementationDate"
prop
=
"implementationDate"
>
>
<
template
slot
-
scope
=
"scope"
>
<
template
slot
-
scope
=
"scope"
>
<
span
>
{{
<
span
>
{{
parseTime
(
scope
.
row
.
implementationDate
,
'{y
}
-{m
}
-{d
}
{h
}
'
)
parseTime
(
scope
.
row
.
implementationDate
,
'{y
}
-{m
}
-{d
}
'
)
}}
<
/span
>
}}
<
/span
>
<
/template
>
<
/template
>
<
/el-table-column
>
<
/el-table-column
>
...
...
src/views/informationBase/viewUseCaseLibrary/index.vue
View file @
5a949e83
...
@@ -89,7 +89,7 @@
...
@@ -89,7 +89,7 @@
width=
"180"
width=
"180"
>
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span>
{{
parseTime
(
scope
.
row
.
updateTime
,
'{y
}
-{m
}
-{d
}
{h
}
'
)
}}
<
/span
>
<span>
{{
parseTime
(
scope
.
row
.
updateTime
,
'{y
}
-{m
}
-{d
}
'
)
}}
<
/span
>
<
/template
>
<
/template
>
<
/el-table-column
>
<
/el-table-column
>
<
/el-table
>
<
/el-table
>
...
...
src/views/login.vue
View file @
5a949e83
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
>
>
<svg-icon
<svg-icon
slot=
"prefix"
slot=
"prefix"
icon-class=
"
user
"
icon-class=
"
tag_xuanzhong
"
class=
"el-input__icon input-icon"
class=
"el-input__icon input-icon"
/>
/>
</el-input>
</el-input>
...
...
src/views/setting/scene/index.vue
View file @
5a949e83
...
@@ -103,7 +103,7 @@
...
@@ -103,7 +103,7 @@
sortable
sortable
>
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span>
{{
parseTime
(
scope
.
row
.
storageTime
,
'{y
}
-{m
}
-{d
}
{h
}
'
)
}}
<
/span
>
<span>
{{
parseTime
(
scope
.
row
.
storageTime
,
'{y
}
-{m
}
-{d
}
'
)
}}
<
/span
>
<
/template
>
<
/template
>
<
/el-table-column
>
<
/el-table-column
>
<
/el-table
>
<
/el-table
>
...
...
src/views/setting/standard/index.vue
View file @
5a949e83
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
<el-table-column
<el-table-column
label=
"标准分类"
label=
"标准分类"
sortable
sortable
min-width=
"20
0"
width=
"16
0"
prop=
"standardType"
prop=
"standardType"
align=
"left"
align=
"left"
>
>
...
@@ -34,16 +34,11 @@
...
@@ -34,16 +34,11 @@
<el-table-column
<el-table-column
prop=
"standardNo"
prop=
"standardNo"
label=
"标准号"
label=
"标准号"
min-width=
"20
0"
width=
"16
0"
align=
"left"
align=
"left"
>
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
prop=
"name"
label=
"标准名称"
align=
"left"
>
prop=
"name"
label=
"标准名称"
min-width=
"200"
align=
"left"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<div
class=
"font-color"
@
click=
"downPdf(scope.row)"
>
<div
class=
"font-color"
@
click=
"downPdf(scope.row)"
>
{{
scope
.
row
.
name
}}
{{
scope
.
row
.
name
}}
...
@@ -53,7 +48,7 @@
...
@@ -53,7 +48,7 @@
<el-table-column
<el-table-column
prop=
"standardStatus"
prop=
"standardStatus"
label=
"标准状态"
label=
"标准状态"
min-width=
"20
0"
width=
"16
0"
align=
"left"
align=
"left"
>
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
...
@@ -69,32 +64,32 @@
...
@@ -69,32 +64,32 @@
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
label=
"发布日期"
label=
"发布日期"
min-width=
"20
0"
width=
"16
0"
align=
"left"
align=
"left"
sortable
sortable
prop=
"releaseDate"
prop=
"releaseDate"
>
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span>
{{
parseTime
(
scope
.
row
.
releaseDate
,
'{y
}
-{m
}
-{d
}
{h
}
'
)
}}
<
/span
>
<span>
{{
parseTime
(
scope
.
row
.
releaseDate
,
'{y
}
-{m
}
-{d
}
'
)
}}
<
/span
>
<
/template
>
<
/template
>
<
/el-table-column
>
<
/el-table-column
>
<
el
-
table
-
column
<
el
-
table
-
column
label
=
"实施日期"
label
=
"实施日期"
min
-
width
=
"20
0"
width
=
"16
0"
align
=
"left"
align
=
"left"
sortable
sortable
prop
=
"implementationDate"
prop
=
"implementationDate"
>
>
<
template
slot
-
scope
=
"scope"
>
<
template
slot
-
scope
=
"scope"
>
<
span
>
{{
<
span
>
{{
parseTime
(
scope
.
row
.
implementationDate
,
'{y
}
-{m
}
-{d
}
{h
}
'
)
parseTime
(
scope
.
row
.
implementationDate
,
'{y
}
-{m
}
-{d
}
'
)
}}
<
/span
>
}}
<
/span
>
<
/template
>
<
/template
>
<
/el-table-column
>
<
/el-table-column
>
<
el
-
table
-
column
<
el
-
table
-
column
label
=
"操作"
label
=
"操作"
align
=
"left"
align
=
"left"
min
-
width
=
"16
0"
width
=
"24
0"
fixed
=
"right"
fixed
=
"right"
class
-
name
=
"fixed-width"
class
-
name
=
"fixed-width"
>
>
...
...
src/views/setting/template/index.vue
View file @
5a949e83
...
@@ -48,7 +48,7 @@
...
@@ -48,7 +48,7 @@
<!-- </el-table-column>-->
<!-- </el-table-column>-->
<el-table-column
label=
"更新时间"
align=
"left"
sortable
prop=
"createTime"
>
<el-table-column
label=
"更新时间"
align=
"left"
sortable
prop=
"createTime"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span>
{{
parseTime
(
scope
.
row
.
createTime
,
'{y
}
-{m
}
-{d
}
{h
}
'
)
}}
<
/span
>
<span>
{{
parseTime
(
scope
.
row
.
createTime
,
'{y
}
-{m
}
-{d
}
'
)
}}
<
/span
>
<
/template
>
<
/template
>
<
/el-table-column
>
<
/el-table-column
>
<
el
-
table
-
column
<
el
-
table
-
column
...
...
src/views/setting/testType/index.vue
View file @
5a949e83
...
@@ -104,7 +104,7 @@
...
@@ -104,7 +104,7 @@
sortable
sortable
>
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span>
{{
parseTime
(
scope
.
row
.
storageTime
,
'{y
}
-{m
}
-{d
}
{h
}
'
)
}}
<
/span
>
<span>
{{
parseTime
(
scope
.
row
.
storageTime
,
'{y
}
-{m
}
-{d
}
'
)
}}
<
/span
>
<
/template
>
<
/template
>
<
/el-table-column
>
<
/el-table-column
>
<
/el-table
>
<
/el-table
>
...
...
src/views/setting/useCaseLibrary/index.vue
View file @
5a949e83
...
@@ -99,7 +99,7 @@
...
@@ -99,7 +99,7 @@
width=
"180"
width=
"180"
>
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span>
{{
parseTime
(
scope
.
row
.
updateTime
,
'{y
}
-{m
}
-{d
}
{h
}
'
)
}}
<
/span
>
<span>
{{
parseTime
(
scope
.
row
.
updateTime
,
'{y
}
-{m
}
-{d
}
'
)
}}
<
/span
>
<
/template
>
<
/template
>
<
/el-table-column
>
<
/el-table-column
>
<
/el-table
>
<
/el-table
>
...
...
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