commit
This commit is contained in:
@@ -413,8 +413,8 @@ module.exports = {
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
sexTypeOptions: [
|
sexTypeOptions: [
|
||||||
{code: "男性", name: "男性"},
|
{code: "男", name: "男"},
|
||||||
{code: "女性", name: "女性"}
|
{code: "女", name: "女"}
|
||||||
],
|
],
|
||||||
pageForm: {
|
pageForm: {
|
||||||
age: [0, 0],
|
age: [0, 0],
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ const courseTime = {
|
|||||||
<el-row style="margin-bottom: 10px">
|
<el-row style="margin-bottom: 10px">
|
||||||
<el-time-select
|
<el-time-select
|
||||||
:picker-options="{
|
:picker-options="{
|
||||||
start: '08:30',
|
start: '08:00',
|
||||||
step: '00:05',
|
step: '00:05',
|
||||||
end: '23:30'
|
end: '23:30'
|
||||||
}"
|
}"
|
||||||
|
|||||||
Reference in New Issue
Block a user