Merge branch 'nice' into develop
This commit is contained in:
commit
20e0b371d7
2 changed files with 2 additions and 3 deletions
|
|
@ -18,7 +18,7 @@
|
||||||
<div class="q-gutter-sm q-mx-sm" v-if="addData == false">
|
<div class="q-gutter-sm q-mx-sm" v-if="addData == false">
|
||||||
<q-btn
|
<q-btn
|
||||||
size="12px"
|
size="12px"
|
||||||
v-if="!edit"
|
v-if="!edit && header === '!เอกสารหลักฐาน'"
|
||||||
flat
|
flat
|
||||||
round
|
round
|
||||||
:disabled="disable"
|
:disabled="disable"
|
||||||
|
|
|
||||||
|
|
@ -282,7 +282,6 @@ onMounted(async () => {
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
accept=".pdf,.xlsx,.docx,.png,.jpg"
|
accept=".pdf,.xlsx,.docx,.png,.jpg"
|
||||||
clearable
|
clearable
|
||||||
:disable="!statusEdit"
|
|
||||||
>
|
>
|
||||||
<template v-slot:prepend>
|
<template v-slot:prepend>
|
||||||
<q-icon name="attach_file" color="primary" />
|
<q-icon name="attach_file" color="primary" />
|
||||||
|
|
@ -314,7 +313,7 @@ onMounted(async () => {
|
||||||
>
|
>
|
||||||
<q-item-section>{{ data.fileName }}</q-item-section>
|
<q-item-section>{{ data.fileName }}</q-item-section>
|
||||||
<q-space />
|
<q-space />
|
||||||
<div v-if="statusEdit">
|
<div>
|
||||||
<q-btn
|
<q-btn
|
||||||
size="12px"
|
size="12px"
|
||||||
flat
|
flat
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue