This commit is contained in:
@@ -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">
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user