刘洋 8 tháng trước cách đây
mục cha
commit
a48eff1dad
1 tập tin đã thay đổi với 10 bổ sung0 xóa
  1. 10 0
      src/components/common/device-manage-new/tab2.vue

+ 10 - 0
src/components/common/device-manage-new/tab2.vue

@@ -149,6 +149,9 @@ const enterFields = computed(() => {
         { value: 'MAIL', label: '邮寄' },
         { value: 'OTHER', label: '其它' },
       ],
+      attrs: {
+        style: { marginBottom: '24px' },
+      },
     },
     enterParams.value.inMode === 'MAIL'
       ? {
@@ -229,6 +232,9 @@ const middleFields = computed(() => {
         { value: 'MAIL', label: '邮寄' },
         { value: 'OTHER', label: '其它' },
       ],
+      attrs: {
+        style: { marginBottom: '24px' },
+      },
     },
     middleParams.value.transferMode === 'MAIL'
       ? {
@@ -316,6 +322,9 @@ const editFields = computed(() => {
         { value: 'TRANSFER', label: '中转' },
         { value: 'IN', label: '入库' },
       ],
+      attrs: {
+        style: { marginBottom: '24px' },
+      },
     },
     {
       prop: 'transferMode',
@@ -438,6 +447,7 @@ const columns = [
   { colKey: 'supplierName', title: '设备归属' },
   { colKey: 'transferMode', title: '运输方式', cell: 'transferMode' },
   { colKey: 'status', title: '使用状态', cell: 'status' },
+  { colKey: 'expressNo', title: '快递单号' },
   { colKey: 'receiveCrmNo', title: '接收方单号' },
   {
     title: '管理',