update
This commit is contained in:
@@ -62,8 +62,11 @@ const getChooseContent = async (req) => {
|
||||
:label-col-props="{span: 3}"
|
||||
:wrapper-col-props="{span: 12, offset: 1}">
|
||||
<a-form-item field="retention_time" label="保留时间" extra="达人发布成功后,该内容需要保留多久才可删除">
|
||||
<a-input-number v-model:model-value="form.retention_time" placeholder="请输入保留时间" :min="1"
|
||||
:max="60"></a-input-number>
|
||||
<a-input-number
|
||||
v-model:model-value="form.retention_time"
|
||||
placeholder="请输入保留时间"
|
||||
:min="1"
|
||||
></a-input-number>
|
||||
<a-radio-group v-model:model-value="form.retention_type" type="button" class="ml-[10px] flex-shrink-0">
|
||||
<a-radio :value="1">分钟</a-radio>
|
||||
<a-radio :value="2">小时</a-radio>
|
||||
|
||||
Reference in New Issue
Block a user