|
@@ -286,7 +286,12 @@
|
|
|
:fixed="item.fixed"
|
|
|
:show-overflow-tooltip="true"
|
|
|
sortable
|
|
|
- />
|
|
|
+ >
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span v-if="item.label == 'refno3'">{{scope.row.refno3 ? scope.row.refno3 : scope.row.billNo}}</span>
|
|
|
+ <span v-else>{{ scope.row[item.label] }}</span>
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
<!-- <el-table-column
|
|
|
prop="refno1"
|
|
|
:show-overflow-tooltip="true"
|