fix: ลบโค้ค ไม่ได้ใช้

This commit is contained in:
Net 2024-07-02 17:01:28 +07:00
parent 615cbcf0c4
commit 198c4b9ecd

View file

@ -84,33 +84,6 @@ onMounted(async () => {
autogrow
/>
<!-- <div class="col-12" v-if="readonly">
<q-field
class="rounded"
:class="{ 'surface-2': remark !== undefined }"
:label="$t('detail')"
stack-label
dense
readonly
borderless
>
<template #label>
{{ $t('detail') }}
</template>
<template #control>
<div class="full-width q-pa-xs rounded">
<q-card-section
v-if="!!remark"
class="rounded"
v-html="remark"
style="color: black; padding: 5px 0px 0px 0px"
/>
</div>
</template>
</q-field>
</div> -->
<div class="col-12">
<q-field
class="full-width"
@ -139,20 +112,6 @@ onMounted(async () => {
"
/>
</q-field>
<!-- <div class="bordered rounded" style="padding-top: 12px">
<text style="padding-left: 12px; color: rgba(0, 0, 0, 0.6)">
{{ $t('detail') }}
</text>
<q-editor
dense
class="rounded surface-2"
v-model="remark"
min-height="5rem"
style="border: none"
/>
</div> -->
</div>
<q-input