This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
/* Xeslint-disable */
|
/* XXeslint-disable */
|
||||||
///////////////////////////////
|
///////////////////////////////
|
||||||
// gzform
|
// gzform
|
||||||
//
|
//
|
||||||
@@ -357,7 +357,8 @@ export default {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!templateItem.required) {
|
//templateItem.required is a string value, not a boolean value
|
||||||
|
if (templateItem.required !== "true") {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
<v-text-field
|
<v-text-field
|
||||||
v-on="on"
|
v-on="on"
|
||||||
v-model="formatTime"
|
v-model="formatTime"
|
||||||
label
|
v-bind:label="label"
|
||||||
prepend-icon="fa-clock"
|
prepend-icon="fa-clock"
|
||||||
@click:prepend="dlgtime = true"
|
@click:prepend="dlgtime = true"
|
||||||
readonly
|
readonly
|
||||||
|
|||||||
Reference in New Issue
Block a user