UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
P
Party Bus
Launchboard
launchboard-fe
Commits
849d4711
Commit
849d4711
authored
Sep 02, 2021
by
hunter.congress
Browse files
cleaning code and fixing spacing in wording
parent
2bd649f8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
12 deletions
+11
-12
src/components/Training/PendingRequests.vue
src/components/Training/PendingRequests.vue
+11
-12
No files found.
src/components/Training/PendingRequests.vue
View file @
849d4711
...
@@ -157,14 +157,6 @@ export default {
...
@@ -157,14 +157,6 @@ export default {
};
};
},
},
async
mounted
()
{
async
mounted
()
{
this
.
mainMesseage
=
"
Your request to add a team member into
"
+
this
.
$props
.
trainingCourse
.
name
+
"
-
"
+
this
.
$props
.
trainingCourse
.
startDate
+
"
-
"
+
this
.
$props
.
trainingCourse
.
endDate
+
"
has been denied due to the following reasons:
"
;
await
this
.
fetchData
();
await
this
.
fetchData
();
},
},
methods
:
{
methods
:
{
...
@@ -203,8 +195,15 @@ export default {
...
@@ -203,8 +195,15 @@ export default {
{
{
userId
:
userId
,
userId
:
userId
,
pmId
:
pmId
,
pmId
:
pmId
,
mainText
:
"
none
"
,
mainText
:
subText
:
"
none
"
,
"
Your request to add a team member into
"
+
this
.
$props
.
trainingCourse
.
name
+
"
-
"
+
this
.
$props
.
trainingCourse
.
startDate
+
"
-
"
+
this
.
$props
.
trainingCourse
.
endDate
+
"
has been approved
"
,
subText
:
""
,
add
:
true
,
add
:
true
,
}
}
);
);
...
@@ -234,13 +233,13 @@ export default {
...
@@ -234,13 +233,13 @@ export default {
},
},
mainMessage
()
{
mainMessage
()
{
return
(
return
(
"
Your request to add a team member into
"
+
"
Your request to add a team member into
"
+
this
.
$props
.
trainingCourse
.
name
+
this
.
$props
.
trainingCourse
.
name
+
"
-
"
+
"
-
"
+
this
.
$props
.
trainingCourse
.
startDate
+
this
.
$props
.
trainingCourse
.
startDate
+
"
-
"
+
"
-
"
+
this
.
$props
.
trainingCourse
.
endDate
+
this
.
$props
.
trainingCourse
.
endDate
+
"
has been denied due to the following reasons:
"
"
has been denied due to the following reasons:
"
);
);
},
},
},
},
...
...
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