fix: ลบโค้ค ไม่ได้ใช้
This commit is contained in:
parent
615cbcf0c4
commit
198c4b9ecd
1 changed files with 0 additions and 41 deletions
|
|
@ -84,33 +84,6 @@ onMounted(async () => {
|
||||||
autogrow
|
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">
|
<div class="col-12">
|
||||||
<q-field
|
<q-field
|
||||||
class="full-width"
|
class="full-width"
|
||||||
|
|
@ -139,20 +112,6 @@ onMounted(async () => {
|
||||||
"
|
"
|
||||||
/>
|
/>
|
||||||
</q-field>
|
</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>
|
</div>
|
||||||
|
|
||||||
<q-input
|
<q-input
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue