应后台王洪要求修改

This commit is contained in:
liuhuaizhi
2021-07-30 17:03:54 +08:00
parent 30336bab2e
commit 40c43b55a8
@@ -119,7 +119,7 @@
align="center">
</el-table-column>
<el-table-column
prop="standId"
prop="standSerialNumber"
fixed="left"
width="180"
label="标准号">
@@ -128,7 +128,7 @@
<!--&lt;!&ndash; {{ scope.row.standId }}&ndash;&gt;-->
<!-- </template>-->
<template slot-scope="scope">
<a class="table-jump" @click="handlePreview(scope.row)">{{ scope.row.standId }}</a>
<a class="table-jump" @click="handlePreview(scope.row)">{{ scope.row.standSerialNumber }}</a>
</template>
</el-table-column>
<el-table-column
@@ -137,7 +137,7 @@
width="180"
label="标准名称">
<template slot-scope="scope">
<a @click="detailsStandard(scope.row)" class="table-jump">{{ scope.row.standName }}</a>
<a @click="handlePreview(scope.row)" class="table-jump">{{ scope.row.standName }}</a>
</template>
</el-table-column>
<el-table-column
@@ -613,7 +613,7 @@ export default {
let routeUrl = this.$router.resolve({
name: 'OtherStandardDetails',
params: {
id: item.id,
id: item.standId,
pageType: 'FOREIGN_STAND'
// pageType: item.standType + '_STAND'
}