平台件项目库 认证清单去除配置项

This commit is contained in:
zyx.net
2023-09-20 14:28:56 +08:00
parent e596a18fd6
commit 584e7928bb
@@ -137,11 +137,11 @@
{{ $t('CertificationDirectory') }} {{ $t('CertificationDirectory') }}
</div> </div>
<!-- 修改配置--> <!-- 修改配置-->
<div @click="BatchSettingClick($t('changeSetting'))" v-if="roleSwitchingCode == 20 || roleSwitchingCode == 21" <!-- <div @click="BatchSettingClick($t('changeSetting'))" v-if="roleSwitchingCode == 20 || roleSwitchingCode == 21"-->
class="operator-text"> <!-- class="operator-text">-->
<a-icon type="setting"/> <!-- <a-icon type="setting"/>-->
{{ $t('changeSetting') }} <!-- {{ $t('changeSetting') }}-->
</div> <!-- </div>-->
<!-- 引用交付物--> <!-- 引用交付物-->
<div @click="referenceDeliverablesClick" v-if="roleSwitchingCode == 20 || roleSwitchingCode == 21" <div @click="referenceDeliverablesClick" v-if="roleSwitchingCode == 20 || roleSwitchingCode == 21"
@@ -150,12 +150,12 @@
{{ $t('referenceDeliverables') }} {{ $t('referenceDeliverables') }}
</div> </div>
<!-- 添加配置--> <!-- 添加配置-->
<div @click="addConfigurationClick" <!-- <div @click="addConfigurationClick"-->
v-if="roleSwitchingCode == 20 || roleSwitchingCode == 21" <!-- v-if="roleSwitchingCode == 20 || roleSwitchingCode == 21"-->
class="operator-text"> <!-- class="operator-text">-->
<a-icon type="plus"/> <!-- <a-icon type="plus"/>-->
{{ $t('addConfiguration') }} <!-- {{ $t('addConfiguration') }}-->
</div> <!-- </div>-->
<a-popconfirm overlayClassName="popconfirm" placement="bottomRight"> <a-popconfirm overlayClassName="popconfirm" placement="bottomRight">
<template slot="title" id="popconfirm"> <template slot="title" id="popconfirm">
<div> <div>
@@ -588,11 +588,11 @@
value: 'category', value: 'category',
text: this.$t('category') text: this.$t('category')
}, },
{ // {
type: 'string', // type: 'string',
value: 'configItem', // value: 'configItem',
text: this.$t('configurationItem') // text: this.$t('configurationItem')
}, // },
{ {
type: 'string', type: 'string',
value: 'wvtaId', value: 'wvtaId',
@@ -693,13 +693,13 @@
sorter: true, sorter: true,
fixed: 'left' fixed: 'left'
}, },
{ // {
title: this.$t('configurationItem'), // title: this.$t('configurationItem'),
align: 'left', // align: 'left',
dataIndex: 'configItem', // dataIndex: 'configItem',
width: 85, // width: 85,
ellipsis: true // ellipsis: true
}, // },
{ {
title: this.$t('certificationType'), title: this.$t('certificationType'),
align: 'left', align: 'left',