diff --git a/env.d.ts b/env.d.ts index 11f02fe2a..33cd2182c 100644 --- a/env.d.ts +++ b/env.d.ts @@ -1 +1,2 @@ /// +declare module 'quasar-ui-q-draggable-table'; \ No newline at end of file diff --git a/package.json b/package.json index 403f6f025..cc3443f41 100644 --- a/package.json +++ b/package.json @@ -58,6 +58,7 @@ "node-sass": "^9.0.0", "npm-run-all": "^4.1.5", "prettier": "^2.7.1", + "quasar-ui-q-draggable-table": "^1.0.1", "sass": "^1.69.4", "start-server-and-test": "^1.15.2", "typescript": "~4.7.4", diff --git a/src/components/Dialogs/AddPersonal.vue b/src/components/Dialogs/AddPersonal.vue index 29789e049..40c173324 100644 --- a/src/components/Dialogs/AddPersonal.vue +++ b/src/components/Dialogs/AddPersonal.vue @@ -179,9 +179,9 @@ watch( /> - +
-
+
-
+
-
- -
- - + +
-
+
{ fetchData(id.value); }); + diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue index ce5834086..8357baf27 100644 --- a/src/views/Dashboard.vue +++ b/src/views/Dashboard.vue @@ -164,19 +164,17 @@ const thaiOptions: Intl.DateTimeFormatOptions = {