Commit 72e68633 by lichengming

修改了原始记录模板配置

parent 588ff6c4
...@@ -61,7 +61,11 @@ export default { ...@@ -61,7 +61,11 @@ export default {
return { return {
pageColumns: [ pageColumns: [
{ title: '原始记录模板名称', key: 'alias' }, { title: '原始记录模板名称', key: 'alias' },
{ title: '类别', key: 'classType' }, { title: '类别', key: 'classType', width: 120 },
{ title: '样品开始行', key: 'sampleBeginRow', width: 120 },
{ title: '样品开始列', key: 'sampleBeginCol', width: 120 },
{ title: '样品合并数', key: 'sampleMergerNum', width: 120 },
{ title: '模板样品数据', key: 'templateSampleNum', width: 120 },
{ title: '备注', key: 'remark' } { title: '备注', key: 'remark' }
], ],
formObj: { formObj: {
......
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