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
a9c08c18
Commit
a9c08c18
authored
Jul 14, 2020
by
wangweidong
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
parents
9c85ec38
d2a166d8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
7 deletions
+4
-7
MeterContractRegisterEdit.vue
...-contract/contract-register/MeterContractRegisterEdit.vue
+4
-7
No files found.
pages/meter-contract/contract-register/MeterContractRegisterEdit.vue
View file @
a9c08c18
...
...
@@ -90,8 +90,8 @@
<el-input
v-model=
"scope.row.manufacturer"
blur
placeholder=
"请输入生产厂家"
></el-input>
</div>
<div
v-else-if=
"item.key==='
type
'"
@
click
.
stop=
"_handleRow(scope)"
>
<Select
v-model=
"scope.row.
type
"
>
<div
v-else-if=
"item.key==='
aptituded
'"
@
click
.
stop=
"_handleRow(scope)"
>
<Select
v-model=
"scope.row.
aptituded
"
>
<Option
v-for=
"(item,index) in options"
:key=
"item.name"
:value=
"index"
>
{{
item
.
name
}}
</Option>
...
...
@@ -186,13 +186,10 @@ export default {
],
options
:
[
{
name
:
'
检定
'
name
:
'
否
'
},
{
name
:
'校准'
},
{
name
:
'外观检查'
name
:
'是'
}
],
btn
:
[
...
...
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