This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
<gz-data-table
|
||||
formKey="test-widgets"
|
||||
dataListKey="TestWidgetDataList"
|
||||
caption="Test Widget table"
|
||||
:caption="getCaption()"
|
||||
:dataFilterId="currentDataFilterId"
|
||||
>
|
||||
</gz-data-table>
|
||||
</v-container>
|
||||
@@ -24,6 +25,16 @@ export default {
|
||||
//,
|
||||
//helpUrl: "form-inv-parts"
|
||||
});
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
currentDataFilterId: 0
|
||||
};
|
||||
},
|
||||
methods: {
|
||||
getCaption() {
|
||||
return window.$gz.locale.get("WidgetList");
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user