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
00301488
Commit
00301488
authored
Mar 05, 2024
by
mzx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 修改bug(70345)
parent
6484046b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
index.vue
src/views/informationBase/viewStandard/index.vue
+1
-0
index.vue
src/views/setting/standard/index.vue
+5
-2
No files found.
src/views/informationBase/viewStandard/index.vue
View file @
00301488
...
...
@@ -16,6 +16,7 @@
</el-table-column>
<el-table-column
label=
"标准分类"
sortable
min-width=
"200"
prop=
"standardType"
align=
"left"
...
...
src/views/setting/standard/index.vue
View file @
00301488
...
...
@@ -16,6 +16,7 @@
</el-table-column>
<el-table-column
label=
"标准分类"
sortable
min-width=
"200"
prop=
"standardType"
align=
"left"
...
...
@@ -75,7 +76,7 @@
prop=
"releaseDate"
>
<
template
slot-scope=
"scope"
>
<span>
{{
parseTime
(
scope
.
row
.
releaseDate
)
}}
</span>
<span>
{{
parseTime
(
scope
.
row
.
releaseDate
,
'{y
}
-{m
}
-{d
}
{h
}
'
)
}}
<
/span
>
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
...
...
@@ -86,7 +87,9 @@
prop
=
"implementationDate"
>
<
template
slot
-
scope
=
"scope"
>
<span>
{{
parseTime
(
scope
.
row
.
implementationDate
)
}}
</span>
<
span
>
{{
parseTime
(
scope
.
row
.
implementationDate
,
'{y
}
-{m
}
-{d
}
{h
}
'
)
}}
<
/span
>
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
...
...
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