diff --git a/admin/src/app/views/venue/components/venue-edit.vue b/admin/src/app/views/venue/components/venue-edit.vue index 35c47b61..9ee0105f 100644 --- a/admin/src/app/views/venue/components/venue-edit.vue +++ b/admin/src/app/views/venue/components/venue-edit.vue @@ -81,8 +81,10 @@ + @@ -92,8 +94,8 @@ class="flex-1" v-model="formData.time_range_start" clearable - :start="getStartTime(0)" - :end="getEndTime(0)" + start="08:30" + end="22:30" step="00:10" value-format="HH:mm" placeholder="开始时间" @@ -112,8 +114,11 @@ + + @@ -145,18 +150,33 @@ 新增 删除 + + + + +