修改BUG:更改菜单fa图标颜色为text-info
This commit is contained in:
parent
0cbb5e89bc
commit
871e3f8381
|
@ -91,7 +91,7 @@
|
|||
{
|
||||
title: "菜单图标", field: "Icon", sortable: false, align: 'center', formatter: function (value, row, index) {
|
||||
if (value) {
|
||||
return $.format('<i class="text-primary {0}"></i>', value);
|
||||
return $.format('<i class="text-info {0}"></i>', value);
|
||||
}
|
||||
return "";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue