企标英文名称查询
This commit is contained in:
+1
@@ -3326,6 +3326,7 @@ export default {
|
||||
this.sarBussionessSearch.TXLBBUSS = ''
|
||||
this.sarBussionessSearch.VPPSBMBUSS = ''
|
||||
this.sarBussionessSearch.advanceSearchVOStr = ''
|
||||
this.sarBussionessSearch.standEnName=''
|
||||
this.pageChange(1)
|
||||
this.getBussionStandTable(this.sarBussionessSearch)
|
||||
this.isAdvancedSearch = false
|
||||
|
||||
@@ -171,10 +171,7 @@
|
||||
label="标准号"
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
<!-- <a v-if="scope.row.standYear" class="table-jump" @click="handlePreview(scope.row)">{{ scope.row.standSortShow }} {{ scope.row.standNumber }}-{{ scope.row.standYear }}</a>-->
|
||||
<!-- 暂时使用-->
|
||||
<a v-if="scope.row.standYear" class="table-jump" @click="handlePreview(scope.row)">{{ scope.row.standSort }} {{ scope.row.standNumber }}-{{ scope.row.standYear }}</a>
|
||||
|
||||
<a v-if="scope.row.standYear" class="table-jump" @click="handlePreview(scope.row)">{{ scope.row.standSortShow }} {{ scope.row.standNumber }}-{{ scope.row.standYear }}</a>
|
||||
<a v-else @click="handlePreview(scope.row)" class="table-jump">{{ scope.row.standSortShow }} {{ scope.row.standNumber }}</a>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
||||
Reference in New Issue
Block a user