@@ -50,9 +59,9 @@ export default {
headers: [
{
title: this.$t('message.tablePatient.date'),
- align: "start",
+ align: "left",
sortable: false,
- key: "name",
+ key: "date",
width: "15%",
class: "font-weight-bold",
},
@@ -60,7 +69,7 @@ export default {
title: this.$t('message.tablePatient.noreg'),
align: "start",
sortable: false,
- key: "name",
+ key: "noreg",
width: "20%",
class: "font-weight-bold",
},
@@ -68,7 +77,7 @@ export default {
title: this.$t('message.tablePatient.group'),
align: "start",
sortable: false,
- key: "name",
+ key: "group",
width: "25%",
class: "font-weight-bold",
},
@@ -84,7 +93,7 @@ export default {
title: this.$t('message.tablePatient.status'),
align: "start",
sortable: false,
- key: "name",
+ key: "status",
width: "15%",
class: "font-weight-bold",
},
diff --git a/specimen-collection/components/right.vue b/specimen-collection/components/right.vue
index 3b4f885..dbef363 100644
--- a/specimen-collection/components/right.vue
+++ b/specimen-collection/components/right.vue
@@ -92,6 +92,15 @@
:headers="headers"
hide-default-footer
>
+
+
+
+ |
+ {{ column.title }}
+ |
+
+
+
|
| |