{{ row.clientName }}
@@ -186,7 +167,7 @@ const redirectToOrderSummary = (orderId) => {
-
+
{{ row.salesPerson }}
@@ -202,4 +183,8 @@ const redirectToOrderSummary = (orderId) => {
.q-td {
color: gray;
}
+
+:deep(.q-table__container > div:first-child) {
+ background-color: var(--vn-section-color);
+}