Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ZeMKI
Mesort
Commits
a8c0fc09
Commit
a8c0fc09
authored
Nov 12, 2020
by
ZeMKI
Browse files
no message
parent
1bdc4bc5
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/js/components/Interview/interviewlist.vue
View file @
a8c0fc09
...
...
@@ -35,14 +35,15 @@
</span>
</b-table-column>
<b-table-column
field=
"buttons"
label=
"Actions"
centered
width=
"400"
>
<span><a
:href=
"productionUrl+'../../interview/'+props.row.id+'/show'"
target=
"_blank"
<span><a
:href=
"productionUrl+'/interview/'+props.row.id+'/show'"
target=
"_blank"
class=
"bg-gray-300 hover:bg-gray-400 text-gray-800 font-bold py-2 px-4 rounded inline-flex items-center"
>
<b-icon
class=
"fill-current w-4 h-4 mr-2"
icon=
"eye"
>
</b-icon>
View
</a></span>
<span><a
:href=
"productionUrl+'
../..
/export/'+props.row.id+'/interview'"
target=
"_blank"
<span><a
:href=
"productionUrl+'/export/'+props.row.id+'/interview'"
target=
"_blank"
class=
"bg-gray-300 hover:bg-gray-400 text-gray-800 font-bold py-2 px-4 rounded inline-flex items-center"
>
<b-icon
class=
"fill-current w-4 h-4 mr-2"
...
...
@@ -83,11 +84,19 @@
},
data
()
{
return
{
PorcodiDio
:
'
a
'
,
sortIcon
:
'
arrow-up
'
,
sortIconSize
:
'
is-small
'
,
defaultSortDirection
:
'
asc
'
,
}
},
computed
:
{
},
created
()
{
this
.
PorcodiDio
=
this
.
productionUrl
;
console
.
log
(
this
.
productionUrl
)
console
.
log
(
this
.
PorcodiDio
)
},
methods
:
{
formatdate
:
function
(
date
)
{
//moment.defaultFormat = "DD.MM.YYYY HH:mm";
...
...
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