Merge branch 'develop' into feature_htl

pull/1478/head
hutanglong 2 years ago
commit 7a0bdcc1e9

@ -11,10 +11,17 @@ const baseColumns = [
{ {
title: '序号', title: '序号',
dataIndex: 'index', dataIndex: 'index',
with: 200,
}, },
{ {
title: '租户', title: '租户',
dataIndex: 'tenantId', dataIndex: 'tenantId',
with: 200,
},
{
title: '项目',
dataIndex: 'itemId',
with: 200,
}, },
{ {
title: '项目', title: '项目',
@ -23,10 +30,12 @@ const baseColumns = [
{ {
title: '项目名称', title: '项目名称',
dataIndex: 'itemName', dataIndex: 'itemName',
with: 200,
}, },
{ {
title: '负责人', title: '负责人',
dataIndex: 'owner', dataIndex: 'owner',
with: 200,
}, },
{ {
title: '修改时间', title: '修改时间',

Loading…
Cancel
Save