修改文档详情的查看文件时的标准分解单

This commit is contained in:
qq787203167
2022-04-15 14:27:01 +08:00
parent 6f02025775
commit 36715f44ba
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -656,4 +656,5 @@ module.exports = {
dehicleDevelopmentPlan:'Vehicle development plan',
certificationProgram:'certificationProgram',
DocumentStandard:'Document standard',
standardName:'标准名称',
}
+1
View File
@@ -660,4 +660,5 @@ module.exports = {
dehicleDevelopmentPlan:'整车开发计划',
certificationProgram:'认证计划',
DocumentStandard:'文档标准',
standardName:'Standard name',
}
@@ -115,6 +115,7 @@
<span slot="operation" slot-scope="text,record">
<a class="text-operation" @click="edit(record)">{{$t('edit')}}</a>
<a class="text-operation" @click="deleteLib(record)">{{$t('deleteLib')}}</a>
<a class="text-operation" @click="entryNameClick(record)">{{$t('see')}}</a>
</span>
</a-table>
</div>