Commit 03d523c2 by mushishixian

fix

parent 61a63a4a
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
@if(checkPerm('ViewFakeSupplier')) @if(checkPerm('ViewFakeSupplier'))
cols.push({ cols.push({
field: 'is_type', title: '正式供应商', align: 'center', width: 110, templet: function (data) { field: 'is_type', title: '正式供应商', align: 'center', width: 110, templet: function (data) {
return data.is_type === 0 ? '正式' : '<span style="color: red">竞调</span>'; return data.is_type === 0 ? '正式' : '<span style="color: red">待转正</span>';
} }
}) })
@endif @endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment