เเก้ วินัย
This commit is contained in:
parent
eb08a9f209
commit
c4a3415316
6 changed files with 27 additions and 23 deletions
|
|
@ -624,7 +624,7 @@ onMounted(() => {
|
|||
ref="dateReceivedRef"
|
||||
outlined
|
||||
dense
|
||||
:input-style="isReadonly ? { color: 'teal' }:{color:'black'}"
|
||||
:input-style="isReadonly ? { color: 'black' }:{color:'teal'}"
|
||||
:readonly="isReadonly"
|
||||
hide-bottom-space
|
||||
class="full-width datepicker"
|
||||
|
|
@ -701,7 +701,7 @@ onMounted(() => {
|
|||
for="inputDateconsideration"
|
||||
ref="dateConsiderationRef"
|
||||
outlined
|
||||
:input-style="isReadonly ? { color: 'teal' }:{color:'black'}"
|
||||
:input-style="isReadonly ? { color: 'black' }:{color:'teal'}"
|
||||
dense
|
||||
class="full-width datepicker"
|
||||
:model-value="
|
||||
|
|
@ -774,7 +774,7 @@ onMounted(() => {
|
|||
for="inputDatewarn"
|
||||
ref="dateNotificationRef"
|
||||
outlined
|
||||
:input-style="isReadonly ? { color: 'teal' }:{color:'black'}"
|
||||
:input-style="isReadonly ? { color: 'black' }:{color:'teal'}"
|
||||
dense
|
||||
:readonly="isReadonly"
|
||||
hide-bottom-space
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue