详情页面kd 展示,发布时间必填

This commit is contained in:
yml2213
2026-06-12 21:24:13 +08:00
parent f6ea3e29a6
commit 7c2f5e34c3
11 changed files with 148 additions and 5 deletions
@@ -322,7 +322,7 @@ function selectDailyLoss(value: string | number) {
<div class="time-preset-panel">
<div class="time-preset-row">
<strong>在线开始</strong>
<strong>在线开始<span>*</span></strong>
<div class="time-preset-content">
<el-time-picker
v-model="form.online_start"
@@ -352,7 +352,7 @@ function selectDailyLoss(value: string | number) {
</div>
</div>
<div class="time-preset-row">
<strong>在线结束</strong>
<strong>在线结束<span>*</span></strong>
<div class="time-preset-content">
<el-time-picker
v-model="form.online_end"