|
@@ -91,8 +91,8 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column align="left" label="销售订单号" prop="mainOrderId" min-width="160" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
- <CopyButton :copyText="scope.row.orderType == 'TRADE' ? scope.row.enginOrderNo: scope.row.mainOrderId" />
|
|
|
- <span>{{ scope.row.orderType == 'TRADE' ? scope.row.enginOrderNo: scope.row.mainOrderId }}</span>
|
|
|
+ <CopyButton :copyText="(scope.row.orderType == 'HOME' || scope.row.orderType == 'TRADE') ? scope.row.enginOrderNo: scope.row.mainOrderId" />
|
|
|
+ <span>{{ (scope.row.orderType == 'HOME' || scope.row.orderType == 'TRADE') ? scope.row.enginOrderNo: scope.row.mainOrderId }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column align="left" label="工程编号" prop="enginOrderNo" min-width="140" show-overflow-tooltip></el-table-column>
|