Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
patzn-cloud-web-back-soil
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangweidong
patzn-cloud-web-back-soil
Commits
c3387262
Commit
c3387262
authored
Dec 18, 2020
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了原始记录模板查询
parent
4968ca2b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
SoilRecordTemplate.vue
pages/soil-record-template-manage/SoilRecordTemplate.vue
+2
-2
No files found.
pages/soil-record-template-manage/SoilRecordTemplate.vue
View file @
c3387262
...
...
@@ -10,7 +10,7 @@
<Form
id=
"search-form"
v-show=
"searchOpen"
:label-width=
"80"
inline
onsubmit=
"return false"
>
<label
class=
"label-sign"
></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"
>
</Form-item>
<Form-item
class=
"search-btn"
>
...
...
@@ -60,7 +60,7 @@ export default {
data
()
{
return
{
pageColumns
:
[
{
title
:
'原始记录模板名称'
,
key
:
'
alias
'
},
{
title
:
'原始记录模板名称'
,
key
:
'
name
'
},
{
title
:
'类别'
,
key
:
'classType'
,
width
:
120
},
{
title
:
'样品开始行'
,
key
:
'sampleBeginRow'
,
width
:
120
},
{
title
:
'样品合并数'
,
key
:
'sampleMergerNum'
,
width
:
120
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment