Commit c3387262 by lichengming

修改了原始记录模板查询

parent 4968ca2b
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<Form id="search-form" v-show="searchOpen" :label-width="80" inline onsubmit="return false"> <Form id="search-form" v-show="searchOpen" :label-width="80" inline onsubmit="return false">
<label class="label-sign"></label> <label class="label-sign"></label>
<Form-item class="search-item" label="模板名称:"> <Form-item class="search-item" label="模板名称:">
<Input v-model="formObj.alias" @on-enter="_formSearch" name="alias" placeholder="请输入模板名称" clearable></Input> <Input v-model="formObj.name" @on-enter="_formSearch" name="name" placeholder="请输入模板名称" clearable></Input>
<input type="hidden" name="classifyId"> <input type="hidden" name="classifyId">
</Form-item> </Form-item>
<Form-item class="search-btn"> <Form-item class="search-btn">
...@@ -60,7 +60,7 @@ export default { ...@@ -60,7 +60,7 @@ export default {
data() { data() {
return { return {
pageColumns: [ pageColumns: [
{ title: '原始记录模板名称', key: 'alias' }, { title: '原始记录模板名称', key: 'name' },
{ title: '类别', key: 'classType', width: 120 }, { title: '类别', key: 'classType', width: 120 },
{ title: '样品开始行', key: 'sampleBeginRow', width: 120 }, { title: '样品开始行', key: 'sampleBeginRow', width: 120 },
{ title: '样品合并数', key: 'sampleMergerNum', width: 120 }, { title: '样品合并数', key: 'sampleMergerNum', width: 120 },
......
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