Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
md-vue-chc
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
何鹏程
md-vue-chc
Commits
9fb748aa
Commit
9fb748aa
authored
Dec 29, 2022
by
何鹏程
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完成其它功能
parent
11496ea9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
emergencyCarDialog.vue
src/page/emergencyCar/components/emergencyCarDialog.vue
+8
-0
No files found.
src/page/emergencyCar/components/emergencyCarDialog.vue
View file @
9fb748aa
...
@@ -254,6 +254,7 @@
...
@@ -254,6 +254,7 @@
<el-radio-group
<el-radio-group
class=
"radio-group-type2"
class=
"radio-group-type2"
v-model=
"dataForm.vechieUseStatus"
v-model=
"dataForm.vechieUseStatus"
@
change=
"changeHandler"
>
>
<el-radio
:label=
"1"
>
在用
</el-radio>
<el-radio
:label=
"1"
>
在用
</el-radio>
<el-radio
:label=
"2"
>
闲置
</el-radio>
<el-radio
:label=
"2"
>
闲置
</el-radio>
...
@@ -565,6 +566,13 @@ export default {
...
@@ -565,6 +566,13 @@ export default {
this
.
selectLoading
=
false
;
this
.
selectLoading
=
false
;
})
})
},
},
changeHandler
()
{
if
(
this
.
dataForm
.
vechieUseStatus
===
3
)
{
if
(
!
this
.
dataForm
.
otherStatus
)
{
this
.
$set
(
this
.
dataForm
,
'otherStatus'
,
'注销,报废,查封,逾期未检验,达到报废标准公告牌证作废,违法未处理,转出,锁定'
)
}
}
}
}
}
}
}
</
script
>
</
script
>
...
...
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