Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
wotwizard-ui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
wotwizard-ui
Commits
6085d954
Commit
6085d954
authored
2 years ago
by
Pierre-Jean CHANCELLIER
Browse files
Options
Downloads
Patches
Plain Diff
improve RENEW status
#2
parent
e2a31ee5
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
components/suivis/Tableau.vue
+1
-1
1 addition, 1 deletion
components/suivis/Tableau.vue
pages/mes-suivis.vue
+5
-4
5 additions, 4 deletions
pages/mes-suivis.vue
pages/previsions/futures_sorties.vue
+2
-2
2 additions, 2 deletions
pages/previsions/futures_sorties.vue
with
8 additions
and
7 deletions
components/suivis/Tableau.vue
+
1
−
1
View file @
6085d954
...
@@ -36,7 +36,7 @@ export default {
...
@@ -36,7 +36,7 @@ export default {
data
()
{
data
()
{
return
{
return
{
search
:
""
,
search
:
""
,
filterStatus
:
[
"
NEWCOMER
"
,
""
,
"
RENEW
"
,
"
MISSING
"
,
""
],
filterStatus
:
[
"
NEWCOMER
"
,
"
MEMBER
"
,
"
RENEW
"
,
"
MISSING
"
,
""
],
filterCerts
:
"
current
"
,
filterCerts
:
"
current
"
,
nbItems
:
0
nbItems
:
0
}
}
...
...
This diff is collapsed.
Click to expand it.
pages/mes-suivis.vue
+
5
−
4
View file @
6085d954
...
@@ -197,7 +197,7 @@ export default {
...
@@ -197,7 +197,7 @@ export default {
status
:
status
:
[
"
warning
"
,
"
danger
"
].
includes
(
[
"
warning
"
,
"
danger
"
].
includes
(
this
.
$options
.
filters
.
dateStatus
(
el
.
id
.
limitDate
)
this
.
$options
.
filters
.
dateStatus
(
el
.
id
.
limitDate
)
)
&&
el
.
id
.
status
!
=
"
NEWCOM
ER
"
)
&&
el
.
id
.
status
=
=
"
MEMB
ER
"
?
"
RENEW
"
?
"
RENEW
"
:
el
.
id
.
status
,
:
el
.
id
.
status
,
expired
:
false
expired
:
false
...
@@ -235,7 +235,7 @@ export default {
...
@@ -235,7 +235,7 @@ export default {
status
:
status
:
[
"
warning
"
,
"
danger
"
].
includes
(
[
"
warning
"
,
"
danger
"
].
includes
(
this
.
$options
.
filters
.
dateStatus
(
member
.
limitDate
)
this
.
$options
.
filters
.
dateStatus
(
member
.
limitDate
)
)
&&
member
.
status
!
=
"
NEWCOM
ER
"
)
&&
member
.
status
=
=
"
MEMB
ER
"
?
"
RENEW
"
?
"
RENEW
"
:
member
.
status
,
:
member
.
status
,
expired
:
member
.
expired
||
false
expired
:
member
.
expired
||
false
...
@@ -257,8 +257,9 @@ export default {
...
@@ -257,8 +257,9 @@ export default {
return
{
return
{
...
ret
,
...
ret
,
status
:
status
:
this
.
$options
.
filters
.
dateStatus
(
member
.
limitDate
)
==
[
"
warning
"
,
"
danger
"
].
includes
(
"
warning
"
&&
member
.
status
!=
"
NEWCOMER
"
this
.
$options
.
filters
.
dateStatus
(
member
.
limitDate
)
)
&&
member
.
status
==
"
MEMBER
"
?
"
RENEW
"
?
"
RENEW
"
:
member
.
status
,
:
member
.
status
,
expired
:
member
.
expired
||
false
expired
:
member
.
expired
||
false
...
...
This diff is collapsed.
Click to expand it.
pages/previsions/futures_sorties.vue
+
2
−
2
View file @
6085d954
...
@@ -110,7 +110,7 @@ export default {
...
@@ -110,7 +110,7 @@ export default {
status
:
status
:
[
"
warning
"
,
"
danger
"
].
includes
(
[
"
warning
"
,
"
danger
"
].
includes
(
this
.
$options
.
filters
.
dateStatus
(
el
.
limitDate
)
this
.
$options
.
filters
.
dateStatus
(
el
.
limitDate
)
)
&&
el
.
status
!
=
"
NEWCOM
ER
"
)
&&
el
.
status
=
=
"
MEMB
ER
"
?
"
RENEW
"
?
"
RENEW
"
:
el
.
status
:
el
.
status
}
}
...
@@ -136,7 +136,7 @@ export default {
...
@@ -136,7 +136,7 @@ export default {
status
:
status
:
[
"
warning
"
,
"
danger
"
].
includes
(
[
"
warning
"
,
"
danger
"
].
includes
(
this
.
$options
.
filters
.
dateStatus
(
el
.
limitDate
)
this
.
$options
.
filters
.
dateStatus
(
el
.
limitDate
)
)
&&
el
.
status
!
=
"
NEWCOM
ER
"
)
&&
el
.
status
=
=
"
MEMB
ER
"
?
"
RENEW
"
?
"
RENEW
"
:
el
.
status
:
el
.
status
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment