This commit is contained in:
‘Liammcl’
2024-12-29 09:55:17 +08:00
parent 56f4522139
commit 8a7762142c
7 changed files with 144 additions and 47 deletions

View File

@@ -177,7 +177,7 @@ const TaskTemplate = ({ id, isView, onCancel,isEdit }) => {
title={
<span className="flex items-center space-x-2 text-gray-700">
<span className="w-1 h-4 bg-blue-500 rounded-full" />
<span>服务明细</span>
<span>相关任务</span>
</span>
}
bordered={false}