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