Commit d858b970 authored by TZW's avatar TZW

1

parent 4897b4d3
...@@ -23,7 +23,7 @@ function getcolumns(setdrawer) { ...@@ -23,7 +23,7 @@ function getcolumns(setdrawer) {
})); }));
}} }}
> >
{row?.maintainNo} {row?.taskNo}
</a> </a>
); );
}, },
...@@ -181,7 +181,7 @@ function getcolumns(setdrawer) { ...@@ -181,7 +181,7 @@ function getcolumns(setdrawer) {
})); }));
}} }}
> >
{row?.maintainNo} {row?.taskNo}
</a> </a>
); );
}, },
...@@ -339,7 +339,7 @@ function getcolumns(setdrawer) { ...@@ -339,7 +339,7 @@ function getcolumns(setdrawer) {
})); }));
}} }}
> >
{row?.maintainNo} {row?.taskNo}
</a> </a>
); );
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment