平台件项目库 认证清单去除配置项
This commit is contained in:
+23
-23
@@ -137,11 +137,11 @@
|
||||
{{ $t('CertificationDirectory') }}
|
||||
</div>
|
||||
<!-- 修改配置-->
|
||||
<div @click="BatchSettingClick($t('changeSetting'))" v-if="roleSwitchingCode == 20 || roleSwitchingCode == 21"
|
||||
class="operator-text">
|
||||
<a-icon type="setting"/>
|
||||
{{ $t('changeSetting') }}
|
||||
</div>
|
||||
<!-- <div @click="BatchSettingClick($t('changeSetting'))" v-if="roleSwitchingCode == 20 || roleSwitchingCode == 21"-->
|
||||
<!-- class="operator-text">-->
|
||||
<!-- <a-icon type="setting"/>-->
|
||||
<!-- {{ $t('changeSetting') }}-->
|
||||
<!-- </div>-->
|
||||
|
||||
<!-- 引用交付物-->
|
||||
<div @click="referenceDeliverablesClick" v-if="roleSwitchingCode == 20 || roleSwitchingCode == 21"
|
||||
@@ -150,12 +150,12 @@
|
||||
{{ $t('referenceDeliverables') }}
|
||||
</div>
|
||||
<!-- 添加配置-->
|
||||
<div @click="addConfigurationClick"
|
||||
v-if="roleSwitchingCode == 20 || roleSwitchingCode == 21"
|
||||
class="operator-text">
|
||||
<a-icon type="plus"/>
|
||||
{{ $t('addConfiguration') }}
|
||||
</div>
|
||||
<!-- <div @click="addConfigurationClick"-->
|
||||
<!-- v-if="roleSwitchingCode == 20 || roleSwitchingCode == 21"-->
|
||||
<!-- class="operator-text">-->
|
||||
<!-- <a-icon type="plus"/>-->
|
||||
<!-- {{ $t('addConfiguration') }}-->
|
||||
<!-- </div>-->
|
||||
<a-popconfirm overlayClassName="popconfirm" placement="bottomRight">
|
||||
<template slot="title" id="popconfirm">
|
||||
<div>
|
||||
@@ -588,11 +588,11 @@
|
||||
value: 'category',
|
||||
text: this.$t('category')
|
||||
},
|
||||
{
|
||||
type: 'string',
|
||||
value: 'configItem',
|
||||
text: this.$t('configurationItem')
|
||||
},
|
||||
// {
|
||||
// type: 'string',
|
||||
// value: 'configItem',
|
||||
// text: this.$t('configurationItem')
|
||||
// },
|
||||
{
|
||||
type: 'string',
|
||||
value: 'wvtaId',
|
||||
@@ -693,13 +693,13 @@
|
||||
sorter: true,
|
||||
fixed: 'left'
|
||||
},
|
||||
{
|
||||
title: this.$t('configurationItem'),
|
||||
align: 'left',
|
||||
dataIndex: 'configItem',
|
||||
width: 85,
|
||||
ellipsis: true
|
||||
},
|
||||
// {
|
||||
// title: this.$t('configurationItem'),
|
||||
// align: 'left',
|
||||
// dataIndex: 'configItem',
|
||||
// width: 85,
|
||||
// ellipsis: true
|
||||
// },
|
||||
{
|
||||
title: this.$t('certificationType'),
|
||||
align: 'left',
|
||||
|
||||
Reference in New Issue
Block a user