|
|
@ -14,7 +14,7 @@ |
|
|
<div |
|
|
<div |
|
|
style="display: flex;margin-left: 10px; |
|
|
style="display: flex;margin-left: 10px; |
|
|
justify-content: center; align-items: center; width: 60px; height: 20px; border: 2px solid #ADD8E6; color: #ADD8E6; font-size: 12px;"> |
|
|
justify-content: center; align-items: center; width: 60px; height: 20px; border: 2px solid #ADD8E6; color: #ADD8E6; font-size: 12px;"> |
|
|
{{ formData.taskState === 'resolved' ? '已完成' : formData.taskState === 'cancel' ? '已取消' : '进行中' }} |
|
|
{{ formData.taskStateName }} |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
|