Commit 149cf5f5 by 杨树贤

异常等级显示

parent c7c94576
......@@ -18,6 +18,7 @@ class SupplierExaminationTransformer
$item['update_time'] = $item['update_time'] ? date('Y-m-d H:i:s', $item['update_time']) : '';
$item['examine_time'] = $item['examine_time'] ? date('Y-m-d', $item['examine_time']) : '';
$item['stock_in_date'] = $item['stock_in_date'] ? date('Y-m-d', $item['stock_in_date']) : '';
$item['abnormal_level'] = $item['abnormal_level'] ?: '';
}
unset($item);
return $list;
......
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