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