This commit is contained in:
2019-11-28 00:04:09 +00:00
parent efd602b689
commit 188e2584a1
3 changed files with 57 additions and 43 deletions

View File

@@ -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;
// }
}
};