This commit is contained in:
2022-01-27 00:16:43 +00:00
parent e4607db21d
commit eb68c069c2
2 changed files with 7 additions and 4 deletions

View File

@@ -86,7 +86,7 @@
>
<v-col
v-if="form().showMe(this, 'WorkOrderItemTaskSequence')"
v-if="form().showMe(this, 'Sequence')"
cols="12"
sm="6"
lg="4"
@@ -359,7 +359,7 @@ export default {
headerList: function() {
const headers = [];
if (this.form().showMe(this, "WorkOrderItemTaskSequence")) {
if (this.form().showMe(this, "Sequence")) {
headers.push({
text: this.$ay.t("Sequence"),
align: "left",