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

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')}}
</div>
<!-- 列表设置-->
<!-- v-if="!this.$route.query.it"-->
<a-popconfirm :visible="customizevisible" overlayClassName="popconfirmClassName"
placement="bottomRight" v-if="!this.$route.query.it">
placement="bottomRight" >
<template slot="title" id="popconfirmmize">
<div style="max-height:360px;overflow:scroll;overflow-x: auto;width: 211px">
<a-checkbox
@@ -269,8 +269,9 @@
{{$t('CompulsoryWithdrawal')}}
</div>
<!-- 列表设置-->
<!-- v-if="!this.$route.query.it"-->
<a-popconfirm :visible="customizevisible" overlayClassName="popconfirmIndex"
placement="bottomRight" v-if="!this.$route.query.it">
placement="bottomRight" >
<template slot="title" id="popconfirmmize">
<div style="max-height:360px;overflow:scroll;overflow-x: auto;width: 211px">
<a-checkbox
@@ -665,21 +665,21 @@
title: this.$t('configurationItem'),
align: 'left',
dataIndex: 'configItem',
width: 100,
width: 75,
ellipsis: true
},
{
title: this.$t('certificationType'),
align: 'left',
dataIndex: 'attestationTypeName',
width: 120,
width: 100,
ellipsis: true
},
{
title: 'WVTA ID',
align: 'left',
dataIndex: 'wvtaId',
width: 120,
width: 75,
sorter: true,
ellipsis: true
},
@@ -687,7 +687,7 @@
title: this.$t('standardNo'),
align: 'left',
dataIndex: 'serialNumber',
width: 180,
width: 150,
ellipsis: true,
sorter: true,
scopedSlots: { customRender: 'serialNumber' }
@@ -696,7 +696,7 @@
title: this.$t('areaOfResponsibility'),
align: 'left',
dataIndex: 'dutyTerritoryName',
width: 120,
width: 100,
sorter: true,
ellipsis: true
},
@@ -704,7 +704,7 @@
title: this.$t('engineeringInterfacePerson'),
align: 'left',
dataIndex: 'sdtName',
width: 120,
width: 90,
sorter: true,
ellipsis: true
},
@@ -744,7 +744,7 @@
title: this.$t('closingDate'),
align: 'left',
dataIndex: 'endTime',
width: 120,
width: 100,
sorter: true,
ellipsis: true
},
@@ -143,9 +143,10 @@
{{ $t('copy') }}
</div>
<!-- 列表设置-->
<!-- v-if="this.roleSwitchingCode == '0' || this.roleSwitchingCode == '1' || this.roleSwitchingCode == '13'"-->
<a-popconfirm :visible="customizevisible" overlayClassName="popconfirmmize"
placement="bottomRight"
v-if="this.roleSwitchingCode == '0' || this.roleSwitchingCode == '1' || this.roleSwitchingCode == '13'">
>
<template slot="title" id="popconfirmmize">
<div style="max-height:360px;overflow:scroll;overflow-x: auto;">
<a-checkbox
@@ -335,7 +335,7 @@
title: this.$t('certificationType'),
align: 'left',
dataIndex: 'attestationTypeName',
width: 180,
width: 100,
ellipsis: true
},
{
@@ -343,7 +343,7 @@
align: 'left',
sorter: true,
dataIndex: 'wvtaId',
width: 200,
width: 75,
ellipsis: true
},
{
@@ -359,7 +359,7 @@
title: this.$t('areaOfResponsibility'),
align: 'left',
dataIndex: 'dutyTerritoryName',
width: 200,
width: 150,
sorter: true,
ellipsis: true
},