fix(ones): bug

This commit is contained in:
zhangheng
2026-04-14 17:14:49 +08:00
parent 3ddec5d337
commit 9b1f0db3b2
3 changed files with 52 additions and 15 deletions

View File

@@ -658,7 +658,7 @@ export default function TaskTableContainer(props: {
{
accessor: "label_status",
title: "状态",
width: 110,
width: 150,
render: (record) => (
<TaskStatusTag
status={record.label_status}