This commit is contained in:
@@ -34,7 +34,13 @@
|
||||
@change="onChange('name')"
|
||||
></v-text-field>
|
||||
</v-col>
|
||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||
<v-col
|
||||
v-if="form().showMe(this, 'WidgetSerial')"
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="4"
|
||||
xl="3"
|
||||
>
|
||||
<v-text-field
|
||||
v-model="obj.serial"
|
||||
:readonly="this.formState.readOnly"
|
||||
@@ -576,10 +582,6 @@ export default {
|
||||
});
|
||||
}
|
||||
}
|
||||
// ,
|
||||
// getCustomFieldValue(fld) {
|
||||
// return this.$refs["customFields"].$refs[fld].$props.value;
|
||||
// }
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user