[update] 法规符合性评估库

This commit is contained in:
lideqin
2024-06-25 15:05:05 +08:00
parent 18ee7e80f0
commit 7da65bb45d
2 changed files with 7 additions and 7 deletions
@@ -77,7 +77,7 @@
{{ toggleSearchStatus ? $t('putAway') : $t('open') }}
<a-icon :type="toggleSearchStatus ? 'up' : 'down'"/>
</a>
<a-button type="primary" @click="searchQuery" icon="search">{{ $t('query') }}</a-button>
<a-button type="primary" @click="searchQuery" icon="search" v-has="'lawsEvaluationNotMet:search'">{{ $t('query') }}</a-button>
<a-button type="primary" ghost @click="searchReset" icon="reload" style="margin-left: 8px">{{ $t('reset') }}</a-button>
</div>
@@ -176,7 +176,7 @@ export default {
title: this.$t('regulatoryComplianceAssessmentDatabase.nonmatchItem.modelStatus'),
align: 'center',
width: 180,
dataIndex: 'modelStatus',
dataIndex: 'modelStatus_dictText',
scopedSlots: { customRender: 'text' }
},
{ // 标准编号
@@ -211,28 +211,28 @@ export default {
title: this.$t('regulatoryComplianceAssessmentDatabase.nonmatchItem.responsibleDepartment'),
align: 'center',
width: 180,
dataIndex: 'authDept',
dataIndex: 'authDept_dictText',
scopedSlots: { customRender: 'text' }
},
{ // 评估人
title: this.$t('regulatoryComplianceAssessmentDatabase.nonmatchItem.appraiser'),
align: 'center',
width: 180,
dataIndex: 'userId',
dataIndex: 'userId_dictText',
scopedSlots: { customRender: 'text' }
},
{ // 问题类型
title: this.$t('regulatoryComplianceAssessmentDatabase.nonmatchItem.problemType'),
align: 'center',
width: 180,
dataIndex: 'problemType',
dataIndex: 'problemType_dictText',
scopedSlots: { customRender: 'text' }
},
{ // 整改状态
title: this.$t('regulatoryComplianceAssessmentDatabase.nonmatchItem.rectificationState'),
align: 'center',
width: 180,
dataIndex: 'rectifyStatus',
dataIndex: 'rectifyStatus_dictText',
scopedSlots: { customRender: 'text' }
},
{ // PCR编号
@@ -50,7 +50,7 @@
{{ toggleSearchStatus ? $t('putAway') : $t('open') }}
<a-icon :type="toggleSearchStatus ? 'up' : 'down'"/>
</a>
<a-button type="primary" @click="searchQuery" icon="search">{{ $t('query') }}</a-button>
<a-button type="primary" @click="searchQuery" icon="search" v-has="'lawsConformityAssessment:search'">{{ $t('query') }}</a-button>
<a-button type="primary" ghost @click="searchReset" icon="reload" style="margin-left: 8px">{{ $t('reset') }}</a-button>
</div>