mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-14 12:42:51 +00:00
perf: 优化未设置优先级的显示
This commit is contained in:
parent
576ab9a268
commit
b45058de72
@ -60,7 +60,7 @@
|
|||||||
placement="bottom"
|
placement="bottom"
|
||||||
:disabled="item.sub_top === true"
|
:disabled="item.sub_top === true"
|
||||||
@command="dropTask(item, $event)">
|
@command="dropTask(item, $event)">
|
||||||
<TaskPriority :backgroundColor="item.p_color">{{item.p_name}}</TaskPriority>
|
<TaskPriority :backgroundColor="item.p_color">{{item.p_name || $L('未设置')}}</TaskPriority>
|
||||||
<EDropdownMenu slot="dropdown">
|
<EDropdownMenu slot="dropdown">
|
||||||
<EDropdownItem v-for="(item, key) in taskPriority" :key="key" :command="'priority::' + key">
|
<EDropdownItem v-for="(item, key) in taskPriority" :key="key" :command="'priority::' + key">
|
||||||
<i
|
<i
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user