From 06c983329fcdefb651b5ec90a661e965698514f9 Mon Sep 17 00:00:00 2001 From: Martin Laguna Date: Wed, 21 Sep 2022 14:33:57 -0400 Subject: [PATCH] New columns in Custom Cases now appear in bold Minor changes Observations fixed --- .../js/home/CustomCaseList/CustomCaseList.vue | 177 +++++++++--------- 1 file changed, 89 insertions(+), 88 deletions(-) diff --git a/resources/assets/js/home/CustomCaseList/CustomCaseList.vue b/resources/assets/js/home/CustomCaseList/CustomCaseList.vue index e36c7bb7e..c7cb5e4ab 100755 --- a/resources/assets/js/home/CustomCaseList/CustomCaseList.vue +++ b/resources/assets/js/home/CustomCaseList/CustomCaseList.vue @@ -43,92 +43,95 @@ :key="random" name="todo" > -
-
+
- +
+ +
+
+
+ {{ props.row.CASE_NUMBER }} +
+
+ {{ props.row.THREAD_TITLE }} +
+
+ {{ props.row.PROCESS_CATEGORY }} +
+
+ {{ props.row.PROCESS_NAME }} +
+
+ +
+
+ +
+
+ {{ props.row.USERNAME_DISPLAY_FORMAT }} +
+
+ {{ props.row.DUE_DATE }} +
+
+ {{ props.row.DELEGATION_DATE }} +
+
+ {{ props.row.PRIORITY }} +
+
+ {{ props.row[col] }} +
+
+
-
- -
- {{ props.row.CASE_NUMBER }} -
-
- {{ props.row.THREAD_TITLE }} -
-
- {{ props.row.PROCESS_CATEGORY }} -
-
- {{ props.row.PROCESS_NAME }} -
-
- -
-
- -
-
- {{ props.row.USERNAME_DISPLAY_FORMAT }} -
-
- {{ props.row.DUE_DATE }} -
-
- {{ props.row.DELEGATION_DATE }} -
-
- {{ props.row.PRIORITY }} -
-
-