This commit is contained in:
王一嘉
2025-07-21 08:54:13 +08:00
parent 50a85dd274
commit b15962dd65
4 changed files with 37 additions and 13 deletions

View File

@@ -77,9 +77,6 @@ const getSelect = async () => {
<x-form-item label="昵称">
<x-input v-model:model-value="form.nickname" height="80rpx" placeholder="请输入昵称"></x-input>
</x-form-item>
<x-form-item label="账号状态">
<x-select v-model:model-value="form.status" :api="Api.system.getAccountStatus"></x-select>
</x-form-item>
<x-form-item label="恢复时间" v-if="form.status === 2">
<x-date-time :type="1" v-model:model-value="form.abnormaltime"></x-date-time>
</x-form-item>