Pārlūkot izejas kodu

托书列表更改字段“订单号”-“成衣工厂”

jbb 2 gadi atpakaļ
vecāks
revīzija
f4da54401b
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/views/book/book-list.vue

+ 1 - 1
src/views/book/book-list.vue

@@ -165,7 +165,7 @@ export default {
       // 表头
       bookListColumns: [
         { title: '托书号', width: 120, dataIndex: 'shippingOrderNumber',  className: 'replacecolor' , ellipsis: true,},
-        { title: '订单号', width: 140, dataIndex: 'orderNumber', className: 'replacecolor', ellipsis: true, },
+        { title: '成衣工厂', width: 140, dataIndex: 'garmentFactory', className: 'replacecolor', ellipsis: true, },
         { title: '外销发票号码', dataIndex: 'exportInvoiceNo', width: 120, className: 'replacecolor', ellipsis: true, },
         { title: '客户简称', dataIndex: 'clientAbbreviation', width: 120, className: 'replacecolor' , ellipsis: true,},
         {