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
45ac3337
Commit
45ac3337
authored
Dec 18, 2020
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了原始记录模板编辑
parent
5205440c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
SoilRecordEdit.vue
pages/soil-record-template-manage/SoilRecordEdit.vue
+3
-3
SoilRecordTemplate.vue
pages/soil-record-template-manage/SoilRecordTemplate.vue
+0
-1
No files found.
pages/soil-record-template-manage/SoilRecordEdit.vue
View file @
45ac3337
...
@@ -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"
...
...
pages/soil-record-template-manage/SoilRecordTemplate.vue
View file @
45ac3337
...
@@ -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'
}
...
...
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