This commit is contained in:
2021-11-22 22:26:39 +00:00
parent baa38997f6
commit d268615f0d
4 changed files with 16 additions and 12 deletions

View File

@@ -908,7 +908,7 @@ export default {
headers.push({
text: this.$ay.t("WorkOrderItemPartPartID"),
align: "left",
value: "partViz"
value: "partNameViz"
});
}
@@ -940,11 +940,11 @@ export default {
});
}
if (this.form().showMe(this, "PartName")) {
if (this.form().showMe(this, "PartDescription")) {
headers.push({
text: this.$ay.t("PartName"),
text: this.$ay.t("PartDescription"),
align: "left",
value: "partNameViz"
value: "partDescriptionViz"
});
}

View File

@@ -863,7 +863,7 @@ export default {
headers.push({
text: this.$ay.t("WorkOrderItemPartPartID"),
align: "left",
value: "partViz"
value: "partNameViz"
});
}
@@ -887,11 +887,11 @@ export default {
});
}
if (this.form().showMe(this, "PartName")) {
if (this.form().showMe(this, "PartDescription")) {
headers.push({
text: this.$ay.t("PartName"),
text: this.$ay.t("PartDescription"),
align: "left",
value: "partNameViz"
value: "partDescriptionViz"
});
}

View File

@@ -928,7 +928,7 @@ export default {
headers.push({
text: this.$ay.t("WorkOrderItemPartPartID"),
align: "left",
value: "partViz"
value: "partNameViz"
});
}
@@ -960,11 +960,11 @@ export default {
});
}
if (this.form().showMe(this, "PartName")) {
if (this.form().showMe(this, "PartDescription")) {
headers.push({
text: this.$ay.t("PartName"),
text: this.$ay.t("PartDescription"),
align: "left",
value: "partNameViz"
value: "partDescriptionViz"
});
}