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: [
{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'
}"