|
@@ -182,20 +182,35 @@
|
|
|
dataIndex: 'sampleQuantities'
|
|
|
},
|
|
|
{
|
|
|
+ title:'检测项目',
|
|
|
+ align:"center",
|
|
|
+ dataIndex:'testItems'
|
|
|
+ },
|
|
|
+ {
|
|
|
title:'检测依据',
|
|
|
align:"center",
|
|
|
dataIndex:'standardRequirement'
|
|
|
},
|
|
|
- {
|
|
|
- title:'生产厂家',
|
|
|
+ {
|
|
|
+ title:'判定依据',
|
|
|
align:"center",
|
|
|
- dataIndex: 'sampleManufacturer'
|
|
|
+ dataIndex:'judgementBasis'
|
|
|
},
|
|
|
- {
|
|
|
- title:'样品编号',
|
|
|
+ {
|
|
|
+ title:'备注',
|
|
|
align:"center",
|
|
|
- dataIndex: 'sampleCode'
|
|
|
+ dataIndex:'beizhu'
|
|
|
},
|
|
|
+ // {
|
|
|
+ // title:'生产厂家',
|
|
|
+ // align:"center",
|
|
|
+ // dataIndex: 'sampleManufacturer'
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title:'样品编号',
|
|
|
+ // align:"center",
|
|
|
+ // dataIndex: 'sampleCode'
|
|
|
+ // },
|
|
|
{
|
|
|
title: '操作',
|
|
|
dataIndex: 'action',
|