Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m7s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m7s
This commit is contained in:
commit
6cfb939a8d
3 changed files with 10 additions and 7 deletions
|
|
@ -12,8 +12,8 @@ export const apiUrlConfigReport = import.meta.env.VITE_API_REPORT_URL;
|
|||
const config = ref<any>({
|
||||
development: {
|
||||
// API_URI: "https://localhost:7260/api",
|
||||
API_URI: "https://bma-ehr.frappet.synology.me/api/v1",
|
||||
API_URL_SUPPORT: "https://bma-ehr.frappet.synology.me/api/v1/support",
|
||||
API_URI: "https://hrmsbkk.case-collection.com/api/v1",
|
||||
API_URL_SUPPORT: "https://hrmsbkk.case-collection.com/api/v1/support",
|
||||
MEET_URI: "meet.frappet.com",
|
||||
LINK_EVALUATE_PUBLISH: "https://bma-ehr-publish.frappet.synology.me",
|
||||
API_REPORT_TEMPLATE_URI:
|
||||
|
|
|
|||
|
|
@ -333,6 +333,9 @@ onMounted(async () => {
|
|||
>
|
||||
{{ item.sub }}
|
||||
</div>
|
||||
<q-tooltip v-if="item.path === '/organization-chart'">
|
||||
อยู่ระหว่างปรับปรุง</q-tooltip
|
||||
>
|
||||
</q-card>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<script setup lang="ts">
|
||||
import { ref, reactive, defineProps, watch } from "vue";
|
||||
import { ref, reactive, watch } from "vue";
|
||||
import { useQuasar } from "quasar";
|
||||
|
||||
import { useCounterMixin } from "@/stores/mixin";
|
||||
|
|
@ -145,7 +145,7 @@ function onSubmit(data: FormDataType) {
|
|||
props.onSubmit(data);
|
||||
},
|
||||
"ยืนยันการบันทึกข้อมูล",
|
||||
"ต้องการยืนยันการบันทึกข้อมูลนี้หรือไม่ ?"
|
||||
"ต้องการยืนยันการบันทึกข้อมูลนี้หรือไม่ ?",
|
||||
);
|
||||
}
|
||||
|
||||
|
|
@ -160,7 +160,7 @@ watch(
|
|||
formData.position = newValue.position;
|
||||
}
|
||||
},
|
||||
{ deep: true }
|
||||
{ deep: true },
|
||||
);
|
||||
|
||||
watch(
|
||||
|
|
@ -185,7 +185,7 @@ watch(
|
|||
formData.historyStatus = props.data.historyStatus;
|
||||
}
|
||||
},
|
||||
{ deep: true }
|
||||
{ deep: true },
|
||||
);
|
||||
</script>
|
||||
|
||||
|
|
@ -255,7 +255,7 @@ watch(
|
|||
lazy-rules
|
||||
hide-bottom-space
|
||||
/>
|
||||
<q-skeleton v-else type="QSelect" height="40px" />
|
||||
<q-skeleton v-else type="QInput" height="40px" />
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-3">
|
||||
<q-input
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue