放开列表设置权限 表头缩窄

This commit is contained in:
zyx.net
2023-04-18 15:28:20 +08:00
parent 53b1c91cbc
commit e4d784f79a
5 changed files with 16 additions and 13 deletions
@@ -101,8 +101,9 @@
{{$t('CustomExport')}} {{$t('CustomExport')}}
</div> </div>
<!-- 列表设置--> <!-- 列表设置-->
<!-- v-if="!this.$route.query.it"-->
<a-popconfirm :visible="customizevisible" overlayClassName="popconfirmClassName" <a-popconfirm :visible="customizevisible" overlayClassName="popconfirmClassName"
placement="bottomRight" v-if="!this.$route.query.it"> placement="bottomRight" >
<template slot="title" id="popconfirmmize"> <template slot="title" id="popconfirmmize">
<div style="max-height:360px;overflow:scroll;overflow-x: auto;width: 211px"> <div style="max-height:360px;overflow:scroll;overflow-x: auto;width: 211px">
<a-checkbox <a-checkbox
@@ -269,8 +269,9 @@
{{$t('CompulsoryWithdrawal')}} {{$t('CompulsoryWithdrawal')}}
</div> </div>
<!-- 列表设置--> <!-- 列表设置-->
<!-- v-if="!this.$route.query.it"-->
<a-popconfirm :visible="customizevisible" overlayClassName="popconfirmIndex" <a-popconfirm :visible="customizevisible" overlayClassName="popconfirmIndex"
placement="bottomRight" v-if="!this.$route.query.it"> placement="bottomRight" >
<template slot="title" id="popconfirmmize"> <template slot="title" id="popconfirmmize">
<div style="max-height:360px;overflow:scroll;overflow-x: auto;width: 211px"> <div style="max-height:360px;overflow:scroll;overflow-x: auto;width: 211px">
<a-checkbox <a-checkbox
@@ -665,21 +665,21 @@
title: this.$t('configurationItem'), title: this.$t('configurationItem'),
align: 'left', align: 'left',
dataIndex: 'configItem', dataIndex: 'configItem',
width: 100, width: 75,
ellipsis: true ellipsis: true
}, },
{ {
title: this.$t('certificationType'), title: this.$t('certificationType'),
align: 'left', align: 'left',
dataIndex: 'attestationTypeName', dataIndex: 'attestationTypeName',
width: 120, width: 100,
ellipsis: true ellipsis: true
}, },
{ {
title: 'WVTA ID', title: 'WVTA ID',
align: 'left', align: 'left',
dataIndex: 'wvtaId', dataIndex: 'wvtaId',
width: 120, width: 75,
sorter: true, sorter: true,
ellipsis: true ellipsis: true
}, },
@@ -687,7 +687,7 @@
title: this.$t('standardNo'), title: this.$t('standardNo'),
align: 'left', align: 'left',
dataIndex: 'serialNumber', dataIndex: 'serialNumber',
width: 180, width: 150,
ellipsis: true, ellipsis: true,
sorter: true, sorter: true,
scopedSlots: { customRender: 'serialNumber' } scopedSlots: { customRender: 'serialNumber' }
@@ -696,7 +696,7 @@
title: this.$t('areaOfResponsibility'), title: this.$t('areaOfResponsibility'),
align: 'left', align: 'left',
dataIndex: 'dutyTerritoryName', dataIndex: 'dutyTerritoryName',
width: 120, width: 100,
sorter: true, sorter: true,
ellipsis: true ellipsis: true
}, },
@@ -704,7 +704,7 @@
title: this.$t('engineeringInterfacePerson'), title: this.$t('engineeringInterfacePerson'),
align: 'left', align: 'left',
dataIndex: 'sdtName', dataIndex: 'sdtName',
width: 120, width: 90,
sorter: true, sorter: true,
ellipsis: true ellipsis: true
}, },
@@ -744,7 +744,7 @@
title: this.$t('closingDate'), title: this.$t('closingDate'),
align: 'left', align: 'left',
dataIndex: 'endTime', dataIndex: 'endTime',
width: 120, width: 100,
sorter: true, sorter: true,
ellipsis: true ellipsis: true
}, },
@@ -143,9 +143,10 @@
{{ $t('copy') }} {{ $t('copy') }}
</div> </div>
<!-- 列表设置--> <!-- 列表设置-->
<!-- v-if="this.roleSwitchingCode == '0' || this.roleSwitchingCode == '1' || this.roleSwitchingCode == '13'"-->
<a-popconfirm :visible="customizevisible" overlayClassName="popconfirmmize" <a-popconfirm :visible="customizevisible" overlayClassName="popconfirmmize"
placement="bottomRight" placement="bottomRight"
v-if="this.roleSwitchingCode == '0' || this.roleSwitchingCode == '1' || this.roleSwitchingCode == '13'"> >
<template slot="title" id="popconfirmmize"> <template slot="title" id="popconfirmmize">
<div style="max-height:360px;overflow:scroll;overflow-x: auto;"> <div style="max-height:360px;overflow:scroll;overflow-x: auto;">
<a-checkbox <a-checkbox
@@ -335,7 +335,7 @@
title: this.$t('certificationType'), title: this.$t('certificationType'),
align: 'left', align: 'left',
dataIndex: 'attestationTypeName', dataIndex: 'attestationTypeName',
width: 180, width: 100,
ellipsis: true ellipsis: true
}, },
{ {
@@ -343,7 +343,7 @@
align: 'left', align: 'left',
sorter: true, sorter: true,
dataIndex: 'wvtaId', dataIndex: 'wvtaId',
width: 200, width: 75,
ellipsis: true ellipsis: true
}, },
{ {
@@ -359,7 +359,7 @@
title: this.$t('areaOfResponsibility'), title: this.$t('areaOfResponsibility'),
align: 'left', align: 'left',
dataIndex: 'dutyTerritoryName', dataIndex: 'dutyTerritoryName',
width: 200, width: 150,
sorter: true, sorter: true,
ellipsis: true ellipsis: true
}, },