Commit 45ac3337 by lichengming

修改了原始记录模板编辑

parent 5205440c
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<Form-item label="备注" prop="remark" style="width: 100%"> <Form-item label="备注" prop="remark" style="width: 100%">
<Input v-model="formObj.remark" name="remark" placeholder="请输入备注"></Input> <Input v-model="formObj.remark" name="remark" placeholder="请输入备注"></Input>
</Form-item> </Form-item>
<Form-item label="样品开始行" prop="sampleBeginRow" class="width-48"> <Form-item label="样品开始行" prop="sampleBeginRow" style="width: 100%">
<el-input <el-input
v-model="formObj.sampleBeginRow" v-model="formObj.sampleBeginRow"
@keydown.native="channelInputLimit" @keydown.native="channelInputLimit"
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
placeholder="请输入样品开始行" placeholder="请输入样品开始行"
/> />
</Form-item> </Form-item>
<Form-item label="样品合并数" prop="sampleMergerNum" class="width-48"> <Form-item label="样品合并数" prop="sampleMergerNum" style="width: 100%">
<el-input <el-input
v-model="formObj.sampleMergerNum" v-model="formObj.sampleMergerNum"
@keydown.native="channelInputLimit" @keydown.native="channelInputLimit"
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
placeholder="请输入样品合并数" placeholder="请输入样品合并数"
/> />
</Form-item> </Form-item>
<Form-item label="模板样品数" prop="templateSampleNum" class="width-48"> <Form-item label="模板样品数" prop="templateSampleNum" style="width: 100%">
<el-input <el-input
v-model="formObj.templateSampleNum" v-model="formObj.templateSampleNum"
@keydown.native="channelInputLimit" @keydown.native="channelInputLimit"
......
...@@ -63,7 +63,6 @@ export default { ...@@ -63,7 +63,6 @@ export default {
{ title: '原始记录模板名称', key: 'alias' }, { title: '原始记录模板名称', key: 'alias' },
{ title: '类别', key: 'classType', width: 120 }, { title: '类别', key: 'classType', width: 120 },
{ title: '样品开始行', key: 'sampleBeginRow', width: 120 }, { title: '样品开始行', key: 'sampleBeginRow', width: 120 },
{ title: '样品开始列', key: 'sampleBeginCol', width: 120 },
{ title: '样品合并数', key: 'sampleMergerNum', width: 120 }, { title: '样品合并数', key: 'sampleMergerNum', width: 120 },
{ title: '模板样品数', key: 'templateSampleNum', width: 120 }, { title: '模板样品数', key: 'templateSampleNum', width: 120 },
{ title: '备注', key: 'remark' } { title: '备注', key: 'remark' }
......
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