update
This commit is contained in:
@@ -68,11 +68,11 @@ export default {
|
||||
perPage: 200,
|
||||
filterable: true,
|
||||
pagination: {
|
||||
show: false,
|
||||
show: false
|
||||
},
|
||||
headings: {
|
||||
key: this.$i18n.t("ID_NAME"),
|
||||
value: this.$i18n.t("ID_VALUE"),
|
||||
value: this.$i18n.t("ID_FIELD_DYNAFORM_TEXT")
|
||||
},
|
||||
},
|
||||
optionsDebugVars: {
|
||||
@@ -80,9 +80,9 @@ export default {
|
||||
options: [
|
||||
{ text: this.$i18n.t("ID_OPT_ALL"), value: "all" },
|
||||
{ text: this.$i18n.t("ID_DYNAFORM"), value: "dyn" },
|
||||
{ text: this.$i18n.t("ID_SYSTEM"), value: "sys" },
|
||||
],
|
||||
},
|
||||
{ text: this.$i18n.t("ID_SYSTEM"), value: "sys" }
|
||||
]
|
||||
}
|
||||
};
|
||||
},
|
||||
mounted() {
|
||||
@@ -106,7 +106,7 @@ export default {
|
||||
_.forIn(response.data.data[0], function (value, key) {
|
||||
dt.push({
|
||||
key,
|
||||
value,
|
||||
value
|
||||
});
|
||||
});
|
||||
this.dataTable = dt;
|
||||
@@ -123,7 +123,7 @@ export default {
|
||||
_.forIn(response.data.data[0], function (value, key) {
|
||||
dt.push({
|
||||
key,
|
||||
value,
|
||||
value
|
||||
});
|
||||
});
|
||||
this.dataTableTriggers = dt;
|
||||
@@ -135,7 +135,7 @@ export default {
|
||||
*/
|
||||
changeOption(opt) {
|
||||
this.getDebugVars({ filter: opt });
|
||||
},
|
||||
}
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user