|
@@ -140,7 +140,7 @@
|
|
style="margin-left: 10px;"
|
|
style="margin-left: 10px;"
|
|
v-if="scope.row.invoiceSource == 2"
|
|
v-if="scope.row.invoiceSource == 2"
|
|
@click="openRelatedOrders(scope.row)"
|
|
@click="openRelatedOrders(scope.row)"
|
|
- >{{ scope.row.orderId ? '重新关联订单': '关联订单' }}</el-button>
|
|
|
|
|
|
+ >{{ scope.row.orderId && scope.row.orderId != '0' ? '重新关联订单': '关联订单' }}</el-button>
|
|
</span>
|
|
</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|