修改项目状态看板去掉目标市场
This commit is contained in:
+8
-8
@@ -69,16 +69,16 @@
|
|||||||
title: this.$t('entryName'),
|
title: this.$t('entryName'),
|
||||||
align: 'center',
|
align: 'center',
|
||||||
dataIndex: 'projectName',
|
dataIndex: 'projectName',
|
||||||
width: 180,
|
width: 240,
|
||||||
ellipsis: true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: this.$t('targetMarket'),
|
|
||||||
align: 'center',
|
|
||||||
dataIndex: 'targetMarket',
|
|
||||||
width: 180,
|
|
||||||
ellipsis: true
|
ellipsis: true
|
||||||
},
|
},
|
||||||
|
// {
|
||||||
|
// title: this.$t('targetMarket'),
|
||||||
|
// align: 'center',
|
||||||
|
// dataIndex: 'targetMarket',
|
||||||
|
// width: 180,
|
||||||
|
// ellipsis: true
|
||||||
|
// },
|
||||||
{
|
{
|
||||||
align: 'center',
|
align: 'center',
|
||||||
dataIndex: 'projectStatus',
|
dataIndex: 'projectStatus',
|
||||||
|
|||||||
@@ -177,16 +177,16 @@
|
|||||||
align: 'center',
|
align: 'center',
|
||||||
dataIndex: 'projectName',
|
dataIndex: 'projectName',
|
||||||
scopedSlots: { customRender: 'projectName' },
|
scopedSlots: { customRender: 'projectName' },
|
||||||
width: 180,
|
width: 240,
|
||||||
ellipsis: true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: this.$t('targetMarket'),
|
|
||||||
align: 'center',
|
|
||||||
dataIndex: 'targetMarket',
|
|
||||||
width: 180,
|
|
||||||
ellipsis: true
|
ellipsis: true
|
||||||
},
|
},
|
||||||
|
// {
|
||||||
|
// title: this.$t('targetMarket'),
|
||||||
|
// align: 'center',
|
||||||
|
// dataIndex: 'targetMarket',
|
||||||
|
// width: 180,
|
||||||
|
// ellipsis: true
|
||||||
|
// },
|
||||||
{
|
{
|
||||||
align: 'center',
|
align: 'center',
|
||||||
dataIndex: 'projectStatus',
|
dataIndex: 'projectStatus',
|
||||||
|
|||||||
Reference in New Issue
Block a user