This commit is contained in:
@@ -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"
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -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"
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -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"
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user