Commit 8f335267 by lichengming

修改了试样检测样品信息展示

parent 4f146bf1
...@@ -80,7 +80,7 @@ export default { ...@@ -80,7 +80,7 @@ export default {
iconMsg: [ iconMsg: [
{ type: 'md-create', id: '', name: '编辑' }, { type: 'md-create', id: '', name: '编辑' },
{ type: 'ios-build-outline', id: '', name: '配置' }, { type: 'ios-build-outline', id: '', name: '配置' },
{ type: 'ios-build-outline', id: '', name: '天平配置' }, { type: 'ios-speedometer-outline', id: '', name: '天平配置' },
{ type: 'ios-book', id: '', name: '预览/编辑' }, { type: 'ios-book', id: '', name: '预览/编辑' },
// { type: 'ios-download', id: '', name: '下载' }, // { type: 'ios-download', id: '', name: '下载' },
{ type: 'md-remove-circle', id: '', name: '删除' } { type: 'md-remove-circle', id: '', name: '删除' }
......
...@@ -169,6 +169,10 @@ export default { ...@@ -169,6 +169,10 @@ export default {
{ title: '现场编号', key: 'siteNo', width: 150 }, { title: '现场编号', key: 'siteNo', width: 150 },
{ title: '原始记录填写', key: 'recorded', width: 120 }, { title: '原始记录填写', key: 'recorded', width: 120 },
{ title: '试样深度', key: 'sampleDepth', width: 110 }, { title: '试样深度', key: 'sampleDepth', width: 110 },
{ title: '土质描述', key: 'describeDetail', width: 110 },
{ title: '含水率', key: 'haveWater', width: 110 },
{ title: '密度', key: 'density', width: 110 },
{ title: '容重', key: 'bulkDensity', width: 110 },
{ title: '检测方法', key: 'testMethod', width: 140 }, { title: '检测方法', key: 'testMethod', width: 140 },
{ title: '检测依据', key: 'testBasis', width: 140 }, { title: '检测依据', key: 'testBasis', width: 140 },
{ title: '试样包装类型', key: 'samplePack', width: 160 }, { title: '试样包装类型', key: 'samplePack', width: 160 },
......
...@@ -126,6 +126,10 @@ export default { ...@@ -126,6 +126,10 @@ export default {
{ title: '试样编号', key: 'sampleCode', width: 180 }, { title: '试样编号', key: 'sampleCode', width: 180 },
{ title: '是否填写原始记录', key: 'recorded', width: 180 }, { title: '是否填写原始记录', key: 'recorded', width: 180 },
{ title: '试样深度', key: 'sampleDepth', width: 180 }, { title: '试样深度', key: 'sampleDepth', width: 180 },
{ title: '土质描述', key: 'describeDetail', width: 110 },
{ title: '含水率', key: 'haveWater', width: 110 },
{ title: '密度', key: 'density', width: 110 },
{ title: '容重', key: 'bulkDensity', width: 110 },
{ title: '试样包装类型', key: 'samplePack', width: 180 }, { title: '试样包装类型', key: 'samplePack', width: 180 },
{ title: '状态', key: 'progress', width: 180 }, { title: '状态', key: 'progress', width: 180 },
{ title: '大类', key: 'mainType', width: 140 }, { title: '大类', key: 'mainType', width: 140 },
......
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 to comment