操作列宽
This commit is contained in:
@@ -172,7 +172,7 @@
|
||||
dataIndex: res.db_field_name,
|
||||
align: 'left',
|
||||
ellipsis: true,
|
||||
width: 170,
|
||||
width: 192,
|
||||
sorter: res.sort
|
||||
})
|
||||
if (res.click) {
|
||||
|
||||
@@ -182,7 +182,9 @@
|
||||
sorter: res.sort,
|
||||
width: 100
|
||||
})
|
||||
|
||||
if (res.db_field_name=='technology_territory'){
|
||||
this.columns[index].width= 293
|
||||
}
|
||||
if (res.urlClick) {
|
||||
this.columns[index].scopedSlots = {
|
||||
customRender: 'urlClick'
|
||||
|
||||
@@ -196,7 +196,7 @@
|
||||
align: 'left',
|
||||
ellipsis: true,
|
||||
sorter: res.sort,
|
||||
width: 170
|
||||
width: 224,
|
||||
})
|
||||
if (res.db_field_name == '') {
|
||||
// scope.row.itermsConditions ? scope.row.itermsConditions.replace(/<.*?>/ig, ' ') : ''
|
||||
|
||||
@@ -165,7 +165,7 @@
|
||||
align: 'left',
|
||||
ellipsis: true,
|
||||
sorter: res.sort,
|
||||
width: 170
|
||||
width: 215,
|
||||
})
|
||||
if (res.click) {
|
||||
this.columns[index].scopedSlots = {
|
||||
|
||||
@@ -73,12 +73,12 @@
|
||||
</template>
|
||||
<span style="float: right;overflow: hidden;margin-right: 11px" class="table-page-search-submitButtons">
|
||||
<a-col :md="6" :sm="24">
|
||||
<a-button class="box-button" type="primary" @click="searchQuery">{{$t('query')}}</a-button>
|
||||
<a-button class="box-button" style="margin-left: 8px" @click="searchReset">{{$t('reset')}}</a-button>
|
||||
<a @click="handleToggleSearch" style="margin-left: 8px">
|
||||
<a @click="handleToggleSearch">
|
||||
{{ !toggleSearchStatus ? $t('open') : $t('away') }}
|
||||
<a-icon :type="toggleSearchStatus ? 'up' : 'down'"/>
|
||||
</a>
|
||||
</a>
|
||||
<a-button class="box-button" style="margin-left: 8px" @click="searchReset">{{$t('reset')}}</a-button>
|
||||
<a-button class="box-button" style="margin-left: 8px" type="primary" @click="searchQuery">{{$t('query')}}</a-button>
|
||||
</a-col>
|
||||
</span>
|
||||
</a-row>
|
||||
|
||||
+2
-2
@@ -89,14 +89,14 @@
|
||||
title: this.$t('problemLabel'),
|
||||
dataIndex: 'problemLabel',
|
||||
align: 'left',
|
||||
width: 240,
|
||||
width: 370,
|
||||
ellipsis: true
|
||||
},
|
||||
{
|
||||
title: this.$t('personCharge'),
|
||||
dataIndex: 'chargePersonIdName',
|
||||
align: 'left',
|
||||
width: 240,
|
||||
width: 323,
|
||||
ellipsis: true
|
||||
},
|
||||
{
|
||||
|
||||
+2
-2
@@ -59,8 +59,8 @@
|
||||
</a-col>
|
||||
<span style="float: right;overflow: hidden;margin-right: 11px" class="table-page-search-submitButtons">
|
||||
<a-col :md="6" :sm="24">
|
||||
<a-button class="box-button" type="primary" @click="searchQuery">{{$t('query')}}</a-button>
|
||||
<a-button class="box-button" style="margin-left: 8px" @click="searchReset">{{$t('reset')}}</a-button>
|
||||
<a-button class="box-button" @click="searchReset">{{$t('reset')}}</a-button>
|
||||
<a-button class="box-button" style="margin-left: 8px" type="primary" @click="searchQuery">{{$t('query')}}</a-button>
|
||||
</a-col>
|
||||
</span>
|
||||
</a-row>
|
||||
|
||||
+2
-2
@@ -41,9 +41,9 @@
|
||||
</div>
|
||||
</a-col>
|
||||
<div style="text-align: right">
|
||||
<a-button class="box-button" type="primary" @click="onSearch">{{$t('query')}}</a-button>
|
||||
<a-button class="box-button" style="margin-left: 8px" @click="ResetSearch">{{$t('reset')}}
|
||||
<a-button class="box-button" @click="ResetSearch">{{$t('reset')}}
|
||||
</a-button>
|
||||
<a-button class="box-button" style="margin-left: 8px" type="primary" @click="onSearch">{{$t('query')}}</a-button>
|
||||
</div>
|
||||
</a-row>
|
||||
</a-form>
|
||||
|
||||
+5
-5
@@ -36,8 +36,8 @@
|
||||
</a-col>
|
||||
<span style="float: right;overflow: hidden;margin-right: 11px" class="table-page-search-submitButtons">
|
||||
<a-col :md="6" :sm="24">
|
||||
<a-button class="box-button" type="primary" @click="searchQuery">{{$t('query')}}</a-button>
|
||||
<a-button class="box-button" style="margin-left: 8px" @click="searchReset">{{$t('reset')}}</a-button>
|
||||
<a-button class="box-button" @click="searchReset">{{$t('reset')}}</a-button>
|
||||
<a-button class="box-button" style="margin-left: 8px" type="primary" @click="searchQuery">{{$t('query')}}</a-button>
|
||||
</a-col>
|
||||
</span>
|
||||
</a-row>
|
||||
@@ -185,12 +185,12 @@
|
||||
align: 'left',
|
||||
dataIndex: 'titleCn',
|
||||
ellipsis: true,
|
||||
width: 170
|
||||
width: 200
|
||||
},
|
||||
{
|
||||
title: this.$t('englishTitle'),
|
||||
align: 'left',
|
||||
width: 170,
|
||||
width: 205,
|
||||
ellipsis: true,
|
||||
dataIndex: 'titleEn'
|
||||
},
|
||||
@@ -212,7 +212,7 @@
|
||||
title: this.$t('exportStatus'),
|
||||
align: 'left',
|
||||
ellipsis: true,
|
||||
width: 170,
|
||||
width: 250,
|
||||
dataIndex: 'exportStateName'
|
||||
},
|
||||
{
|
||||
|
||||
+6
-6
@@ -14,8 +14,8 @@
|
||||
</a-col>
|
||||
<span style="float: right;overflow: hidden;margin-right: 11px" class="table-page-search-submitButtons">
|
||||
<a-col :md="6" :sm="24">
|
||||
<a-button class="box-button" type="primary" @click="searchQuery">{{$t('query')}}</a-button>
|
||||
<a-button class="box-button" style="margin-left: 8px" @click="searchReset">{{$t('reset')}}</a-button>
|
||||
<a-button class="box-button" @click="searchReset">{{$t('reset')}}</a-button>
|
||||
<a-button class="box-button" style="margin-left: 8px" type="primary" @click="searchQuery">{{$t('query')}}</a-button>
|
||||
</a-col>
|
||||
</span>
|
||||
</a-row>
|
||||
@@ -121,7 +121,7 @@
|
||||
title: this.$t('RegulationMonthlyName'),
|
||||
align: 'left',
|
||||
dataIndex: 'name',
|
||||
width: 190,
|
||||
width: 485,
|
||||
ellipsis: true,
|
||||
scopedSlots: { customRender: 'RegulationMonthlyName' }
|
||||
},
|
||||
@@ -129,21 +129,21 @@
|
||||
title: this.$t('monthlyLanguage'),
|
||||
align: 'left',
|
||||
dataIndex: 'language',
|
||||
width: 170,
|
||||
width: 195,
|
||||
ellipsis: true,
|
||||
scopedSlots: { customRender: 'language' }
|
||||
},
|
||||
{
|
||||
title: this.$t('releaseStatus'),
|
||||
align: 'left',
|
||||
width: 140,
|
||||
width: 175,
|
||||
ellipsis: true,
|
||||
dataIndex: 'issueStatus_dictText'
|
||||
},
|
||||
{
|
||||
title: this.$t('uploadTime'),
|
||||
align: 'left',
|
||||
width: 170,
|
||||
width: 305,
|
||||
ellipsis: true,
|
||||
dataIndex: 'createTime'
|
||||
},
|
||||
|
||||
+2
-2
@@ -88,12 +88,12 @@
|
||||
align: 'left',
|
||||
dataIndex: 'titleCn',
|
||||
ellipsis: true,
|
||||
width: 320
|
||||
width: 330
|
||||
},
|
||||
{
|
||||
title: this.$t('englishTitle'),
|
||||
align: 'left',
|
||||
width: 320,
|
||||
width: 460,
|
||||
ellipsis: true,
|
||||
dataIndex: 'titleEn'
|
||||
},
|
||||
|
||||
@@ -74,12 +74,12 @@
|
||||
</template>
|
||||
<span style="float: right;overflow: hidden;margin-right: 11px" class="table-page-search-submitButtons">
|
||||
<a-col :md="6" :sm="24">
|
||||
<a-button class="box-button" type="primary" @click="searchQuery">{{$t('query')}}</a-button>
|
||||
<a-button class="box-button" style="margin-left: 8px" @click="searchReset">{{$t('reset')}}</a-button>
|
||||
<a @click="handleToggleSearch" style="margin-left: 8px">
|
||||
<a @click="handleToggleSearch">
|
||||
{{ !toggleSearchStatus ? $t('open') : $t('away') }}
|
||||
<a-icon :type="toggleSearchStatus ? 'up' : 'down'"/>
|
||||
</a>
|
||||
</a>
|
||||
<a-button class="box-button" style="margin-left: 8px" @click="searchReset">{{$t('reset')}}</a-button>
|
||||
<a-button class="box-button" style="margin-left: 8px" type="primary" @click="searchQuery">{{$t('query')}}</a-button>
|
||||
</a-col>
|
||||
</span>
|
||||
</a-row>
|
||||
|
||||
@@ -131,20 +131,20 @@
|
||||
align: 'left',
|
||||
sorter: true,
|
||||
ellipsis: true,
|
||||
width: 180
|
||||
width: 335
|
||||
},
|
||||
{
|
||||
title: this.$t('title'),
|
||||
align: 'left',
|
||||
scopedSlots: { customRender: 'serialtitle' },
|
||||
width: 180,
|
||||
width: 510,
|
||||
ellipsis: true,
|
||||
dataIndex: 'title'
|
||||
},
|
||||
{
|
||||
title: this.$t('status'),
|
||||
align: 'left',
|
||||
width: 180,
|
||||
width: 254,
|
||||
ellipsis: true,
|
||||
sorter: true,
|
||||
dataIndex: 'state'
|
||||
@@ -152,7 +152,7 @@
|
||||
{
|
||||
title: this.$t('collectionTime'),
|
||||
align: 'left',
|
||||
width: 180,
|
||||
width: 299,
|
||||
ellipsis: true,
|
||||
sorter: true,
|
||||
dataIndex: 'createTime'
|
||||
|
||||
@@ -127,7 +127,7 @@
|
||||
dataIndex: 'serialNumber',
|
||||
key: 'serialNumber',
|
||||
align: 'left',
|
||||
width: 180,
|
||||
width: 335,
|
||||
scopedSlots: { customRender: 'serialNumber' },
|
||||
sorter:true,
|
||||
ellipsis: true
|
||||
@@ -135,7 +135,7 @@
|
||||
{
|
||||
title: this.$t('title'),
|
||||
align: 'left',
|
||||
width: 180,
|
||||
width: 510,
|
||||
dataIndex: 'title',
|
||||
scopedSlots: { customRender: 'serialtitle' },
|
||||
ellipsis: true
|
||||
@@ -143,7 +143,7 @@
|
||||
{
|
||||
title: this.$t('status'),
|
||||
align: 'left',
|
||||
width: 180,
|
||||
width: 254,
|
||||
dataIndex: 'state',
|
||||
sorter:true,
|
||||
ellipsis: true
|
||||
@@ -151,7 +151,7 @@
|
||||
{
|
||||
title: this.$t('subscriptionTime'),
|
||||
align: 'left',
|
||||
width: 180,
|
||||
width: 299,
|
||||
dataIndex: 'createTime',
|
||||
sorter:true,
|
||||
ellipsis: true
|
||||
|
||||
@@ -221,14 +221,14 @@
|
||||
title: this.$t('VirtualListName'),
|
||||
align: 'left',
|
||||
dataIndex: 'name',
|
||||
width: 260,
|
||||
width: 484,
|
||||
ellipsis: true,
|
||||
scopedSlots: { customRender: 'VirtualListName' }
|
||||
},
|
||||
{
|
||||
title: this.$t('listStatus'),
|
||||
align: 'left',
|
||||
width: 260,
|
||||
width: 540,
|
||||
ellipsis: true,
|
||||
dataIndex: 'state_dictText'
|
||||
},
|
||||
@@ -243,7 +243,7 @@
|
||||
title: this.$t('operation'),
|
||||
align: 'left',
|
||||
fixed: 'right',
|
||||
width: 400,
|
||||
width: 280,
|
||||
scopedSlots: { customRender: 'operation' }
|
||||
}
|
||||
],
|
||||
|
||||
@@ -99,12 +99,12 @@
|
||||
<!-- <globalAdvancedQuery ref="globalAdvancedQueryRef"-->
|
||||
<!-- @handleSuperQuery="handleSuperQuery"-->
|
||||
<!-- :fieldList="fieldList"/>-->
|
||||
<a-button class="box-button" type="primary" @click="searchQuery">{{ $t('query') }}</a-button>
|
||||
<a-button class="box-button" style="margin-left: 8px"
|
||||
@click="searchReset">{{ $t('reset') }}</a-button>
|
||||
<a @click="handleToggleSearch" style="margin-left: 8px">
|
||||
<a @click="handleToggleSearch">
|
||||
<span class="icon-open">{{ !toggleSearchStatus ? $t('open') : $t('away') }}</span>
|
||||
<a-icon :type="toggleSearchStatus ? 'up' : 'down'"/>
|
||||
<a-button class="box-button" style="margin-left: 8px"
|
||||
@click="searchReset">{{ $t('reset') }}</a-button>
|
||||
<a-button class="box-button" style="margin-left: 8px" type="primary" @click="searchQuery">{{ $t('query') }}</a-button>
|
||||
</a>
|
||||
</a-col>
|
||||
</span>
|
||||
@@ -385,7 +385,7 @@
|
||||
ellipsis: true,
|
||||
dataIndex: 'fileName',
|
||||
scopedSlots: { customRender: 'fileName' },
|
||||
width: 400
|
||||
width: 200
|
||||
},
|
||||
{
|
||||
title: this.$t('fileDeclaration'),
|
||||
@@ -393,7 +393,7 @@
|
||||
ellipsis: true,
|
||||
dataIndex: 'fileDescription',
|
||||
scopedSlots: { customRender: 'projectName' },
|
||||
width: 400
|
||||
width: 300
|
||||
},
|
||||
{
|
||||
title: this.$t('uploadedBy'),
|
||||
@@ -412,14 +412,14 @@
|
||||
align: 'left',
|
||||
ellipsis: true,
|
||||
dataIndex: 'createTime',
|
||||
width: 150
|
||||
width: 250
|
||||
},
|
||||
{
|
||||
title: this.$t('operation'),
|
||||
align: 'left',
|
||||
fixed: 'right',
|
||||
ellipsis: true,
|
||||
width: 150,
|
||||
width: 250,
|
||||
scopedSlots: { customRender: 'operation' }
|
||||
}
|
||||
],
|
||||
|
||||
@@ -164,7 +164,7 @@ export default {
|
||||
{
|
||||
title: this.$t('zoneOfApplication'),
|
||||
align: 'left',
|
||||
width: 160,
|
||||
width: 235,
|
||||
ellipsis: true,
|
||||
sorter:true,
|
||||
dataIndex: 'region_dictText',
|
||||
@@ -172,7 +172,7 @@ export default {
|
||||
{
|
||||
title: this.$t('parameterTemplate'),
|
||||
align: 'left',
|
||||
width: 180,
|
||||
width: 252,
|
||||
ellipsis: true,
|
||||
sorter:true,
|
||||
dataIndex: 'paramsTemplateName',
|
||||
@@ -184,7 +184,7 @@ export default {
|
||||
ellipsis: true,
|
||||
dataIndex: 'description',
|
||||
// scopedSlots: { customRender: 'titleName' }
|
||||
width: 192
|
||||
width: 350
|
||||
},
|
||||
// {
|
||||
// title: this.$t('zoneOfApplication'),
|
||||
@@ -195,7 +195,7 @@ export default {
|
||||
// },
|
||||
{
|
||||
title: this.$t('creater'),
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
width: 120,
|
||||
ellipsis: true,
|
||||
dataIndex: 'createBy'
|
||||
@@ -204,14 +204,14 @@ export default {
|
||||
title: this.$t('created'),
|
||||
align: 'left',
|
||||
dataIndex: 'createTime',
|
||||
width: 160,
|
||||
width: 200,
|
||||
sorter:true,
|
||||
ellipsis: true,
|
||||
},
|
||||
{
|
||||
title: this.$t('updated'),
|
||||
align: 'left',
|
||||
width: 160,
|
||||
width: 200,
|
||||
ellipsis: true,
|
||||
sorter:true,
|
||||
dataIndex: 'updateTime'
|
||||
|
||||
@@ -160,7 +160,7 @@
|
||||
{
|
||||
title: this.$t('entryName'),
|
||||
align: 'left',
|
||||
width: 210,
|
||||
width: 405,
|
||||
dataIndex: 'projectName',
|
||||
sorter:true,
|
||||
scopedSlots: { customRender: 'projectName' }
|
||||
@@ -168,20 +168,20 @@
|
||||
{
|
||||
title: this.$t('ListTitle'),
|
||||
align: 'left',
|
||||
width: 380,
|
||||
width: 553,
|
||||
dataIndex: 'title',
|
||||
},
|
||||
{
|
||||
title: this.$t('Version'),
|
||||
align: 'left',
|
||||
width: 382,
|
||||
width: 384,
|
||||
dataIndex: 'version'
|
||||
},
|
||||
{
|
||||
title: this.$t('operation'),
|
||||
align: 'left',
|
||||
fixed: 'right',
|
||||
width: 200,
|
||||
width: 220,
|
||||
scopedSlots: { customRender: 'operation' }
|
||||
}
|
||||
],
|
||||
|
||||
@@ -170,7 +170,7 @@ export default {
|
||||
dataIndex: 'templateName',
|
||||
sorter:true,
|
||||
ellipsis: true,
|
||||
width: 201,
|
||||
width: 368,
|
||||
scopedSlots: { customRender: 'templateName' }
|
||||
},
|
||||
{
|
||||
@@ -178,12 +178,12 @@ export default {
|
||||
align: 'left',
|
||||
dataIndex: 'description',
|
||||
ellipsis: true,
|
||||
width: 192,
|
||||
width: 372,
|
||||
scopedSlots: { customRender: 'projectName' }
|
||||
},
|
||||
{
|
||||
title: this.$t('zoneOfApplication'),
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
dataIndex: 'region_dictText',
|
||||
ellipsis: true,
|
||||
sorter:true,
|
||||
|
||||
@@ -161,7 +161,7 @@ export default {
|
||||
{
|
||||
title: this.$t('NiONumber'),
|
||||
align: 'left',
|
||||
width: 130,
|
||||
width: 190,
|
||||
dataIndex: 'nioNumber',
|
||||
sorter: true,
|
||||
ellipsis: true,
|
||||
@@ -170,7 +170,7 @@ export default {
|
||||
title: this.$t('ParameterName'),
|
||||
align: 'left',
|
||||
dataIndex: 'paramsName',
|
||||
width: 160,
|
||||
width: 268,
|
||||
ellipsis: true,
|
||||
},
|
||||
{
|
||||
@@ -178,14 +178,14 @@ export default {
|
||||
align: 'left',
|
||||
dataIndex: 'description',
|
||||
ellipsis: true,
|
||||
width: 180,
|
||||
width: 380,
|
||||
// scopedSlots: { customRender: 'titleName' }
|
||||
},
|
||||
{
|
||||
title: this.$t('areaOfResponsibility'),
|
||||
align: 'left',
|
||||
dataIndex: 'dutyTerritory_dictText',
|
||||
width: 150,
|
||||
width: 259,
|
||||
sorter: true,
|
||||
ellipsis: true,
|
||||
},
|
||||
@@ -194,14 +194,14 @@ export default {
|
||||
align: 'left',
|
||||
dataIndex: 'createTime',
|
||||
sorter: true,
|
||||
width: 180,
|
||||
width: 265,
|
||||
ellipsis: true,
|
||||
},
|
||||
{
|
||||
title: this.$t('operation'),
|
||||
align: 'left',
|
||||
fixed: 'right',
|
||||
width: 120,
|
||||
width: 200,
|
||||
scopedSlots: { customRender: 'operation' }
|
||||
}
|
||||
],
|
||||
|
||||
@@ -132,21 +132,21 @@
|
||||
dataIndex: 'name',
|
||||
align: 'left',
|
||||
ellipsis: true,
|
||||
width: 240
|
||||
width: 466
|
||||
},
|
||||
{
|
||||
title: this.$t('ProcessType'),
|
||||
dataIndex: 'categoryName',
|
||||
align: 'left',
|
||||
ellipsis: true,
|
||||
width: 240
|
||||
width: 518
|
||||
},
|
||||
{
|
||||
title: this.$t('createTime'),
|
||||
dataIndex: 'createTime',
|
||||
align: 'left',
|
||||
ellipsis: true,
|
||||
width: 240,
|
||||
width: 308,
|
||||
customRender: function(t, r, index) {
|
||||
return moment(t).format('YYYY-MM-DD HH:mm:ss')
|
||||
}
|
||||
|
||||
@@ -158,13 +158,13 @@
|
||||
title: this.$t('title'),
|
||||
align: 'left',
|
||||
dataIndex: 'title',
|
||||
width: 240,
|
||||
width: 280,
|
||||
scopedSlots: { customRender: 'paramsManifestClick' }
|
||||
},
|
||||
{
|
||||
title: this.$t('status'),
|
||||
align: 'left',
|
||||
width: 80,
|
||||
width: 100,
|
||||
ellipsis: true,
|
||||
sorter:true,
|
||||
dataIndex: 'state'
|
||||
@@ -172,14 +172,14 @@
|
||||
{
|
||||
title: this.$t('parameterTemplateName'),
|
||||
align: 'left',
|
||||
width: 180,
|
||||
width: 200,
|
||||
ellipsis: true,
|
||||
dataIndex: 'paramsTemplateName'
|
||||
},
|
||||
{
|
||||
title: this.$t('relatedProjectVersion'),
|
||||
align: 'left',
|
||||
width: 120,
|
||||
width: 150,
|
||||
ellipsis: true,
|
||||
sorter:true,
|
||||
dataIndex: 'projectVersion'
|
||||
@@ -188,7 +188,7 @@
|
||||
title: this.$t('collectionCompletionTime'),
|
||||
align: 'left',
|
||||
dataIndex: 'finishTime',
|
||||
width: 180,
|
||||
width: 200,
|
||||
ellipsis: true,
|
||||
sorter:true,
|
||||
scopedSlots: { customRender: 'collectionCompletionTime' }
|
||||
@@ -196,7 +196,7 @@
|
||||
{
|
||||
title: this.$t('Version'),
|
||||
align: 'left',
|
||||
width: 80,
|
||||
width: 100,
|
||||
ellipsis: true,
|
||||
sorter:true,
|
||||
dataIndex: 'version'
|
||||
@@ -211,7 +211,7 @@
|
||||
{
|
||||
title: this.$t('created'),
|
||||
align: 'left',
|
||||
width: 160,
|
||||
width: 200,
|
||||
ellipsis: true,
|
||||
sorter:true,
|
||||
dataIndex: 'createTime'
|
||||
|
||||
@@ -342,7 +342,7 @@
|
||||
align: 'left',
|
||||
dataIndex: 'remark',
|
||||
ellipsis: true,
|
||||
width: 153
|
||||
width: 188
|
||||
},
|
||||
{
|
||||
title: this.$t('operation'),
|
||||
|
||||
@@ -217,7 +217,7 @@
|
||||
title: this.$t('entryName'),
|
||||
align: 'left',
|
||||
dataIndex: 'projectName',
|
||||
width: 260,
|
||||
width: 300,
|
||||
sorter:true,
|
||||
ellipsis: true,
|
||||
scopedSlots: { customRender: 'projectName' }
|
||||
@@ -254,7 +254,7 @@
|
||||
{
|
||||
title: this.$t('explain'),
|
||||
align: 'left',
|
||||
width: 280,
|
||||
width: 300,
|
||||
ellipsis: true,
|
||||
dataIndex: 'explanation'
|
||||
},
|
||||
@@ -276,7 +276,7 @@
|
||||
{
|
||||
title: this.$t('DigitalPlatform'),
|
||||
align: 'left',
|
||||
width: 180,
|
||||
width: 205,
|
||||
ellipsis: true,
|
||||
sorter:true,
|
||||
dataIndex: 'digitalPlatform'
|
||||
|
||||
@@ -195,7 +195,7 @@ export default {
|
||||
align: 'left',
|
||||
ellipsis: true,
|
||||
dataIndex: 'state_dicText',
|
||||
width: 120
|
||||
width: 150
|
||||
},
|
||||
// {
|
||||
// title: this.$t('category'),
|
||||
@@ -206,7 +206,7 @@ export default {
|
||||
title: this.$t('technicalField'),
|
||||
align: 'left',
|
||||
dataIndex: 'technologyTerritory_dicText',
|
||||
width: 250,
|
||||
width: 634,
|
||||
ellipsis: true,
|
||||
scopedSlots: { customRender: 'technicalField' }
|
||||
},
|
||||
|
||||
@@ -130,7 +130,7 @@
|
||||
title: this.$t('DictionaryName'),
|
||||
align: 'left',
|
||||
dataIndex: 'dictName',
|
||||
width: 160,
|
||||
width: 486,
|
||||
ellipsis: true
|
||||
},
|
||||
// {
|
||||
@@ -150,14 +150,14 @@
|
||||
title: this.$t('DictionaryNumber'),
|
||||
align: 'left',
|
||||
dataIndex: 'dictCode',
|
||||
width: 160,
|
||||
width: 248,
|
||||
ellipsis: true
|
||||
},
|
||||
{
|
||||
title: this.$t('describe'),
|
||||
align: 'left',
|
||||
dataIndex: 'description',
|
||||
width: 160,
|
||||
width: 375,
|
||||
ellipsis: true
|
||||
},
|
||||
{
|
||||
|
||||
@@ -120,7 +120,7 @@
|
||||
align: 'left',
|
||||
key: 'menuEn',
|
||||
ellipsis: true,
|
||||
width: 180
|
||||
width: 255
|
||||
},
|
||||
{
|
||||
title: 'icon',
|
||||
@@ -128,14 +128,14 @@
|
||||
align: 'left',
|
||||
key: 'icon',
|
||||
ellipsis: true,
|
||||
width: 180
|
||||
width: 210
|
||||
},
|
||||
{
|
||||
title: this.$t('assembly'),
|
||||
dataIndex: 'component',
|
||||
align: 'left',
|
||||
key: 'component',
|
||||
width: 240,
|
||||
width: 317,
|
||||
ellipsis: true,
|
||||
scopedSlots: { customRender: 'component' }
|
||||
},
|
||||
@@ -144,7 +144,7 @@
|
||||
dataIndex: 'url',
|
||||
align: 'left',
|
||||
key: 'url',
|
||||
width: 240,
|
||||
width: 280,
|
||||
ellipsis: true,
|
||||
scopedSlots: { customRender: 'url' }
|
||||
},
|
||||
@@ -152,7 +152,7 @@
|
||||
title: this.$t('sort'),
|
||||
dataIndex: 'sortNo',
|
||||
align: 'left',
|
||||
width: 80,
|
||||
width: 169,
|
||||
ellipsis: true,
|
||||
key: 'sortNo'
|
||||
},
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
dataIndex: 'projectName',
|
||||
scopedSlots: { customRender: 'RelatedItems' },
|
||||
ellipsis: true,
|
||||
width: 130
|
||||
width: 392
|
||||
},
|
||||
{
|
||||
title: this.$t('standardInformation'),
|
||||
@@ -73,28 +73,28 @@
|
||||
dataIndex: 'standardInfo',
|
||||
scopedSlots: { customRender: 'standardInformation' },
|
||||
ellipsis: true,
|
||||
width: 330
|
||||
width: 353
|
||||
},
|
||||
{
|
||||
title: this.$t('taskType'),
|
||||
align: 'left',
|
||||
dataIndex: 'flowTypeShow',
|
||||
ellipsis: true,
|
||||
width: 170
|
||||
width: 241
|
||||
},
|
||||
{
|
||||
title: this.$t('Tasknode'),
|
||||
align: 'left',
|
||||
dataIndex: 'taskDefinitionKeyName',
|
||||
ellipsis: true,
|
||||
width: 150
|
||||
width: 208
|
||||
},
|
||||
{
|
||||
title: this.$t('Sponsor'),
|
||||
align: 'left',
|
||||
dataIndex: 'createBy',
|
||||
ellipsis: true,
|
||||
width: 130
|
||||
width: 201
|
||||
},
|
||||
// {
|
||||
// title: this.$t('LastProcessor'),
|
||||
@@ -115,7 +115,7 @@
|
||||
align: 'left',
|
||||
dataIndex: 'endTime',
|
||||
ellipsis: true,
|
||||
width: 150
|
||||
width: 108
|
||||
},
|
||||
// {
|
||||
// title: this.$t('taskStatus'),
|
||||
|
||||
@@ -78,7 +78,7 @@
|
||||
dataIndex: 'projectName',
|
||||
ellipsis: true,
|
||||
scopedSlots: { customRender: 'RelatedItems' },
|
||||
width: 150
|
||||
width: 339
|
||||
},
|
||||
{
|
||||
title: this.$t('standardInformation'),
|
||||
@@ -86,42 +86,42 @@
|
||||
dataIndex: 'standardInfo',
|
||||
ellipsis: true,
|
||||
scopedSlots: { customRender: 'standardInformation' },
|
||||
width: 260
|
||||
width: 265
|
||||
},
|
||||
{
|
||||
title: this.$t('taskType'),
|
||||
align: 'left',
|
||||
dataIndex: 'flowTypeShow',
|
||||
ellipsis: true,
|
||||
width: 170
|
||||
width: 183
|
||||
},
|
||||
{
|
||||
title: this.$t('Tasknode'),
|
||||
align: 'left',
|
||||
dataIndex: 'taskDefinitionKeyName',
|
||||
ellipsis: true,
|
||||
width: 170
|
||||
width: 183
|
||||
},
|
||||
{
|
||||
title: this.$t('typeOfDeliverables'),
|
||||
align: 'left',
|
||||
dataIndex: 'deliverableTypeName',
|
||||
ellipsis: true,
|
||||
width: 170
|
||||
width: 183
|
||||
},
|
||||
{
|
||||
title: this.$t('Sponsor'),
|
||||
align: 'left',
|
||||
dataIndex: 'createBy',
|
||||
ellipsis: true,
|
||||
width: 100
|
||||
width: 108
|
||||
},
|
||||
{
|
||||
title: this.$t('TaskCutOffTime'),
|
||||
align: 'left',
|
||||
dataIndex: 'endTime',
|
||||
ellipsis: true,
|
||||
width: 160,
|
||||
width: 172,
|
||||
scopedSlots: { customRender: 'endTime' }
|
||||
},
|
||||
// {
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
dataIndex: 'projectName',
|
||||
ellipsis: true,
|
||||
scopedSlots: { customRender: 'RelatedItems' },
|
||||
width: 130
|
||||
width: 392
|
||||
},
|
||||
{
|
||||
title: this.$t('standardInformation'),
|
||||
@@ -79,28 +79,28 @@
|
||||
dataIndex: 'standardInfo',
|
||||
ellipsis: true,
|
||||
scopedSlots: { customRender: 'standardInformation' },
|
||||
width: 330
|
||||
width: 353
|
||||
},
|
||||
{
|
||||
title: this.$t('taskType'),
|
||||
align: 'left',
|
||||
dataIndex: 'flowTypeShow',
|
||||
ellipsis: true,
|
||||
width: 170
|
||||
width: 241
|
||||
},
|
||||
{
|
||||
title: this.$t('Tasknode'),
|
||||
align: 'left',
|
||||
dataIndex: 'taskDefinitionKeyName',
|
||||
ellipsis: true,
|
||||
width: 130
|
||||
width: 208
|
||||
},
|
||||
{
|
||||
title: this.$t('Sponsor'),
|
||||
align: 'left',
|
||||
dataIndex: 'createBy',
|
||||
ellipsis: true,
|
||||
width: 130
|
||||
width: 201
|
||||
},
|
||||
// {
|
||||
// title: this.$t('CurrentProcessor'),
|
||||
@@ -114,7 +114,7 @@
|
||||
align: 'left',
|
||||
dataIndex: 'endTime',
|
||||
ellipsis: true,
|
||||
width: 150
|
||||
width: 108
|
||||
},
|
||||
// {
|
||||
// title: this.$t('taskStatus'),
|
||||
|
||||
@@ -60,42 +60,42 @@
|
||||
dataIndex: 'standardInfo',
|
||||
scopedSlots: { customRender: 'standardInformation' },
|
||||
ellipsis: true,
|
||||
width: 330
|
||||
width: 333
|
||||
},
|
||||
{
|
||||
title: this.$t('taskType'),
|
||||
align: 'left',
|
||||
dataIndex: 'flowTypeShow',
|
||||
ellipsis: true,
|
||||
width: 130
|
||||
width: 254
|
||||
},
|
||||
{
|
||||
title: this.$t('LastProcessor'),
|
||||
align: 'left',
|
||||
dataIndex: 'lastAssigneeName',
|
||||
ellipsis: true,
|
||||
width: 130
|
||||
width: 229
|
||||
},
|
||||
{
|
||||
title: this.$t('CurrentProcessor'),
|
||||
align: 'left',
|
||||
dataIndex: 'assigneeName',
|
||||
ellipsis: true,
|
||||
width: 130
|
||||
width: 238
|
||||
},
|
||||
{
|
||||
title: this.$t('TaskCutOffTime'),
|
||||
align: 'left',
|
||||
dataIndex: 'endTime',
|
||||
ellipsis: true,
|
||||
width: 150
|
||||
width: 204
|
||||
},
|
||||
{
|
||||
title: this.$t('taskStatus'),
|
||||
align: 'left',
|
||||
dataIndex: 'statusShow',
|
||||
ellipsis: true,
|
||||
width: 130
|
||||
width: 246
|
||||
},
|
||||
{
|
||||
title: this.$t('operation'),
|
||||
|
||||
@@ -58,28 +58,28 @@
|
||||
dataIndex: 'standardInfo',
|
||||
scopedSlots: { customRender: 'standardInformation' },
|
||||
ellipsis: true,
|
||||
width: 330
|
||||
width: 463
|
||||
},
|
||||
{
|
||||
title: this.$t('taskType'),
|
||||
align: 'left',
|
||||
dataIndex: 'flowTypeShow',
|
||||
ellipsis: true,
|
||||
width: 130
|
||||
width: 332
|
||||
},
|
||||
{
|
||||
title: this.$t('Sponsor'),
|
||||
align: 'left',
|
||||
dataIndex: 'createBy',
|
||||
ellipsis: true,
|
||||
width: 130
|
||||
width: 209
|
||||
},
|
||||
{
|
||||
title: this.$t('TaskCutOffTime'),
|
||||
align: 'left',
|
||||
dataIndex: 'endTime',
|
||||
ellipsis: true,
|
||||
width: 150,
|
||||
width: 230,
|
||||
scopedSlots: { customRender: 'endTime' }
|
||||
},
|
||||
{
|
||||
@@ -87,7 +87,7 @@
|
||||
align: 'left',
|
||||
dataIndex: 'statusShow',
|
||||
ellipsis: true,
|
||||
width: 130
|
||||
width: 269
|
||||
},
|
||||
{
|
||||
title: this.$t('operation'),
|
||||
|
||||
@@ -57,42 +57,42 @@
|
||||
dataIndex: 'standardInfo',
|
||||
ellipsis: true,
|
||||
scopedSlots: { customRender: 'standardInformation' },
|
||||
width: 330
|
||||
width: 393
|
||||
},
|
||||
{
|
||||
title: this.$t('taskType'),
|
||||
align: 'left',
|
||||
dataIndex: 'flowTypeShow',
|
||||
ellipsis: true,
|
||||
width: 130
|
||||
width: 292
|
||||
},
|
||||
{
|
||||
title: this.$t('Sponsor'),
|
||||
align: 'left',
|
||||
dataIndex: 'createBy',
|
||||
ellipsis: true,
|
||||
width: 130
|
||||
width: 212
|
||||
},
|
||||
{
|
||||
title: this.$t('CurrentProcessor'),
|
||||
align: 'left',
|
||||
dataIndex: 'assigneeName',
|
||||
ellipsis: true,
|
||||
width: 130
|
||||
width: 215
|
||||
},
|
||||
{
|
||||
title: this.$t('TaskCutOffTime'),
|
||||
align: 'left',
|
||||
dataIndex: 'endTime',
|
||||
ellipsis: true,
|
||||
width: 150
|
||||
width: 151
|
||||
},
|
||||
{
|
||||
title: this.$t('taskStatus'),
|
||||
align: 'left',
|
||||
dataIndex: 'statusShow',
|
||||
ellipsis: true,
|
||||
width: 130
|
||||
width: 241
|
||||
},
|
||||
{
|
||||
title: this.$t('operation'),
|
||||
|
||||
@@ -215,14 +215,14 @@
|
||||
title: this.$t('CertificationListName'),
|
||||
align: 'left',
|
||||
dataIndex: 'name',
|
||||
width: 260,
|
||||
width: 480,
|
||||
ellipsis: true,
|
||||
scopedSlots: { customRender: 'CertificationListName' }
|
||||
},
|
||||
{
|
||||
title: this.$t('listStatus'),
|
||||
align: 'left',
|
||||
width: 260,
|
||||
width: 536,
|
||||
ellipsis: true,
|
||||
dataIndex: 'state_dictText'
|
||||
},
|
||||
@@ -237,7 +237,7 @@
|
||||
title: this.$t('operation'),
|
||||
align: 'left',
|
||||
fixed: 'right',
|
||||
width: 400,
|
||||
width: 280,
|
||||
scopedSlots: { customRender: 'operation' }
|
||||
}
|
||||
]
|
||||
|
||||
+2
-2
@@ -293,7 +293,7 @@
|
||||
align: 'left',
|
||||
dataIndex: 'category',
|
||||
width: 200,
|
||||
fixed: 'left',
|
||||
// fixed: 'left',
|
||||
ellipsis: true
|
||||
},
|
||||
{
|
||||
@@ -302,7 +302,7 @@
|
||||
dataIndex: 'inspectionItem',
|
||||
width: 200,
|
||||
ellipsis: true,
|
||||
fixed: 'left',
|
||||
// fixed: 'left',
|
||||
scopedSlots: { customRender: 'inspectionItems' }
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user