|
@@ -146,7 +146,7 @@
|
146
|
146
|
<template slot-scope="scope">
|
147
|
147
|
<span :title="scope.row.project_name" v-if="org_id != 10206">{{ scope.row.project_name }}</span>
|
148
|
148
|
<span v-if="org_id == 10206&&scope.row.type==3">{{ scope.row.project_name }}{{scope.row.good_info.specification_name}}{{scope.row.good_info.good_number}}</span>
|
149
|
|
- <span v-if="org_id == 1026&&scope.row.type==2">{{ scope.row.project_name }}</span>
|
|
149
|
+ <span v-if="org_id == 10206&&scope.row.type==2">{{ scope.row.project_name }}</span>
|
150
|
150
|
|
151
|
151
|
</template>
|
152
|
152
|
</el-table-column>
|