Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
car-database-web
Project
Project
Details
Activity
Releases
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
中汽研标准应用数据库
car-database-web
Commits
06249216
Commit
06249216
authored
Feb 19, 2025
by
高滢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(指定检测方案): 输入和选择
parent
cccfb0f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
2 deletions
+14
-2
checkInput.vue
src/components/CheckCoiumns/checkInput.vue
+14
-2
No files found.
src/components/CheckCoiumns/checkInput.vue
View file @
06249216
...
...
@@ -15,16 +15,17 @@
>
</el-checkbox>
<el-input
v-if=
"chekECU(k)"
v-bind=
"items"
placeholder=
"请输入"
:disabled=
"!model.list[k].check"
style=
"width: 10rem;
margin: 0
10px"
style=
"width: 10rem;
margin-left:
10px"
v-model=
"model.list[k].value"
@
input=
"input"
>
</el-input>
<div
style=
"width: 20rem; display: inline-block; vertical-align: middle"
style=
"width: 20rem; display: inline-block; vertical-align: middle
;margin: 0 10px;color: #666666
"
>
{{
i
.
object
}}
</div>
...
...
@@ -87,6 +88,17 @@ export default {
}
},
methods
:
{
chekECU
(
k
){
if
(
this
.
prop
==
'chcek44'
){
if
(
k
==
0
||
k
==
1
){
return
false
}
else
{
return
true
}
}
else
{
return
true
}
},
mergeSource
({
name
,
flag
})
{
if
(
this
.
status
)
{
return
...
...
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