修改文档详情的查看文件时的标准分解单
This commit is contained in:
@@ -656,4 +656,5 @@ module.exports = {
|
||||
dehicleDevelopmentPlan:'Vehicle development plan',
|
||||
certificationProgram:'certificationProgram',
|
||||
DocumentStandard:'Document standard',
|
||||
standardName:'标准名称',
|
||||
}
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user