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>