ปุ่มปิดให้คะแนน
This commit is contained in:
parent
d052184c12
commit
ebd6c72558
2 changed files with 4 additions and 4 deletions
|
|
@ -8,8 +8,8 @@ const env = ref<string>(process.env.NODE_ENV || 'development')
|
|||
|
||||
const config = ref<any>({
|
||||
development: {
|
||||
API_URI: 'https://localhost:7007/api/v1',
|
||||
// API_URI: "https://bma-ehr-exam.frappet.synology.me/api/v1",
|
||||
// API_URI: 'https://localhost:7007/api/v1',
|
||||
API_URI: 'https://bma-ehr-exam.frappet.synology.me/api/v1',
|
||||
API_METADATA_URI: 'https://bma-ehr.frappet.synology.me/api/v1/metadata',
|
||||
MEET_URI: 'meet.frappet.com'
|
||||
},
|
||||
|
|
|
|||
|
|
@ -40,8 +40,8 @@
|
|||
</div>
|
||||
<q-dialog v-model="dialog" persistent>
|
||||
<q-card>
|
||||
<q-card-section>
|
||||
<div class="text-h6">แบบสอบถามความพึงพอใจ</div>
|
||||
<q-card-section class="row items-center q-pa-sm">
|
||||
<div class="text-bold">แบบสอบถามความพึงพอใจ</div>
|
||||
<q-space />
|
||||
<q-btn
|
||||
icon="close"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue