Parcourir la source

已完成渠道订单显示序列号

hwb0 il y a 3 ans
Parent
commit
1a548a8ff8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/order/channel/detail.vue

+ 1 - 1
src/views/order/channel/detail.vue

@@ -122,7 +122,7 @@
               <div>{{ $numberFormat(row.pkgSalePrice * row.orderNum) }}</div>
             </template>
           </el-table-column>
-          <el-table-column v-if="status.value === 2" label="附加信息">
+          <el-table-column v-if="status.value === 2 || status.value === 3" label="附加信息" min-width="150">
             <template slot-scope="{ row }">
               <div>序列号:
                  <div v-for="(item, index) in row.detailList" :key="index">