Commit 73470c4a by wangweidong

土工试验Lims

parent 0688ff8b
...@@ -221,8 +221,9 @@ export default { ...@@ -221,8 +221,9 @@ export default {
pageColumns: [ pageColumns: [
{ title: '试验项目', key: 'name', width: 120, fixed: 'left' }, { title: '试验项目', key: 'name', width: 120, fixed: 'left' },
{ title: '缩写', key: 'shortName', width: 90 }, { title: '缩写', key: 'shortName', width: 90 },
{ title: '试样编号', key: 'sampleCode', width: 150 }, { title: '钻孔编号', key: 'boreholeName', width: 120 },
{ title: '现场编号', key: 'siteNo', width: 150 }, { title: '现场编号', key: 'siteNo', width: 110 },
{ title: '试样编号', key: 'sampleCode', width: 140 },
{ 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: 'describeDetail', width: 110 },
......
...@@ -147,8 +147,10 @@ export default { ...@@ -147,8 +147,10 @@ export default {
getPage: {}, getPage: {},
pageColumns: [ pageColumns: [
{ title: '试验项目', key: 'name', width: 120, fixed: 'left' }, { title: '试验项目', key: 'name', width: 120, fixed: 'left' },
{ title: '试样编号', key: 'sampleCode', width: 180 }, { title: '试样编号', key: 'sampleCode', width: 130 },
{ title: '是否填写原始记录', key: 'recorded', width: 180 }, { title: '钻孔编号', key: 'boreholeName', width: 120 },
{ title: '现场编号', key: 'siteNo', width: 110 },
{ title: '是否填写原始记录', key: 'recorded', width: 130 },
{ title: '试样深度', key: 'sampleDepth', width: 180 }, { title: '试样深度', key: 'sampleDepth', width: 180 },
{ title: '土质描述', key: 'describeDetail', width: 110 }, { title: '土质描述', key: 'describeDetail', width: 110 },
{ title: '含水率', key: 'haveWater', width: 110 }, { title: '含水率', key: 'haveWater', width: 110 },
......
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