This commit is contained in:
hongqiwei
2026-03-04 14:29:49 +08:00
parent 7f64a2ad1c
commit f5ccf1cb64
2 changed files with 3 additions and 3 deletions
@@ -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'
}" }"