|
|
@@ -44,8 +44,8 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
}
|
|
|
}},
|
|
|
|
|
|
- {field: 'standard_name', title: __('Standard_name'), operate:false},
|
|
|
- {field: 'data_status', title: __('检测数据'),operate:false,formatter: function (value,row,index) {
|
|
|
+ {field: 'standard_name', title: __('Standard_name'), searchList: $.getJSON("entrust/companyselect")},
|
|
|
+ {field: 'data_status', title: __('检测数据'),searchList: {"0":'无',"1":'已有'}, formatter: Table.api.formatter.status,function (value,row,index) {
|
|
|
if (value == 0){
|
|
|
value = '';
|
|
|
return '<span style="color: #f75444">' +value+ '</span>';
|