Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
memberTag-web
Overview
Overview
Details
Activity
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
memberTag
memberTag-web
Commits
85d8e3d9
Commit
85d8e3d9
authored
Oct 08, 2021
by
黑潮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 修改
parent
55a1e4a0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
+6
-1
tag-config-options.vue
src/components/tag/tag-config-options.vue
+6
-1
No files found.
src/components/tag/tag-config-options.vue
View file @
85d8e3d9
...
...
@@ -2036,7 +2036,12 @@ export default {
let
v
=
e
.
target
.
value
;
v
=
v
.
indexOf
(
'-'
)
==
v
.
length
-
1
?
''
:
v
;
v
=
v
.
indexOf
(
'.'
)
==
v
.
length
-
1
?
v
.
replace
(
'.'
,
''
)
:
v
;
if
(
this
.
tagData
.
tagId
==
'6fb8ab4ce2d64fd19ac22fcba722bd61'
)
v
=
Math
.
floor
(
v
);
if
(
this
.
tagData
.
tagId
==
'6fb8ab4ce2d64fd19ac22fcba722bd61'
)
{
v
=
Math
.
floor
(
v
);
if
(
v
<
0
)
{
v
=
0
}
}
return
v
;
},
onChangeTime
(
val
)
{
...
...
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