export command
This commit is contained in:
parent
7390b69220
commit
5b56e311fe
1 changed files with 2 additions and 2 deletions
|
|
@ -6819,8 +6819,8 @@ export class CommandController extends Controller {
|
|||
? Extension.ToThaiShortDate(item.CommandExcecuteDate)
|
||||
: "-",
|
||||
dateEnd: "-",
|
||||
RemarkVertical: item.RemarkVertical ? Extension.ToThaiNumber(item.RemarkVertical) : "-",
|
||||
RemarkHorizontal: item.RemarkHorizontal
|
||||
remarkVertical: item.RemarkVertical ? Extension.ToThaiNumber(item.RemarkVertical) : "-",
|
||||
remarkHorizontal: item.RemarkHorizontal
|
||||
? Extension.ToThaiNumber(item.RemarkHorizontal)
|
||||
: "-",
|
||||
order:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue