优化账户中的单据明细页面
This commit is contained in:
@@ -180,7 +180,7 @@
|
||||
title: '是否默认', field: 'isDefault', width: 100, align: "center",
|
||||
formatter: function (value, rec) {
|
||||
if (rec.isDefault) {
|
||||
return "<b style='color:green'>是</b>";
|
||||
return "<span style='color:green'>是</span>";
|
||||
}
|
||||
else {
|
||||
return "否";
|
||||
|
||||
Reference in New Issue
Block a user