fix(ones): bug
This commit is contained in:
@@ -658,7 +658,7 @@ export default function TaskTableContainer(props: {
|
||||
{
|
||||
accessor: "label_status",
|
||||
title: "状态",
|
||||
width: 110,
|
||||
width: 150,
|
||||
render: (record) => (
|
||||
<TaskStatusTag
|
||||
status={record.label_status}
|
||||
|
||||
Reference in New Issue
Block a user