This commit is contained in:
BianLzhaoMin 2025-07-24 18:48:50 +08:00
parent b5c7fe9bc0
commit 68e49b1b48
1 changed files with 2 additions and 2 deletions

View File

@ -190,12 +190,12 @@ function setCols(type) {
return [
{ type: "numbers", title: "序号", width: "10%" }, // 添加序号列
{
field: "taskName",
field: "proName",
title: "工程名称",
align: "center",
},
{
field: "projectNumber",
field: "taskName",
title: "任务名称",
align: "center",
},