gaoluyang
2026-05-21 a2c33664f683aee11fdc62391c8d1e21cc74f5b2
src/views/salesManagement/deliveryLedger/index.vue
@@ -77,7 +77,7 @@
          show-overflow-tooltip
        />
        <el-table-column
          label="尺寸"
          label="规格型号"
          prop="specificationModel"
          show-overflow-tooltip
        />
@@ -269,7 +269,7 @@
          <el-descriptions-item label="产品名称">{{
            detailRow.productName || "--"
          }}</el-descriptions-item>
          <el-descriptions-item label="尺寸">{{
          <el-descriptions-item label="规格型号">{{
            detailRow.specificationModel || "--"
          }}</el-descriptions-item>
          <el-descriptions-item label="发货类型">{{
@@ -314,7 +314,7 @@
            show-overflow-tooltip
          />
          <el-table-column
            label="尺寸"
            label="规格型号"
            prop="specificationModel"
            min-width="160"
            show-overflow-tooltip