fix(views/road): 修复交易列表中产品编码列的格式问题
在 road.html 文件中,调整了产品编码列的格式,确保在交易列表中显示时信息更加整齐,提升用户体验。
This commit is contained in:
@@ -382,7 +382,7 @@
|
||||
t = "<tr>";
|
||||
}
|
||||
let tmp = t + "<th>" + (res.StartIndex + i + 1) + "</th>" +
|
||||
"<th>" + v.RoadName + "</th>" + "<th>" + v.TransactionType + "</th>" + "<th>" + v.ProductName + "</th>" + "<th>" + v.ProductCode + "</th>"
|
||||
"<th>" + v.RoadName + "</th>" + "<th>" + v.TransactionType + "</th>" + "<th>" + v.ProductName + "</th>" + "<th>" + v.ProductCode + "</th>" +
|
||||
"<th>" + v.BasicFee + "</th>" + "<th>" + v.Status + "</th>" + "<th>" + v.TotalLimit + "</th>" +
|
||||
"<th>" + v.TodayLimit + "</th>" + "<th>" + v.SingleMinLimit + "-" + v.SingleMaxLimit + "</th>" +
|
||||
"<th>" + v.StarHour + "-" + v.EndHour + "</th>" + "<th>" + v.TotalIncome + "</th>" + "<th>" + v.TodayIncome + "</th>" +
|
||||
|
||||
Reference in New Issue
Block a user