Initial import
This commit is contained in:
@@ -0,0 +1,640 @@
|
||||
<template>
|
||||
<v-layout class="fill-height" column>
|
||||
<v-dialog v-model="dialogsuccess" persistent max-width="290">
|
||||
<v-card>
|
||||
<v-card-title color="success" class="headline">Berhasil !</v-card-title>
|
||||
<v-card-text>
|
||||
{{msgsuccess}}
|
||||
</v-card-text>
|
||||
<v-card-actions>
|
||||
<v-spacer></v-spacer>
|
||||
<v-btn color="green darken-1" flat @click="closeDialogSuccess">OK</v-btn>
|
||||
</v-card-actions>
|
||||
</v-card>
|
||||
</v-dialog>
|
||||
|
||||
<v-card class="mb-2 pa-2 searchbox">
|
||||
<v-layout align-center row>
|
||||
<v-flex xs3>
|
||||
<v-select class="ma-1 mini-select" :items="filter_branch" item-text="name" return-object style="font-size:14px" v-model="selected_filter_branch"
|
||||
label="Cabang" outline hide-details></v-select>
|
||||
</v-flex>
|
||||
<v-flex xs3>
|
||||
<v-select class="ma-1 mini-select" :items="filter_type" item-text="name" return-object style="font-size:14px" v-model="selected_filter_type"
|
||||
label="Tipe" outline hide-details></v-select>
|
||||
</v-flex>
|
||||
<v-flex xs3>
|
||||
<v-select class="ma-1 mini-select" :items="filter_status" item-text="name" return-object style="font-size:14px" v-model="selected_filter_status"
|
||||
label="Status" outline hide-details></v-select>
|
||||
</v-flex>
|
||||
<v-flex v-if="btn_hide === false" xs3>
|
||||
<span title="Kirim" @click="receive" class="icon-medium-fill-base xs1 white--text warning"><v-icon large dark>move_to_inbox</v-icon></span>
|
||||
</v-flex>
|
||||
</v-layout>
|
||||
</v-card>
|
||||
<v-card>
|
||||
<v-layout align-center row>
|
||||
<v-flex xs12 pl-2 style="max-height:610px;overflow-y:scroll" pr-2 pt-2 pb-2>
|
||||
<v-data-table :headers="headers" :items="mous" :loading="isLoading" hide-actions class="elevation-1">
|
||||
<template v-slot:headers="props">
|
||||
<tr>
|
||||
<th class="text-xs-left blue-grey white--text">
|
||||
<v-checkbox style="padding-top:0;margin-top:0" hide-details color="white" :indeterminate="indeterminatex" @change="changeCbxAll(bar_chx_all)"
|
||||
v-model="bar_chx_all"></v-checkbox>
|
||||
</th>
|
||||
<th v-for="header in props.headers" :key="header.text" :class="header.class" :width="header.width">
|
||||
{{ header.text }}
|
||||
</th>
|
||||
</tr>
|
||||
</template>
|
||||
|
||||
<template v-slot:items="props">
|
||||
<td style="width:15px" class="text-xs-left">
|
||||
<v-checkbox style="padding-top:0;margin-top:0" color="blue-grey" hide-details v-model="props.item.chex" @change="checkTop()"></v-checkbox>
|
||||
</td>
|
||||
<td class="text-xs-left pa-2">{{ props.item.tipe}}</td>
|
||||
<td class="text-xs-left pa-2">{{ props.item.branchname}}</td>
|
||||
<td class="text-xs-left pa-2">{{ props.item.moudate}}</td>
|
||||
<td class="text-xs-left pa-2">
|
||||
<p class="mb-0 font-weight-black">
|
||||
{{ props.item.mouname }}
|
||||
</p>
|
||||
<p style="color:#800000" class="mb-0 font-weight-bold caption">{{props.item.companyname}}</p>
|
||||
</td>
|
||||
<td class="text-xs-left pa-2"><p>{{ props.item.testname}}</p></td>
|
||||
<td class="text-xs-left pa-2">{{ props.item.status}}</td>
|
||||
<td class="text-xs-left pa-2">{{ props.item.pengulangan}}</td>
|
||||
<td class="text-xs-left pa-2">{{ props.item.staffname}}</td>
|
||||
</template>
|
||||
</v-data-table>
|
||||
</v-flex>
|
||||
</v-layout>
|
||||
</v-card>
|
||||
<template>
|
||||
|
||||
<v-dialog v-model="dialog_alert_verif" max-width="600px">
|
||||
<v-card>
|
||||
<v-card-title class="headline red lighten-2 pt-2 pb-2" primary-title>
|
||||
Peringatan !
|
||||
</v-card-title>
|
||||
<v-card-text class="pt-2 pb-2">
|
||||
<v-layout row>
|
||||
<v-flex xs12 d-flex>
|
||||
<v-layout row>
|
||||
<v-flex pb-1 xs12>
|
||||
<v-layout row>
|
||||
<v-flex pt-2 pr-2 xs12>
|
||||
{{msgalertverif}}
|
||||
</v-flex>
|
||||
</v-layout>
|
||||
</v-flex>
|
||||
</v-layout>
|
||||
</v-flex>
|
||||
</v-layout>
|
||||
</v-card-text>
|
||||
<v-divider></v-divider>
|
||||
<v-card-actions>
|
||||
<v-spacer></v-spacer>
|
||||
<v-btn color="primary" flat @click="close_alert_verif()">
|
||||
Tutup
|
||||
</v-btn>
|
||||
</v-card-actions>
|
||||
</v-card>
|
||||
</v-dialog>
|
||||
|
||||
</template>
|
||||
|
||||
<one-dialog-info :status="opendialoginfo" :msg="msginfo" @close-dialog-info="closeDialogInfo()"></one-dialog-info>
|
||||
<one-dialog-alert :status="openalertconfirmation" :msg="msgalertconfirmation" @forget-dialog-alert="forgetAlertConfirmation()"
|
||||
@close-dialog-alert="closeAlertConfirmation()"></one-dialog-alert>
|
||||
<one-dialog-print-verify :title="printtitleverify" :width="printwidthverify" :height="500" :status="openprintverify" :urlprint="urlprintverify"
|
||||
@close-dialog-print="closePrintVerify"></one-dialog-print-verify>
|
||||
</v-layout>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
.searchbox .v-input.v-text-field .v-input__slot {
|
||||
min-height: 60px;
|
||||
}
|
||||
|
||||
.searchbox .v-btn {
|
||||
min-height: 60px;
|
||||
}
|
||||
|
||||
table.v-table tbody td,
|
||||
table.v-table tbody th {
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
table.v-table thead tr {
|
||||
height: 40px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<script>
|
||||
module.exports = {
|
||||
components: {
|
||||
'one-dialog-info': httpVueLoader('../../../common/oneDialogInfo.vue'),
|
||||
'one-dialog-alert': httpVueLoader('../../../common/oneDialogAlert.vue'),
|
||||
'one-x-check': httpVueLoader('../../../common/onexcheck.vue'),
|
||||
'one-dialog-print-verify': httpVueLoader('../../../common/oneDialogPrintX.vue')
|
||||
},
|
||||
mounted() {
|
||||
this.$store.dispatch("mou/getstationstatus", {
|
||||
nolab: this.nolab,
|
||||
branchid: 0,
|
||||
typeid:0,
|
||||
statusid:0,
|
||||
lastid: -1
|
||||
})
|
||||
this.$store.dispatch("mou/search")
|
||||
},
|
||||
methods: {
|
||||
isSelected(p) {
|
||||
return p.T_BarcodeLabID == this.$store.state.mou.selected_patient.T_BarcodeLabID
|
||||
},
|
||||
searchPatient() {
|
||||
this.$store.dispatch("mou/search", {
|
||||
nolab: this.nolab,
|
||||
branchid: this.selected_filter_branch.id,
|
||||
typeid: this.selected_filter_type.id,
|
||||
statusid: this.selected_filter_status.id,
|
||||
lastid: -1
|
||||
})
|
||||
},
|
||||
selectMe(pat) {
|
||||
if (this.$store.state.mou.no_save == 0) {
|
||||
var mous = this.$store.state.mou.mous
|
||||
this.$store.commit("mou/update_selected_patient", pat)
|
||||
var idx = _.findIndex(mous, function (o) {
|
||||
return o.T_BarcodeLabID == pat.T_BarcodeLabID
|
||||
})
|
||||
this.$store.commit("mou/update_last_id", idx)
|
||||
} else {
|
||||
this.$store.commit("mou/update_open_alert_confirmation", true)
|
||||
}
|
||||
|
||||
},
|
||||
close_alert_verif() {
|
||||
this.$store.commit("mou/update_dialog_alert_verif", false)
|
||||
this.btn_hide = false
|
||||
},
|
||||
closeAlertConfirmation() {
|
||||
this.$store.commit("mou/update_open_alert_confirmation", false)
|
||||
},
|
||||
forgetAlertConfirmation() {
|
||||
this.$store.commit("mou/update_no_save", 0)
|
||||
this.$store.commit("mou/update_open_alert_confirmation", false)
|
||||
},
|
||||
updateAlert_success(val) {
|
||||
this.$store.commit("mou/update_alert_success", val)
|
||||
},
|
||||
setNewPatient() {
|
||||
//this.$store.commit("mou/update_selected_Patient",{})
|
||||
|
||||
},
|
||||
opendialog_doctor(value) {
|
||||
//console.log(value)
|
||||
var trx = this.$store.state.mou.mous
|
||||
var idx = _.findIndex(trx, function (o) {
|
||||
return o.T_BarcodeLabBarcode == value.T_BarcodeLabBarcode
|
||||
})
|
||||
if (value.status === 'V' && value.requirement_status === 'Y') {
|
||||
|
||||
} else {
|
||||
this.$store.commit("mou/update_selected_patient", value)
|
||||
trx[idx].requirement_status = 'N'
|
||||
//console.log(trx[idx].requirements)
|
||||
this.$store.commit("mou/update_requirements", trx[idx].requirements)
|
||||
this.$store.commit("mou/update_dialog_doctor", true)
|
||||
}
|
||||
},
|
||||
checkReq(val, idx) {
|
||||
var xrequirements = this.requirements
|
||||
if (xrequirements[idx].status === 'D') {
|
||||
xrequirements[idx].chex = val
|
||||
this.$store.commit("mou/update_requirements", xrequirements)
|
||||
}
|
||||
},
|
||||
saveRequirement() {
|
||||
var branchs = this.$store.state.mou.mous
|
||||
var selected_sample = this.$store.state.mou.selected_patient
|
||||
var idx = _.findIndex(branchs, function (o) {
|
||||
return o.T_BarcodeLabID == selected_sample.T_BarcodeLabID
|
||||
})
|
||||
if (branchs[idx].status === 'D') {
|
||||
branchs[idx].requirements = this.$store.state.mou.requirements
|
||||
}
|
||||
this.$store.commit("mou/update_dialog_doctor", false)
|
||||
},
|
||||
confirmRequirement(value) {
|
||||
var branchs = this.$store.state.mou.mous
|
||||
var idx = _.findIndex(branchs, function (o) {
|
||||
return o.T_BarcodeLabID == value.T_BarcodeLabID
|
||||
})
|
||||
if (value.status === 'D') {
|
||||
branchs[idx].requirement_status = 'Y'
|
||||
this.$store.commit("mou/update_mous", branchs)
|
||||
branchs[idx].requirements.forEach((el) => {
|
||||
el.chex = "N"
|
||||
})
|
||||
}
|
||||
},
|
||||
verify(value) {
|
||||
console.log(value)
|
||||
var goaction = true
|
||||
if (value.requirement_status === 'N') {
|
||||
var req_check = _.filter(value.requirements, function (o) {
|
||||
return o.chex === 'Y'
|
||||
})
|
||||
if (req_check.length === 0) {
|
||||
goaction = false
|
||||
}
|
||||
}
|
||||
if (value.status === 'D' && value.requirement_status !== 'X' && goaction) {
|
||||
console.log("in verify")
|
||||
this.$store.commit("mou/update_act", 'verify')
|
||||
this.$store.commit("mou/update_selected_patient", value)
|
||||
this.closeDialogAction()
|
||||
} else {
|
||||
//console.log('oeey')
|
||||
if (value.status === 'D') {
|
||||
this.$store.commit("mou/update_msg_info",
|
||||
"Mobil batmen ngeluarin api, ada requirement mohon dilengkapi")
|
||||
this.$store.commit("mou/update_open_dialog_info", true)
|
||||
}
|
||||
|
||||
}
|
||||
},
|
||||
receive() {
|
||||
this.$store.commit("mou/update_act", 'receive')
|
||||
this.closeDialogAction()
|
||||
},
|
||||
reject() {
|
||||
this.$store.commit("mou/update_act", 'reject')
|
||||
this.closeDialogAction()
|
||||
|
||||
},
|
||||
cancel() {
|
||||
this.$store.commit("mou/update_act", 'cancel')
|
||||
this.closeDialogAction()
|
||||
|
||||
},
|
||||
closeDialogAction() {
|
||||
console.log("closedialogaction")
|
||||
this.btn_hide = true
|
||||
var act = this.$store.state.mou.act
|
||||
var trx = this.$store.state.mou.selected_patient
|
||||
var mous = this.$store.state.mou.mous
|
||||
|
||||
this.$store.dispatch("mou/doaction", {
|
||||
act: act,
|
||||
detail: trx,
|
||||
mous:mous,
|
||||
lastid: -1
|
||||
})
|
||||
|
||||
},
|
||||
closeDialogSuccess() {
|
||||
let arrPatient = this.$store.state.mou.mous
|
||||
var idx = _.findIndex(arrPatient, item => item.M_PatientID === this.$store.state.mou.last_id)
|
||||
var xcur_page = 1
|
||||
// if(idx !== -1)
|
||||
// xcur_page = this.$store.state.mou.current_page
|
||||
|
||||
this.$store.dispatch("mou/search", {
|
||||
name: this.name,
|
||||
nolab: this.nolab,
|
||||
stationid: this.xselectedstation.id,
|
||||
statusid: this.xselectedstatus.id,
|
||||
// current_page:xcur_page,
|
||||
lastid: idx
|
||||
})
|
||||
|
||||
this.$store.commit("mou/update_dialog_success", false)
|
||||
},
|
||||
closeDialogInfo() {
|
||||
this.$store.commit("mou/update_open_dialog_info", false)
|
||||
},
|
||||
checkTop() {
|
||||
var barcodes = this.mous
|
||||
var selected = _.filter(barcodes, function (o) {
|
||||
return o.chex;
|
||||
})
|
||||
this.bar_chx_all = false
|
||||
this.indeterminatex = false
|
||||
if (selected.length > 0) {
|
||||
this.bar_chx_all = true
|
||||
this.indeterminatex = false
|
||||
}
|
||||
if (selected.length > 0) {
|
||||
this.bar_chx_all = false
|
||||
this.indeterminatex = true
|
||||
}
|
||||
this.$store.commit("mou/update_selected_patient", selected)
|
||||
console.log(selected)
|
||||
},
|
||||
changeCbxAll(value) {
|
||||
var arr = this.mous
|
||||
this.indeterminatex = false
|
||||
arr.forEach((el) => {
|
||||
el.chex = value
|
||||
})
|
||||
var selected = _.filter(arr, function (o) {
|
||||
return o.chex;
|
||||
})
|
||||
this.$store.commit("mou/update_selected_patient", selected)
|
||||
},
|
||||
changeFilter(e) {
|
||||
if (e.key == 'Tab') {
|
||||
////////this.searchPatient()
|
||||
}
|
||||
},
|
||||
doPrintVerify(val) {
|
||||
console.log('doprint')
|
||||
this.printwidthverify = 1028
|
||||
this.printtitleverify = ""
|
||||
let user = one_user()
|
||||
var id = val.mouid
|
||||
var d = new Date();
|
||||
var n = d.getTime()
|
||||
var rptname = 'price_mou'
|
||||
var formatrpt = this.formatreport
|
||||
|
||||
this.urlprintverify = "/birt/run?__report=report/one/rekap/" + rptname + ".rptdesign&__format=" +
|
||||
formatrpt + "&PID=" + id + "&username=" + user.M_UserUsername + "&tm=" + n
|
||||
|
||||
this.openprintverify = true
|
||||
},
|
||||
closePrintVerify() {
|
||||
this.openprintverify = false
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
filter_branch() {
|
||||
return this.$store.state.mou.filter_branch
|
||||
},
|
||||
selected_filter_branch: {
|
||||
get() {
|
||||
return this.$store.state.mou.selected_filter_branch
|
||||
},
|
||||
set(val) {
|
||||
//console.log("adsda")
|
||||
this.$store.commit("mou/update_selected_filter_branch", val)
|
||||
this.searchPatient()
|
||||
}
|
||||
},
|
||||
filter_type() {
|
||||
return this.$store.state.mou.filter_type
|
||||
},
|
||||
selected_filter_type: {
|
||||
get() {
|
||||
return this.$store.state.mou.selected_filter_type
|
||||
},
|
||||
set(val) {
|
||||
//console.log("adsda")
|
||||
this.$store.commit("mou/update_selected_filter_type", val)
|
||||
this.searchPatient()
|
||||
}
|
||||
},
|
||||
filter_status() {
|
||||
return this.$store.state.mou.filter_status
|
||||
},
|
||||
selected_filter_status: {
|
||||
get() {
|
||||
return this.$store.state.mou.selected_filter_status
|
||||
},
|
||||
set(val) {
|
||||
//console.log("adsda")
|
||||
this.$store.commit("mou/update_selected_filter_status", val)
|
||||
this.searchPatient()
|
||||
}
|
||||
},
|
||||
bar_chx_all: {
|
||||
get() {
|
||||
return this.$store.state.mou.bar_chx_all
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("mou/update_bar_chx_all", val)
|
||||
}
|
||||
},
|
||||
indeterminatex: {
|
||||
get() {
|
||||
return this.$store.state.mou.indeterminatex
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("mou/update_indeterminatex", val)
|
||||
}
|
||||
},
|
||||
btn_hide: {
|
||||
get() {
|
||||
return this.$store.state.mou.btn_hide
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("mou/update_btn_hide", val)
|
||||
}
|
||||
},
|
||||
dialogsuccess: {
|
||||
get() {
|
||||
return this.$store.state.mou.dialog_success
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("mou/update_dialog_success", val)
|
||||
}
|
||||
},
|
||||
msgsuccess() {
|
||||
return this.$store.state.mou.msg_success
|
||||
},
|
||||
snackbar: {
|
||||
get() {
|
||||
return this.$store.state.mou.alert_success
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("mou/update_alert_success", val)
|
||||
}
|
||||
},
|
||||
isLoading() {
|
||||
return this.$store.state.mou.search_status == 1
|
||||
},
|
||||
xstations() {
|
||||
return this.$store.state.mou.stations
|
||||
},
|
||||
xselectedstation: {
|
||||
get() {
|
||||
return this.$store.state.mou.selected_station
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("mou/update_selected_station", val)
|
||||
this.searchPatient()
|
||||
}
|
||||
},
|
||||
xstatuses() {
|
||||
return this.$store.state.mou.statuses
|
||||
},
|
||||
xselectedstatus: {
|
||||
get() {
|
||||
return this.$store.state.mou.selected_status
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("mou/update_selected_status", val)
|
||||
////////this.searchPatient()
|
||||
}
|
||||
},
|
||||
mous() {
|
||||
return this.$store.state.mou.mous
|
||||
},
|
||||
openalertconfirmation: {
|
||||
get() {
|
||||
return this.$store.state.mou.open_alert_confirmation
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("mou/update_open_alert_confirmation", val)
|
||||
}
|
||||
},
|
||||
curr_page: {
|
||||
get() {
|
||||
return this.$store.state.mou.current_page
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("mou/update_current_page", val)
|
||||
this.$store.dispatch("mou/search", {
|
||||
name: this.name,
|
||||
nolab: this.nolab,
|
||||
stationid: this.xselectedstation.id,
|
||||
statusid: this.xselectedstatus.id,
|
||||
current_page: val,
|
||||
lastid: idx
|
||||
})
|
||||
}
|
||||
},
|
||||
xtotal_page: {
|
||||
get() {
|
||||
return this.$store.state.mou.total_page
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("mou/update_total_page", val)
|
||||
}
|
||||
},
|
||||
opendialoginfo: {
|
||||
get() {
|
||||
return this.$store.state.mou.open_dialog_info
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("mou/update_open_dialog_info", false)
|
||||
}
|
||||
},
|
||||
msginfo() {
|
||||
return this.$store.state.mou.msg_info
|
||||
},
|
||||
name: {
|
||||
get() {
|
||||
return this.$store.state.mou.name
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("mou/update_name", val)
|
||||
}
|
||||
},
|
||||
nolab: {
|
||||
get() {
|
||||
return this.$store.state.mou.nolab
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("mou/update_nolab", val)
|
||||
//////////this.searchPatient()
|
||||
}
|
||||
},
|
||||
requirements: {
|
||||
get() {
|
||||
return this.$store.state.mou.requirements
|
||||
},
|
||||
set(val) {
|
||||
this.$store.commit("mou/update_requirements", val)
|
||||
}
|
||||
},
|
||||
dialog_alert_verif() {
|
||||
return this.$store.state.mou.dialog_alert_verif
|
||||
},
|
||||
msgalertverif() {
|
||||
return this.$store.state.mou.msgalertverif
|
||||
}
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
msgalertconfirmation: "Perubahan yang telah dilakukan belum disimpan dong !",
|
||||
items: [],
|
||||
on: false,
|
||||
page: 1,
|
||||
openprintverify: false,
|
||||
urlprintverify: '',
|
||||
printtitleverify: '',
|
||||
printwidthverify: 600,
|
||||
formatreport: 'pdf',
|
||||
headers: [{
|
||||
text: "TIPE",
|
||||
align: "left",
|
||||
sortable: false,
|
||||
value: "mr",
|
||||
width: "10%",
|
||||
class: "text-xs-left pa-2 blue-grey white--text"
|
||||
},
|
||||
{
|
||||
text: "CABANG",
|
||||
align: "left",
|
||||
sortable: false,
|
||||
value: "mr",
|
||||
width: "15%",
|
||||
class: "text-xs-left pa-2 blue-grey white--text"
|
||||
},
|
||||
{
|
||||
text: "TANGGAL",
|
||||
align: "left",
|
||||
sortable: false,
|
||||
value: "mr",
|
||||
width: "10%",
|
||||
class: "text-xs-left pa-2 blue-grey white--text"
|
||||
},
|
||||
{
|
||||
text: "MOU",
|
||||
align: "left",
|
||||
sortable: false,
|
||||
value: "mr",
|
||||
width: "20%",
|
||||
class: "text-xs-left pa-2 blue-grey white--text"
|
||||
},
|
||||
{
|
||||
text: "TEST",
|
||||
align: "left",
|
||||
sortable: false,
|
||||
value: "name",
|
||||
width: "20%",
|
||||
class: "text-xs-left pa-2 blue-grey white--text"
|
||||
},
|
||||
{
|
||||
text: "STATUS",
|
||||
align: "left",
|
||||
sortable: false,
|
||||
value: "lab",
|
||||
width: "10%",
|
||||
class: "text-xs-left pa-2 blue-grey white--text"
|
||||
},
|
||||
{
|
||||
text: "PENGULANGAN",
|
||||
align: "left",
|
||||
sortable: false,
|
||||
value: "lab",
|
||||
width: "10%",
|
||||
class: "text-xs-left pa-2 blue-grey white--text"
|
||||
},
|
||||
{
|
||||
text: "STAFF",
|
||||
align: "left",
|
||||
sortable: false,
|
||||
value: "lab",
|
||||
width: "15%",
|
||||
class: "text-xs-left pa-2 blue-grey white--text"
|
||||
}
|
||||
]
|
||||
};
|
||||
}
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user