bugfix: 转视频弹窗模型选择&文案错误

This commit is contained in:
zhangyh
2025-11-22 00:55:09 +08:00
parent 201a6aeb55
commit 7712ce1e21
3 changed files with 14 additions and 5 deletions

View File

@@ -57,7 +57,7 @@
style="width: 250px"
/>
</div>
{{ currentState }}
<!-- {{ currentState }} -->
<div class="admin_state_item">
<span>State:</span>
<a-select v-model:value="currentState" style="width:250px" optionFilterProp="label" :options="state" placeholder="Please select" allowClear show-search></a-select>