feat(richedit): 添加评分下拉选项6-10

添加6-10分的评分选项,扩展评分范围以满足更多需求
This commit is contained in:
34701892@qq.com 2026-02-10 16:05:34 +08:00
parent 989a2a20a1
commit 69ace4cece
1 changed files with 5 additions and 0 deletions

View File

@ -484,6 +484,11 @@
<el-dropdown-menu>
<el-dropdown-item :command="null">全部</el-dropdown-item>
<el-dropdown-item :command="0">无评分</el-dropdown-item>
<el-dropdown-item :command="10">10</el-dropdown-item>
<el-dropdown-item :command="9">9</el-dropdown-item>
<el-dropdown-item :command="8">8</el-dropdown-item>
<el-dropdown-item :command="7">7</el-dropdown-item>
<el-dropdown-item :command="6">6</el-dropdown-item>
<el-dropdown-item :command="5">5</el-dropdown-item>
<el-dropdown-item :command="4">4</el-dropdown-item>
<el-dropdown-item :command="3">3</el-dropdown-item>