This commit is contained in:
2021-02-10 16:23:10 +00:00
parent d7cc0ce407
commit 8a57d10759
8 changed files with 31 additions and 27 deletions

View File

@@ -35,12 +35,14 @@
</v-col> </v-col>
</template> </template>
<template v-else> <template v-else>
<v-col cols="12">
<v-text-field <v-text-field
:value="readonlyFormat()" :value="readonlyFormat()"
:label="label" :label="label"
readonly readonly
prepend-icon="$ayiCalendarAlt" prepend-icon="$ayiCalendarAlt"
></v-text-field> ></v-text-field>
</v-col>
</template> </template>
</v-row> </v-row>
<div class="v-messages theme--light error--text mt-n5" role="alert"> <div class="v-messages theme--light error--text mt-n5" role="alert">

View File

@@ -72,12 +72,14 @@
</v-col> </v-col>
</template> </template>
<template v-else> <template v-else>
<v-col>
<v-text-field <v-text-field
:value="readonlyFormat()" :value="readonlyFormat()"
:label="label" :label="label"
readonly readonly
prepend-icon="$ayiCalendarAlt" prepend-icon="$ayiCalendarAlt"
></v-text-field> ></v-text-field>
</v-col>
</template> </template>
</v-row> </v-row>
</div> </div>

View File

@@ -39,12 +39,14 @@
</v-col> </v-col>
</template> </template>
<template v-else> <template v-else>
<v-col cols="12">
<v-text-field <v-text-field
:value="readonlyFormat()" :value="readonlyFormat()"
:label="label" :label="label"
prepend-icon="$ayiClock" prepend-icon="$ayiClock"
readonly readonly
></v-text-field> ></v-text-field>
</v-col>
</template> </template>
</v-row> </v-row>
<div class="v-messages theme--light error--text mt-n5" role="alert"> <div class="v-messages theme--light error--text mt-n5" role="alert">

View File

@@ -11,8 +11,6 @@
ref="gzdatatable" ref="gzdatatable"
form-key="csr-list" form-key="csr-list"
data-list-key="CustomerServiceRequestDataList" data-list-key="CustomerServiceRequestDataList"
:data-list-filter="dataListFilter"
:data-list-sort="dataListSort"
:show-select="rights.read" :show-select="rights.read"
:reload="reload" :reload="reload"
@selection-change="handleSelected" @selection-change="handleSelected"