mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 11:19:56 +00:00
perf: 优化未设置优先级的显示
This commit is contained in:
parent
576ab9a268
commit
b45058de72
@ -60,7 +60,7 @@
|
||||
placement="bottom"
|
||||
:disabled="item.sub_top === true"
|
||||
@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">
|
||||
<EDropdownItem v-for="(item, key) in taskPriority" :key="key" :command="'priority::' + key">
|
||||
<i
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user