Merge remote-tracking branch 'origin/master'

master
ALW 3 years ago
commit 10b0bcffc1

@ -3385,7 +3385,7 @@
align: 'center',
formatter: function (value, row, index) {
var a = "";
if (value == 0) {
if (value == 9) {
a = '<span style="color:red;"><i class="glyphicon glyphicon-ban-circle" aria-hidden="true"></i>未审核</span>';
} else {
a = '<span style="color:orange;"><i class="glyphicon glyphicon-ok-circle" aria-hidden="true"></i>已审核</span>';

Loading…
Cancel
Save