소스 검색

1. 修复

MONSTER-ygh 8 달 전
부모
커밋
eabaf06972
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/finance/InvoiceRecords/index.vue

+ 1 - 1
src/views/finance/InvoiceRecords/index.vue

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