标签管理未选择分类给个提示语

This commit is contained in:
王卓煜
2025-09-28 11:59:09 +08:00
parent c9465492f4
commit 581be5567f

View File

@@ -11,7 +11,7 @@
:remote-method="debouncedSearch"
:loading="loading"
:disabled="sysTypeList.length===0"
:placeholder="sysTypeList.length > 0 ? '请输入标签名称' : '请先选择课程分类'"
:placeholder="sysTypeList.length === 0 ? '请先选择课程分类' : '请输入标签名称'"
@remove-tag="handleTagRemove"
@change="handleSelectionChange"
@keyup.enter.native="handleEnterKey"